Robert von Burg

Results 88 comments of Robert von Burg

@rustdesk Pulseaudio can't be installed as well: $ sudo apt install pulseaudio Please touch the device. Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages...

This would probably be the solution, but the debian package needs to reference pipewire-pulse as an alternative, and not have a hard dependency on pulseaudio

ok, so repackaging allows me to install and then run rustdesk: $ mkdir -p newpack oldpack/DEBIAN $ dpkg-deb -x rustdesk-1.1.9.deb oldpack $ dpkg-deb -e rustdesk-1.1.9.deb oldpack/DEBIAN/ # modify control $...

The assets from the releases https://github.com/wiverson/maven-jpackage-template/releases/tag/Ubuntu-latest fail to launch

Yes, i have the exact same issue after running a mvn install and then installing the generated testapp_21.13.71736-1_amd64.deb file

Hi @wiverson i was able to locate the issue. The problem is the DesktopIntegration plugin. After i commented it out, i was able to build, install and then run the...

This is what i get when running with maven: $ mvn clean javafx:run [INFO] Scanning for projects... [INFO] [INFO] ---------------< com.changenode:maven-jpackage-template >--------------- [INFO] Building maven-jpackage-template 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]---------------------------------...

Hi @wiverson, no no, i get that error when running javafx:run, which will start the app after compiling, etc. It is a runtime error.

I do have this: Exception in Application start method java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464) at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:363) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)...

@FDelporte @savageautomate After reading that article and having experienced some of this pain while once trying to get a JavaFX app to work and seeing that modules will never work...