feat(releng): add fws-hello desktop autostart entry
Add desktop entry file to automatically launch fws-hello welcome window on first startup. This provides a user-friendly greeting interface when the system boots.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Bienvenue sur FWS
|
||||||
|
Comment=Fenêtre de bienvenue au premier démarrage
|
||||||
|
Exec=fws-hello --autostart
|
||||||
|
Icon=help-about
|
||||||
|
Terminal=false
|
||||||
|
Categories=System;
|
||||||
|
X-GNOME-Autostart-enabled=true
|
||||||
Reference in New Issue
Block a user