
Am Freitag, 20. Dezember 2024, 08:16:48 CET schrieb Herbert Albert:
Hallo Norbert,
hab's verstanden, die App lässt sich einfach als User öffnen. Wie kann man diese gut in den KDE-Desktop integrieren und per Klick auf ein FreeCAD Icon öffnen. Ich kann mir da natürlich eine Alias anlegen und es in der Konsole starten.
Herbert
appimaged is an optional daemon that watches locations like ~/bin and ~/Downloads for AppImages and if it detects some, registers them with the system, so that they show up in the menu, have their icons show up, MIME types associated, etc. It also unregisters AppImages again from the system if they are deleted. Optionally you can use a > > sandbox if you like: If the firejail sandbox is installed, it runs the AppImages with it.
appimaged installieren und als User: systemctl --user enable appimaged.service systemctl --user start appimaged.service Ich hab das Appimage in mein /home/XXX/bin verschoben und es funktioniert. Stephan