J'ai créé un lanceur de bureau pour ouvrir Nautilus en tant que root.
Il n'apparaît pas dans la recherche d'activités ou dans Toutes les applications.
Comment puis-je réparer cela?
[Desktop Entry]
Name=Files (Admin)
Comment=Access and organize files as root
Exec=gksudo nautilus %U
Icon=system-file-manager
Terminal=false
Type=Application
StartupNotify=true
OnlyShowIn=GNOME;Unity;
Categories=GNOME;GTK;Utility;Core;
MimeType=inode/directory;application/x-gnome-saved-search;
Keywords=folder;manager;explore;disk;filesystem;root;admin;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.2.1
X-Ubuntu-Gettext-Domain=nautilus
Habituellement, cela est dû à un chemin de commande Exec erroné ou manquant ... Vérifiez donc la commande Exec et définissez éventuellement le chemin absolu sur le binaire.
Ça fonctionne super bien :-)
Sudo cp ~/.local/share/applications/name.desktop /usr/share/applications/