Betriebssystem mit deprimierender Wirkung (REUPLOAD der Repo von 2018)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

start-tor-browser.desktop 1.7KB

12345678910111213141516171819202122232425262728293031323334
  1. #!/usr/bin/env ./Browser/execdesktop
  2. #
  3. # This file is a self-modifying .desktop file that can be run from the shell.
  4. # It preserves arguments and environment for the start-tor-browser script.
  5. #
  6. # Run './start-tor-browser.desktop --help' to display the full set of options.
  7. #
  8. # When invoked from the shell, this file must always be in a Tor Browser root
  9. # directory. When run from the file manager or desktop GUI, it is relocatable.
  10. #
  11. # After first invocation, it will update itself with the absolute path to the
  12. # current TBB location, to support relocation of this .desktop file for GUI
  13. # invocation. You can also add Tor Browser to your desktop's application menu
  14. # by running './start-tor-browser.desktop --register-app'
  15. #
  16. # If you use --register-app, and then relocate your TBB directory, Tor Browser
  17. # will no longer launch from your desktop's app launcher/dock. However, if you
  18. # re-run --register-app from inside that new directory, the script
  19. # will correct the absolute paths and re-register itself.
  20. #
  21. # This file will also still function if the path changes when TBB is used as a
  22. # portable app, so long as it is run directly from that new directory, either
  23. # via the shell or via the file manager.
  24. [Desktop Entry]
  25. Type=Application
  26. Name=Tor Browser
  27. GenericName=Web Browser
  28. Comment=Tor Browser is +1 for privacy and -1 for mass surveillance
  29. Categories=Network;WebBrowser;Security;
  30. Exec=sh -c '"/root/.tor-browser/app/Browser/start-tor-browser" --detach || ([ ! -x "/root/.tor-browser/app/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k
  31. X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach
  32. Icon=/root/.tor-browser/app/Browser/browser/chrome/icons/default/default128.png
  33. StartupWMClass=Tor Browser