costales / folder-color

Folder Color for Linux file browsers
GNU General Public License v3.0
87 stars 13 forks source link

Can't install with other nautilus extensions on Ubnutu 20.04 #4

Closed tiennou44 closed 4 years ago

tiennou44 commented 4 years ago

I used folder-color on Ubnutu 18.04, and it was super :-) Now on Ubuntu 20.04, there is conflict between python-nautilus and python3-nautilus3 to install them. In fact, some of nautilus extensions I installed (nautilus-admin, nautilus-nextcloud, ... - I need them) depend on python3-nautilus. Folder-color depends on python-nautilus. What solution ?

costales commented 4 years ago

Hi,

Honestly, I think is a Nautilus issue, because folder-color requires nautilus-python and it should get the last, not python2-nautilus.

If you don't need the translations, download this file.

Extract and then copy as root: nautilus/nautilus-extension/folder-color.py into /usr/share/nautilus-python/extensions/

Restart Nautilus: nautilus -q

And you should have it!

A hug!

tiennou44 commented 4 years ago

Yes not python2-nautilus but python3-nautilus. python3-nautilus is, I think, the last version. Anyway, I'll test folder-color_0.0.88

tiennou44 commented 4 years ago

That works well. However, a clean installation in Ubuntu 20.04 with the python3-nautilus version would be highly appreciated.