Jump to content

Tor Browser ინსტალაცია Ubuntu-ზე


Recommended Posts

Tor Browser-ს ვერ ვაინსტალირებ Ubuntu 19.04-ზე:

Ubuntu Software-დანაც და ტერმინალიდანაც ვცადე, დააყენა ლანჩერი და კონფიგურატორი, მაგრამ ასეთ ერორს აგდებს ინსტალაციისას:

Screenshot-from-2019-09-22-14-50-25.png


Screenshot-from-2019-09-22-14-50-50.png

ხელით გადმოვწერე არქივი და ტერმნალიდან გავხსენი:

Screenshot-from-2019-09-22-14-51-54.png

 

და ირთვება ჩვეულებრივ, მერე ფავორიტებში დავამატე ყოველი ჩართვისას ტერმინალიდან რომ არ მომიწიოს გახსნა, მაგრამ მაინც იგივეს შვება მაინც (Error starting download) თუკი ტერმინალიდან არ ჩავრთე

შეიძლება shortcut გავაკეთო ამ ბრძანების დესკტოპზე ან ფავორიტებზე?

 

Link to comment
Share on other sites

.desktop ფაილი შორთქათია ფაქტობრივად. ჩაიხედე შიგნით გამშვებს ეგ უშვებს.

ესე ცადე აბა დაყენება.

sudo apt install -y torbrowser-launcher და მერე გაუშვი ეგ და ნახე თუ იმუშავებს.

მეორე ვარიანტია ნახე ბიბლიოთეკები ხომ არ აკლია strace-თ გაუშვი ან თუ დინამიური გამშვები აქვს ldd-თ და დაგიწერს რის გამო არ ეშვება.

Link to comment
Share on other sites

მაგ ფაილში ვნახე გაშვების ინსტრუქცია:

#!/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-tor-browser script.
#
# Run './start-tor-browser.desktop --help' to display the full set of options.
#
# When invoked from the shell, this file must always be in a Tor 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 TBB location, to support relocation of this .desktop file for GUI
# invocation. You can also add Tor Browser to your desktop's application menu
# by running './start-tor-browser.desktop --register-app'
#
# If you use --register-app, and then relocate your TBB directory, Tor 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 TBB 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=Tor Browser
GenericName=Web Browser
Comment=Tor Browser is +1 for privacy and -1 for mass surveillance
Categories=Network;WebBrowser;Security;
Exec=sh -c '"/home/giorgi/Downloads/tor-browser_en-US/Browser/start-tor-browser" --detach || ([ !  -x "/home/giorgi/Downloads/tor-browser_en-US/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k
X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach
Icon=/home/giorgi/Downloads/tor-browser_en-US/Browser/browser/chrome/icons/default/default128.png
StartupWMClass=Tor Browser

--Register App სვიჩიც გამოვიყენე, მაგრამ არ შვება მაინც, პირდაპირ აპლიკაციას რომ ვუშვებ, იგივე ერორს წერს,

-help სვიჩით კი ეს ინფორმაცია გამოაქვს, მაგრამ აქაც არაფერია საინტერესო:

giorgi@Z50-70:~/Downloads/tor-browser_en-US$ ./start-tor-browser.desktop -help
Launching './Browser/start-tor-browser --detach -help'...
Usage: ./firefox.real [ options ... ] [URL]
       where options include:

X11 options
  --display=DISPLAY  X display to use
  --sync             Make X calls synchronous
  --g-fatal-warnings Make all warnings fatal

Firefox options
  -h or --help       Print this message.
  -v or --version    Print Firefox version.
  -P <profile>       Start with <profile>.
  --profile <path>   Start with profile at <path>.
  --migration        Start with migration wizard.
  --ProfileManager   Start with ProfileManager.
  --no-remote        (default) Do not accept or send remote commands; implies
                     --new-instance.
  --allow-remote     Accept and send remote commands.
  --new-instance     Open new instance, not a new window in running instance.
  --UILocale <locale> Start with <locale> resources as UI Locale.
  --safe-mode        Disables extensions and themes for this session.
  --headless         Run without a GUI.
  --browser          Open a browser window.
  --new-window <url> Open <url> in a new window.
  --new-tab <url>    Open <url> in a new tab.
  --private-window <url> Open <url> in a new private window.
  --preferences      Open Preferences dialog.
  --screenshot [<path>] Save screenshot to <path> or in working directory.
  --window-size width[,height] Width and optionally height of screenshot.
  --search <term>    Search <term> with your default search engine.
  --jsconsole        Open the Browser Console.
  --jsdebugger       Open the Browser Toolbox.
  --wait-for-jsdebugger Spin event loop until JS debugger connects.
                     Enables debugging (some) application startup code paths.
                     Only has an effect when `--jsdebugger` is also supplied.
  --devtools         Open DevTools on initial load.
  --start-debugger-server [ws:][ <port> | <path> ] Start the debugger server on
                     a TCP port or Unix domain socket path. Defaults to TCP port
                     6000. Use WebSocket protocol if ws: prefix is specified.
  --recording <file> Record drawing for a given URL.
  --recording-output <file> Specify destination file for a drawing recording.
  --setDefaultBrowser Set this app as the default browser.

Tor Browser Script Options
  --verbose         Display Tor and Firefox output in the terminal
  --log [file]      Record Tor and Firefox output in file (default: tor-browser.log)
  --detach          Detach from terminal and run Tor Browser in the background.
  --register-app    Register Tor Browser as a desktop app for this user
  --unregister-app  Unregister Tor Browser as a desktop app for this user

იყოს, ტერმინალიდან გავუშვებ როცა გამოვიყენებ

Link to comment
Share on other sites

  • 2 weeks later...

KDE Plasma დესკტოპი დავაყენე და იქ პირდაპირ გაეშვა ერორების გარეშე

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.