mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,common] add WITH_INSTALL_CLIENT_DESKTOP_FILES
This new CMake option allows installing .desktop files and application icons if turned on.
This commit is contained in:
16
resources/freerdp-file.desktop.template
Normal file
16
resources/freerdp-file.desktop.template
Normal file
@@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=@FREERDP_APP_NAME@
|
||||
Comment=Access remote desktops with FreeRDP
|
||||
Categories=GTK;GNOME;X-GNOME-NetworkSettings;Network;
|
||||
Keywords=remote desktop;rdp;
|
||||
TryExec=@FREERDP_BIN_NAME@
|
||||
Exec=@FREERDP_BIN_NAME@ %U
|
||||
Icon=FreeRDP
|
||||
MimeType=x-scheme-handler/rdp;
|
||||
Actions=Edit;
|
||||
Terminal=true
|
||||
StartupNotify=true
|
||||
NoDisplay=true
|
||||
X-Desktop-File-Install-Version=0.24
|
||||
Reference in New Issue
Block a user