xdg-open without sudo do an error #768
-
Good morning, However if I launch the XDG-OPEN "/" command to open my file manager at the root of my system (Linux Mint 22.1 Cinnamon), this opens the file manager but I have this error: user@myPC:~$ xdg-open "/"
user@myPC:~$
(nemo:333560): Gtk-WARNING **: 14:48:51.561: Theme directory of theme Vanilla has no size field
Nemo-Share-Message: 14:48:51.851: Called "net usershare info" but it failed: « net usershare » a retourné l'erreur 255 : net usershare: cannot open usershare directory /var/lib/samba/usershares. Error Aucun fichier ou dossier de ce nom
Please ask your system administrator to enable user sharing.
sys:1: Warning: g_object_weak_unref: couldn't find weak ref 0x71aa6f2ef510(0x5ad4ea411200)
^C
user@myPC:~$ The part But if I launch the command I wanted to post this bug at freedesktop but they are under gitlab and I can't even create an account on it 🥴 Tell me if information is missing, I gladly give it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's no problem here - you get the same behavior just running I believe the |
Beta Was this translation helpful? Give feedback.
There's no problem here - you get the same behavior just running
nemo /
.I believe the
g_object_weak_unref
warning only occurs when closing a 'list view' style window - running nemo/xdg-open withsudo
ends up applying the 'default' view settings to the location (which is the icon view). It can be safely ignored.