mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
ffc57008ca
Use Mullvad GUI for VPN choice. Install Mullvad browser Make mullvad qube a disposable template
35 lines
1.8 KiB
Desktop File
35 lines
1.8 KiB
Desktop File
#!/usr/bin/env ./Browser/execdesktop
|
||
#
|
||
# This file is a self-modifying .desktop file that can be run from the shell.
|
||
# It preserves arguments and environment for the start-mullvad-browser script.
|
||
#
|
||
# Run './start-mullvad-browser.desktop --help' to display the full set of options.
|
||
#
|
||
# When invoked from the shell, this file must always be in a Mullvad Browser root
|
||
# directory. When run from the file manager or desktop GUI, it is relocatable.
|
||
#
|
||
# After first invocation, it will update itself with the absolute path to the
|
||
# current Mullvad Browser location, to support relocation of this .desktop file for GUI
|
||
# invocation. You can also add Mullvad Browser to your desktop's application menu
|
||
# by running './start-mullvad-browser.desktop --register-app'
|
||
#
|
||
# If you use --register-app, and then relocate your Mullvad Browser directory, Mullvad Browser
|
||
# will no longer launch from your desktop's app launcher/dock. However, if you
|
||
# re-run --register-app from inside that new directory, the script
|
||
# will correct the absolute paths and re-register itself.
|
||
#
|
||
# This file will also still function if the path changes when Mullvad Browser is used as a
|
||
# portable app, so long as it is run directly from that new directory, either
|
||
# via the shell or via the file manager.
|
||
|
||
[Desktop Entry]
|
||
Type=Application
|
||
Name=Mullvad Browser
|
||
GenericName=Web Browser
|
||
Comment=Mullvad Browser is +1 for privacy and −1 for mass surveillance
|
||
Categories=Network;WebBrowser;Security;
|
||
Exec=sh -c '"/home/user/mullvad-browser/Browser/start-mullvad-browser" || ([ ! -x "/home/user/mullvad-browser/Browser/start-mullvad-browser" ] && "$(dirname "$*")"/Browser/start-mullvad-browser --detach)' dummy %k
|
||
X-MullvadBrowser-ExecShell=./Browser/start-mullvad-browser
|
||
Icon=/home/user/mullvad-browser/Browser/browser/chrome/icons/default/default128.png
|
||
StartupWMClass=Mullvad Browser
|