Browse Source

Fix WM_CLASS in desktop file

The WM_CLASS we set on all windows is just "vncviewer", so that it
matches the name of the .desktop file, which is what GNOME expects.
pull/1645/head
Pierre Ossman 9 months ago
parent
commit
b59ddd0c8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vncviewer/vncviewer.desktop.in.in

+ 1
- 1
vncviewer/vncviewer.desktop.in.in View File

@@ -6,5 +6,5 @@ Exec=@CMAKE_INSTALL_FULL_BINDIR@/vncviewer
Icon=tigervnc
Terminal=false
Type=Application
StartupWMClass=TigerVNC Viewer: Connection Details
StartupWMClass=vncviewer
Categories=Network;RemoteAccess;

Loading…
Cancel
Save