diff --git a/CMakeLists.txt b/CMakeLists.txt index 751fa20..010adbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,3 +33,4 @@ qt_finalize_executable(lubuntu-installer-prompt) install(TARGETS lubuntu-installer-prompt DESTINATION bin) install(PROGRAMS "scripts/lubuntu-installer" DESTINATION bin) install(FILES "img/background.png" DESTINATION share/lubuntu/installer-prompt) +install(FILES "lubuntu-installer-prompt.desktop" /etc/xdg/xdg-Lubuntu/autostart) diff --git a/lubuntu-installer-prompt.desktop b/lubuntu-installer-prompt.desktop new file mode 100644 index 0000000..5f5a119 --- /dev/null +++ b/lubuntu-installer-prompt.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Exec=/usr/bin/lubuntu-installer-prompt +Name=Lubuntu Installer Prompt +Type=Application +Version=0.2.0 +X-LXQt-Need-Tray=true