Elive has a number of browsers pre-installed or gives the power to user to choose & install them at the time of installation. It would be great if Elive provide Tor Browser pre-installed . Tor Browser is very essential to surf online & it keeps our privacy and provides the power to become anonymous while browsing. I tested Tor Browser on Elive works fine but i found a little issue while creating a personal application launcher it shows
The application failed to launch, that's a problem from the application
First you need to know why it doesn't launch, applications are normally run from their .desktop file, the first screenshot says which is the .desktop file that try to launch, so now, you can read that file to know what is trying to run, for that you can try: grep Exec somefile.desktop
Which will show the executable that try to run, maybe with some parameters but normally you can now try to run it from a terminal, for example this will run what :
This shows in detail what try's to run and what is the type of file that try to run (a binary executable), if was the case of a script, then you can sudo edit it to add debug lines (set -x) and see where it exactly fails
@ Thanatermesis I'm not a computer scientist like you. The way you explained seems Hebrew alphabet to me. My point was i wanted it pre-installed on the system cause many distro provides it. and Unlike other software packages it's a bit different to add in launcher. We will be glad if you do that for us.
But as I said, try to run it from a terminal, the .desktop files are launchers (as your first screenshot shows), run "grep -i exec" to that file similar to my example to know the command to exec, then run the command to see if shows any error message, it may be a library version issue or a missing dependency