Nautilus errors/ unable to share files from phone to pc

λ nautilus
Initializing nautilus-image-converter extension
GSConnect: No translation file found for domain
Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/nautilus-admin.py", line 25, in <module>
    from gettext import gettext, locale, bindtextdomain, textdomain
ImportError: cannot import name 'locale' from 'gettext' (/usr/lib/python3.9/gettext.py)
Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/nautilus-mediainfo.py", line 13, in <module>
    from MediaInfoDLL import *
ModuleNotFoundError: No module named 'MediaInfoDLL'

** (org.gnome.Nautilus:213400): WARNING **: 13:37:54.736: Unable to get contents of the bookmarks file: Error opening file /home/pupperemeritus/.gtk-bookmarks: No such file or directory
Nautilus-Share-Message: 13:37:54.857: Called "net usershare info" but it failed: 'net usershare' returned error 1: Can't load /etc/samba/smb.conf - run testparm to debug it

Use ~~~ for nice formatted text, please.

i was wondering how you format many lines thanks.

I guess this happens due to the Python 3.9 update

No module named 'MediaInfoDLL'
3 Likes

so i have to wait a few days for python 3.9 to roll out completely

2 Likes

I guess a quick fix would be to remove the nautilus extensions which failed to load. Judging from the log output this would be

nautilus-admin
nautilus-mediainfo

:smiley:

Edit: also need to remove nautilus-pdf-tools-git

2 Likes