Hi. Updated recently to Fedora 28. Insync seems to be working just fine as far as file synchronization goes, but Nautilus integration seems to be broken. The overlay icons simply don’t appear at all.
If I run “nautilus -q && nautilus ~/” on the terminal, this is what I get:
nautilus -q && nautilus ~/
Initializing nautilus-image-converter extension
_ImportError: could not import gobject (error was: 'No module named gi.gobject’)
(nautilus:5395): Nautilus-Python-WARNING **: 18:28:12.314: pygobject initialization failed
(nautilus:5395): Nautilus-Python-WARNING **: 18:28:12.314: nautilus_python_init_python failed
I realized that python2-gobject was not installed (dependency error?), so I decided to install it. Now the error I see when I start Nautilus on the terminal is:
nautilus -q && nautilus ~/
Initializing nautilus-image-converter extension
sys:1: PyGIWarning: Nautilus was imported without specifying a version first. Use gi.require_version(‘Nautilus’, ‘3.0’) before import to ensure that the right version gets loaded.
<IntrospectionModule ‘Nautilus’ from ‘/usr/lib64/girepository-1.0/Nautilus-3.0.typelib’>
Insync Nautilus Plugin
<class ‘insync_plugin.InsyncExtension’>
(’[init insync plugin]’, <insync_plugin.InsyncExtension object at 0x7f43ec0928c0 (uninitialized at 0x(nil))>)
Any hints on what is wrong?
Regards,
André