소스 검색

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…
취소
저장