-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(packaing/linux): desktop file improvements
- Loading branch information
1 parent
26566cc
commit 8215421
Showing
4 changed files
with
19 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=@PROJECT_NAME@ | ||
Exec=@PROJECT_FQDN@ | ||
Version=1.0 | ||
Actions=RunInTerminal;KMS; | ||
Categories=AudioVideo;Network;RemoteAccess; | ||
Comment=@PROJECT_DESCRIPTION@ | ||
Exec=flatpak run @PROJECT_FQDN@ | ||
Icon=@SUNSHINE_DESKTOP_ICON@ | ||
Keywords=gamestream;stream;moonlight;remote play; | ||
Categories=AudioVideo;Network;RemoteAccess; | ||
Actions=RunInTerminal;KMS; | ||
Name=@PROJECT_NAME@ | ||
Type=Application | ||
Version=1.0 | ||
|
||
[Desktop Action RunInTerminal] | ||
Exec=flatpak run @PROJECT_FQDN@ | ||
Icon=@SUNSHINE_DESKTOP_ICON@ | ||
Name=Run in Terminal | ||
Icon=application-x-executable | ||
Exec=gio launch @CMAKE_INSTALL_FULL_DATAROOTDIR@/applications/@PROJECT_FQDN@_terminal.desktop | ||
NoDisplay=true | ||
Terminal=true | ||
Type=Application | ||
|
||
[Desktop Action KMS] | ||
Exec=sudo -i PULSE_SERVER=unix:$(pactl info | awk '/Server String/{print$3}') flatpak run @PROJECT_FQDN@ | ||
Icon=@SUNSHINE_DESKTOP_ICON@ | ||
Name=Run in Terminal (KMS) | ||
Icon=application-x-executable | ||
Exec=gio launch @CMAKE_INSTALL_FULL_DATAROOTDIR@/applications/@PROJECT_FQDN@_kms.desktop | ||
NoDisplay=true | ||
Terminal=true | ||
Type=Application |
This file was deleted.
Oops, something went wrong.