bbd43011aa
- Update to tigervnc 1.9.0 * Alternative, "raw" keyboard mode in the native client and all servers * CapsLock/NumLock/ScrollLock synchronisation in the native client and all servers * Automatic "repair" of JPEG artefacts on screen in all servers * Support for UNIX sockets in the native client and in the UNIX servers * Both clients now warn when sending the password over a possibly insecure channel * Performance improvements in the Java client * The Java client now requires Java 7 * Improved high latency handling in all servers * Slightly better keyboard handling in x0vncserver * x0vncserver now supports cursors and screen resize * Xorg 1.20 can now be used as a base for Xvnc/libvnc.so - Removed patches (included in 1.9.0): * u_tigervnc-show-unencrypted-warning.patch * U_allow_multiple_certs_with_same_dn_in_saved_certs_file.patch * U_handle_certificate_verification_for_saved_certs_correctly.patch * u_Unset-pixel-buffer-when-x0vncserver-client-disconnect.patch * u_add-support-for-X-server-1.20.0.patch * U_vncviewer-Fix-fullscreen-scrolling.patch * U_vncviewer-Fix-scrollbar-visibility.patch - Removed patches (no longer needed): * tigervnc-1.8.0-nowindows.patch - Refreshed patches: * n_tigervnc-date-time.patch * tigervnc-clean-pressed-key-on-exit.patch * u_tigervnc-add-autoaccept-parameter.patch * u_tigervnc-ignore-epipe-on-write.patch - Added patches: * n_correct_path_in_desktop_file.patch - Fixed typo in 10-libvnc.conf OBS-URL: https://build.opensuse.org/request/show/627036 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=145
18 lines
684 B
Diff
18 lines
684 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=@BIN_DIR@/vncviewer
|
|
+Exec=@BIN_DIR@/vncviewer-tigervnc
|
|
Icon=tigervnc
|
|
Terminal=false
|
|
Type=Application
|