Irgendwie ist das zum Verzweifeln. Mal funktionieren die Starter, mal nicht. Ich verstehe es nicht.
Ich habe zwei Java-Programme, die im /home/user liegen. Und hier sind die Starter dazu, die schon mal funktioniert haben und jetzt plötzlich nicht mehr:
1 2 3 4 5 6 7 8 9 10 11 12 | #!/usr/bin/env xdg-open [Desktop Entry] Name=Calculator++ Comment=calculator Exec=java -jar /home/user/Calculator++/Calculator++.jar Icon=/home/user/Calculator++/calc.png Terminal=false Type=Application Categories=Graphics; StartupNotify=false StartupWMClass=com-iloc-calculator-calculate-Main |
1 2 3 4 5 6 7 8 9 10 11 12 | #!/usr/bin/env xdg-open [Desktop Entry] Name=JFotokopie Comment=JFotokopie Exec=java -jar /home/user/jFotoKopie/JFotokopie.jar Icon=/home/user/jFotoKopie/copy.svg Terminal=false Type=Application Categories=Graphics; StartupNotify=false StartupWMClass=de-hetos-JFotokopie-JFotokopie |
Die sind quasi identisch. Warum funktioniert der eine und der andere nicht?