Après avoir installé la dernière version de Firefox en suivant le conseil d’un autre fil de discussion, je souhaite maintenant créer un lanceur gnome-shell pour pouvoir facilement lancer cette application depuis le menu de gauche.
Comme l’application est installée en espace utilisateur dans ~/.local/bin
, je souhaite créer le lanceur en espace utilisateur aussi. J’ai donc créé le fichier .desktop dans ~/.local/share/applications
.
Le fichier est le suivant :
[Desktop Entry]
Name=Firefox
Comment=Navigue sur Internet
GenericName=Navigateur Web
X-GNOME-FullName=Navigateur Web Firefox
Exec=~/.local/bin/firefox-58.0.1/firefox/firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=~/.local/bin/firefox-58.0.1/firefox/browser/icons/mozicon128.png
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;
StartupWMClass=Firefox-esr
StartupNotify=true
Actions=Default;ProfileManager;
[Desktop Action Default]
Name=Default Profile
Exec=~/.local/bin/firefox-58.0.1/firefox/firefox -new-instance -ProfileManager test
[Desktop Action ProfileManager]
Name=Profile Manager
Exec=~/.local/bin/firefox-58.0.1/firefox/firefox --new-instance -ProfileManager
Malheureusement, même en fermant la session gnome-shell, aucun lanceur n’apparaît dans le menu gnome-shell.
Ca fonctionne chez vous ? Ou c’est cassé chez tout le monde ?