Skip to content

GitHub Actions build for linux - can install but not run #51

@abulka

Description

@abulka

I tried installing the .deb built by the linux build action on my Ubuntu 18.04. Double clicking on the file
https://github.com/wiverson/maven-jpackage-template/releases/download/Ubuntu-latest/testapp_21.40.052006-1_amd64.deb
installs it ok, but finding it via the Desktop search and then running it did nothing. So I ran it from the terminal:

$ dpkg -L testapp | grep bin
/opt/testapp/bin
/opt/testapp/bin/TestApp

andy@ubuntu-amd:~$ /opt/testapp/bin/TestApp

(TestApp:8329): Gdk-WARNING **: 10:55:57.048: XSetErrorHandler() called with a GDK error trap pushed. Don't do that.

Update:

I uninstalled it and installed it again using the command line - only to see a broken repository error being reported?

$ sudo apt install /home/andy/Downloads/testapp_21.40.052006-1_amd64.deb
Reading package lists... Done
...
Setting up testapp (21.40.052006-1) ...
W: Repository is broken: testapp:amd64 (= 21.40.052006-1) has no Size information

Despite the error, the TestApp seems to be installed ok, but with the same GDK error trap error when attempting to run it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions