Created
November 11, 2022 00:04
-
-
Save rowland007/7f6430381e402e2c950b01de98a4002a to your computer and use it in GitHub Desktop.
Creates a desktop entry for QubesOS to launch a dvm browser.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you created a new Qube, you'll need to open a terminal and make a directory for the file first
Then create the file.
Then use your favorite editor to paste the above Gist into the file and save it. Then return to your terminal again.
Now you can run the command below to make it your default "browser" and when you click a link in that AppVM, a dvm will open.