TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a client/server application that allows users to launch and interact with graphical applications on remote machines. TigerVNC provides the levels of performance necessary to run 3D and video applications, and it attempts to maintain a common look and feel and re-use components, where possible, across the various platforms that it supports. TigerVNC also provides extensions for advanced authentication methods and TLS encryption. This package provides TigerVNC's viewer and "x0vncserver", which shares an existing X server (typically, one that is connected to a physical screen) with viewers on the network.
15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
$OpenBSD: patch-vncviewer_vncviewer_desktop_in_in,v 1.1.1.1 2020/03/11 12:19:27 sthen Exp $
|
|
|
|
Index: vncviewer/vncviewer.desktop.in.in
|
|
--- vncviewer/vncviewer.desktop.in.in.orig
|
|
+++ 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
|