c377b0ce86
This new CMake option allows installing .desktop files and application icons if turned on.
17 lines
392 B
Plaintext
17 lines
392 B
Plaintext
[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
|