I've installed Tor Browser and I can run it buy the command:
./start-tor-browser.desktop
This command works as long as the Tor icon(the globe icon) is in : /home/user/tor-browser_de/ and I am also there in ~/tor-browser_de.
When I want to set the shortcut Super+T, I use the command ./start-tor-browser.desktop
, but it does not work. I copied the Tor icon to /home/user, but the problem still persists. How can I fix this problem?
/home/user/tor-browser_de/start-tor-browser.desktop
. I'm not sure if running a.desktop
file works in the context of a shortcut though. If not, open the file in a text editor and use the command specified in theExec=...
line. – danzel Jan 11 '19 at 10:56