Joan Torres
543e26d9be
* Default installation of native viewer can once again handle VncAuth * Graphic acceleration now can now be disabled through the vncserver config file the same way as other features * Command vncpasswd can again correctly update passwords * Native viewer once again consider passwd file that contain more than one password valid * Native viewer can once again connect to RealVNC servers * Users of x0vncserver should no longer experience the mouse cursor moving to the upper left corner * H264 encoding no longer causes crashing - Removed patches (no longer needed): * u_tigervnc-Change-button-layout-in-ServerDialog.patch - Refreshed patches: * n_tigervnc-Date-time.patch * n_tigervnc-Dont-sign-java-client.patch * n_tigervnc-reproducible-jar-mtime.patch * u_tigervnc-Add-autoaccept-parameter.patch * u_tigervnc-Build-libXvnc-as-separate-library.patch * u_tigervnc-Ignore-epipe-on-write.patch - Fix path on vncviewer desktop file. Use %use_update_alternative OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=268
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
|