Skip to content

Instantly share code, notes, and snippets.

@SalvatoreNoschese
Last active March 19, 2025 22:35
Show Gist options
  • Save SalvatoreNoschese/0cd27e0a9e901b22e8e298174fb33d81 to your computer and use it in GitHub Desktop.
Save SalvatoreNoschese/0cd27e0a9e901b22e8e298174fb33d81 to your computer and use it in GitHub Desktop.
Logout/Reboot/Shutdown
[Desktop Entry]
Type=Application
Name=Logout
Comment=Termina la sessione
Exec=gnome-session-quit --logout --no-prompt
Icon=/home/***/.local/share/icons/custom/logout.png
Terminal=false
Categories=System;
NoDisplay=true
StartupNotify=true
[Desktop Entry]
Type=Application
Name=Riavvia
Comment=Riavvia il computer
Exec=systemctl reboot
Icon=/home/***/.local/share/icons/custom/reboot.png
Terminal=false
Categories=System;
NoDisplay=true
StartupNotify=true
[Desktop Entry]
Type=Application
Name=Spegni
Comment=Spegni il computer
Exec=systemctl poweroff
Icon=/home/***/.local/share/icons/custom/shutdown.png
Terminal=false
Categories=System;
NoDisplay=true
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment