* The native viewer and Unix servers now support the back and forward mouse buttons * The Unix servers can now handle any number of keys that are missing from the server keyboard layout, rather than just a few * x0vncserver now supports clipboard redirection * The native viewer can remember the username and password when reconnecting * Both the native and Java viewer can now show a standard arrow cursor, not just a dot cursor, if the server cursor is blank * vncpasswd can now check password complexity with pwquality - Refreshed patches: * n_tigervnc-Date-time.patch * u_tigervnc-Ignore-epipe-on-write.patch * n_tigervnc-Correct-path-in-desktop-file.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=277
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
|
|
|