forked from pool/tigervnc
Stefan Dirsch
37c2fbf427
- Cleanup specfile * Use the same format for all the patches. * Use autosetup to apply all the patches with -p1. * Clean number of sources. OBS-URL: https://build.opensuse.org/request/show/1147784 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=254
18 lines
720 B
Diff
18 lines
720 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.
|
|
|
|
Index: tigervnc-1.9.0/vncviewer/vncviewer.desktop.in.in
|
|
===================================================================
|
|
--- tigervnc-1.9.0.orig/vncviewer/vncviewer.desktop.in.in
|
|
+++ tigervnc-1.9.0/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
|