On Mon, Nov 09, 2020 at 10:12:14AM -0500, Stumpy wrote: > I currently have a desktop file in some of my appvms to open links and files > using the default dspvm. How can I specify an alternate, ie not default, > dspvm like the whonix dvm, to handle links/files? > > This is what I currently have: > > [Desktop Entry] > Encoding=UTF-8 > Name=BrowserVM > Exec=qvm-open-in-dvm %u > Terminal=false > X-MultipleArgs=false > Type=Application > Categories=Network;WebBrowser; > MimeType=x-scheme-handler/unknown;x-scheme-handler/about;text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https; > > Thanks in advance! >
You can change the default dispvm for that qube in qvm-prefs. If you just want to change it in this desktop file, then change the exec line: `Exec=qvm-open-in-vm $dispvm:<DVMTemplate> %u ` You may need to edit the policy file for seamless opening without prompts. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20201109153928.GA18858%40thirdeyesecurity.org.
