- Project moved to https://gitlab.com/virt-viewer/virt-viewer - Allow toggling shared clipboard in remote-viewer - Fix handling when initial spice connection fails - Fix check for govirt library - Add bash completion of cli args - Improve errors in file transfer dialog - Fix ovirt foreign menu storage domains query - Prefer TLS certs from oVirt instead of CLI - Improve USB device cleanup when Ctrl-C is used - Remember monitor mappings across restarts - Add a default file extension to screenshots - Updated translations - Fix misc memory leaks - Update virtview-desktop.patch - Drop c2dabf07-Fix-a-regression-when-initial-connection-fails.patch a13173ae-remote-viewer-fix-free-on-dangling-pointer.patch a724dff8-remote-viewer-add-handler-for-SIGINT-signal.patch e4bacb8f-remote-viewer-add-a-default-extension-to-screenshot-filenames.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-viewer?expand=0&rev=117
28 lines
921 B
Diff
28 lines
921 B
Diff
Index: virt-viewer-9.0/data/remote-viewer.desktop.in
|
|
===================================================================
|
|
--- virt-viewer-9.0.orig/data/remote-viewer.desktop.in
|
|
+++ virt-viewer-9.0/data/remote-viewer.desktop.in
|
|
@@ -1,10 +1,20 @@
|
|
[Desktop Entry]
|
|
Name=Remote Viewer
|
|
+X-SuSE-translate=true
|
|
Comment=Access remote desktops
|
|
+GenericName=Remote Desktop Client
|
|
Exec=remote-viewer %u
|
|
Type=Application
|
|
Terminal=false
|
|
MimeType=x-scheme-handler/spice;x-scheme-handler/spice+unix;x-scheme-handler/spice+tls;application/x-virt-viewer;
|
|
-StartupNotify=true
|
|
-Categories=GNOME;GTK;Network;RemoteAccess;
|
|
+Encoding=UTF-8
|
|
+Categories=GNOME;GTK;Network;RemoteAccess;X-SuSE-YaST;
|
|
+X-KDE-ModuleType=Library
|
|
+X-KDE-HasReadOnlyMode=false
|
|
+X-SuSE-YaST-Call=/usr/bin/virt-manager
|
|
+X-SuSE-YaST-Group=Virtualization
|
|
+X-SuSE-YaST-Argument=
|
|
+X-SuSE-YaST-RootOnly=true
|
|
+X-SuSE-YaST-Geometry=
|
|
+X-SuSE-YaST-SortKey=
|
|
Icon=virt-viewer
|