From a8ab7af9c2672dcd03781688993a1692e6444715 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 9 May 2023 10:34:53 +0200 Subject: Move main library file to CMAKE_INSTALL_LIBDIR and add a launch script Previously the main program file was installed to /usr/bin, mistakingly giving the impression it could be executed as is. However it isn't a binary but a library that gets executed through invoker. To prevent confusion move it to /usr/lib and add a launch script to /usr/bin instead which launches it through invoker --- asteroid-compass.desktop.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asteroid-compass.desktop.template') diff --git a/asteroid-compass.desktop.template b/asteroid-compass.desktop.template index 9461686..180fab0 100644 --- a/asteroid-compass.desktop.template +++ b/asteroid-compass.desktop.template @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Categories=Applications; -Exec=invoker --single-instance --type=qtcomponents-qt5 /usr/bin/asteroid-compass +Exec=asteroid-compass Icon=ios-compass-outline X-Asteroid-Center-Color=#29A600 X-Asteroid-Outer-Color=#070C00 -- cgit v1.2.3-70-g09d2