prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
619 stars 121 forks source link

Tooltips and menu options are flickering, menu is unusable on Arch Linux, .jar #550

Closed Faervan closed 1 week ago

Faervan commented 2 months ago

Description Tooltips and menu options are flickering, menu is unusable as shown in the video

https://github.com/prmr/JetUML/assets/124069539/a3a9622e-9023-4589-9319-d0271cd22ab0

Steps to reproduce

  1. und 2.
    sudo pacman -S jdk-openjdk
    paru -S java17-openjfx
  2. Download JetUML-3.7.jar
  3. java --module-path "/usr/lib/jvm/java-17-openjfx/lib/" --add-modules=javafx.controls,javafx.swing,java.desktop,java.prefs -jar /home/$USERNAME/Downloads/JetUML-3.7.jar
  4. Notice flickering.

Screenshots [If applicable, add screenshots to help explain your problem. Remove this section if not applicable.]

Configuration

Additional information How I start JetUML:

java --module-path "/usr/lib/jvm/java-17-openjfx/lib/" --add-modules=javafx.controls,javafx.swing,java.desktop,java.prefs -jar /home/stk/Downloads/JetUML-3.7.jar

When I tried to install JetUML using the Arch User Repository, it won't work because it doesn't find my version of JavaFX.

==> Starting package()...
cp: cannot stat '/usr/lib/jvm/java-18-openjdk/lib/javafx*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'jetuml-3.4-0': 
error: packages failed to build: jetuml-3.4-0
prmr commented 1 week ago

Closing because this was using an obsolete version of JetUML (3.4). Archlinux is community-contributed and no longer up to date.