mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
16 lines
459 B
Desktop File
16 lines
459 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=@PROJECT_NAME@
|
|
Exec=/usr/bin/env systemctl start --u sunshine
|
|
Version=1.0
|
|
Comment=@PROJECT_DESCRIPTION@
|
|
Icon=@SUNSHINE_DESKTOP_ICON@
|
|
Keywords=gamestream;stream;moonlight;remote play;
|
|
Categories=AudioVideo;Network;RemoteAccess;
|
|
Actions=RunInTerminal;
|
|
|
|
[Desktop Action RunInTerminal]
|
|
Name=Run in Terminal
|
|
Icon=application-x-executable
|
|
Exec=gio launch @CMAKE_INSTALL_FULL_DATAROOTDIR@/applications/sunshine_terminal.desktop
|