I'm tying to change a folder color or add a emblem and nothing happen, in logs i can see the following error:
GLib.Error: g-io-error-quark: Error setting file metadata: can’t open metadata tree (0)
File "/usr/share/nautilus-python/extensions/folder-color.py", line 140, in restore_color
self.restore_color(item_path)
File "/usr/share/nautilus-python/extensions/folder-color.py", line 96, in set_color
self.foldercolor.set_color(item_path, self._get_skel_folder(item_path, icon)['name'])
File "/usr/share/nautilus-python/extensions/folder-color.py", line 316, in _menu_activate_color
on the other hand, change a folder icon does not works too, I'm not sure if it's related.
RuntimeError: object at 0x7fba413dcf00 of type FolderColorMenu is not initialized
. Just removedfolder-color
package and restart nautilus. Everything fine now. – Pablo Bianchi Jan 14 '19 at 07:25