Initial desktop file.

This commit is contained in:
Simon Quigley 2022-06-30 15:17:36 -05:00
parent ba868214f2
commit 67d433d52f
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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