瀏覽代碼

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 10 月之前
父節點
當前提交
b59ddd0c8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vncviewer/vncviewer.desktop.in.in

+ 1
- 1
vncviewer/vncviewer.desktop.in.in 查看文件

@@ -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…
取消
儲存