mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-02-09 09:57:28 +03:00
remote-viewer: add handling of spice+unix and spice+tls schemes
- spice+unix:// was added in spice-gtk v0.28 - spice+tls:// was added in spice-gtk v0.35 This allows launchers to start remote-viewer when they encounter a Spice URI with +unix or +tls. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
65ef66e42a
commit
c4f6142f15
@ -4,7 +4,7 @@ _Comment=Access remote desktops
|
||||
Exec=remote-viewer %u
|
||||
Type=Application
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/spice;application/x-virt-viewer;
|
||||
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;
|
||||
Icon=virt-viewer
|
||||
|
Loading…
x
Reference in New Issue
Block a user