Tor browser

bonjour,
j’ai téléchargé tor-browser-linux64-0.0.13_fr.tar.xz, puis j’ai extrait le tout.
j’ai donc un répertoire tor-browser_fr avec plein de répertoires et de fichiers, mais impossible de trouver l’icone du browser à lancer et à mettre dans les favoris.
quelqu’un peut-il m’aider ???
merci d’avance

Le lanceur après install chez moi indique que le script de lancement est
« start-tor-browser ». Le lanceur lui-même s’appelle « Tor Browser ». Voir ci-dessous les options :

#!/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 '"/media/disque/bin/tor-browser_fr/Browser/start-tor-browser" --detach || ([ !  -x "/media/disque/bin/tor-browser_fr/Browser/start-tor-browser" ] && "$(dirname "$*")"/Browser/start-tor-browser --detach)' dummy %k
X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach
Icon=/media/disque/bin/tor-browser_fr/Browser/browser/chrome/icons/default/default128.png
StartupWMClass=Tor Browser

sauf changement récent, la procédure pour se faire un lanceur, et selon le dossier ou est decompréssé Tor, c’est

~/Tor/tor-browser_fr$ ./start-tor-browser.desktop --register-app

Browser/start-tor-browser

merci à grandtoubab, ça fonctionne !
nouveau sur linux, je pensais que décompresser le fichier .tar reviendrait comme sur mac à cliquer sur un fichier .dmg et que j’obtiendrais directement l’appli sous forme d’une iconne.