19 lines
681 B
Diff
19 lines
681 B
Diff
|
Our /usr/bin/vncviewer is symlink to alternatives. This desktop file is named
|
||
|
specifically "TigerVNC Viewer", so lets start /usr/bin/vncviewer-tigervnc, no
|
||
|
matter what the currently selected alternative is.
|
||
|
|
||
|
diff --git a/vncviewer/vncviewer.desktop.in.in b/vncviewer/vncviewer.desktop.in.in
|
||
|
index 1a91755c..b1e881a9 100644
|
||
|
--- a/vncviewer/vncviewer.desktop.in.in
|
||
|
+++ b/vncviewer/vncviewer.desktop.in.in
|
||
|
@@ -2,7 +2,7 @@
|
||
|
Name=TigerVNC viewer
|
||
|
GenericName=Remote desktop viewer
|
||
|
Comment=Connect to VNC server and display remote desktop
|
||
|
-Exec=@CMAKE_INSTALL_FULL_BINDIR@/vncviewer
|
||
|
+Exec=@CMAKE_INSTALL_FULL_BINDIR@/vncviewer-tigervnc
|
||
|
Icon=tigervnc
|
||
|
Terminal=false
|
||
|
Type=Application
|
||
|
|