Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeErrors in the CLI #2

Open
kernelb00t opened this issue Jun 22, 2023 · 1 comment
Open

TypeErrors in the CLI #2

kernelb00t opened this issue Jun 22, 2023 · 1 comment

Comments

@kernelb00t
Copy link

Hi!
When I launch nautilus via the CLI, there are some TypeErrors (i think due to the fact that this extension has not been touched since 3 years).
Here are the logs :

❯ nautilus
** Message: 23:57:29.720: Connecting to org.freedesktop.Tracker3.Miner.Files
Initializing nautilus-image-converter extension

(org.gnome.Nautilus:276889): Gtk-WARNING **: 23:57:30.352: AdwGizmo 0x563426e621c0 (tabboxchild) reported min width -6, but sizes must be >= 0

(org.gnome.Nautilus:276889): Gtk-WARNING **: 23:57:30.357: AdwGizmo 0x563426e621c0 (tabboxchild) reported min width -6, but sizes must be >= 0

(org.gnome.Nautilus:276889): Gtk-WARNING **: 23:57:30.379: AdwGizmo 0x563426e621c0 (tabboxchild) reported min width -6, but sizes must be >= 0
TypeError: GNOMEDisksExtension.get_file_items() missing 1 required positional argument: 'files'
TypeError: GNOMEDisksExtension.get_background_items() missing 1 required positional argument: 'file'

(org.gnome.Nautilus:276889): Gtk-WARNING **: 23:57:30.453: AdwGizmo 0x563426e621c0 (tabboxchild) reported min width -6, but sizes must be >= 0
** Message: 23:57:30.596: Called "net usershare info" but it failed: « net usershare » a retourné l'erreur 255 : Can't load /etc/samba/smb.conf - run testparm to debug it
net usershare: usershares are currently disabled

TypeError: GNOMEDisksExtension.get_file_items() missing 1 required positional argument: 'files'
TypeError: GNOMEDisksExtension.get_background_items() missing 1 required positional argument: 'file'

(org.gnome.Nautilus:276889): Gtk-WARNING **: 23:57:30.622: AdwGizmo 0x563426e621c0 (tabboxchild) reported min width -6, but sizes must be >= 0
TypeError: GNOMEDisksExtension.get_file_items() missing 1 required positional argument: 'files'
TypeError: GNOMEDisksExtension.get_background_items() missing 1 required positional argument: 'file'

I'm on Manjaro, GNOME Nautilus 44.1.

@kernelb00t
Copy link
Author

Oh I didn't see that this ext didn't actually works 😅
Maybe if you can't update it, I can post on some forums if someone would want to bring this extension up-to-date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant