coprserver
(Copr user)
September 4, 2019, 7:04pm
1
Allows one to choose the color or emblem of a folder in Nautilus.
dnf copr enable kleong/folder-color
dnf install folder-color-common folder-color-nautilus
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/kleong/folder-color/
lusmo
(Ludek Smolik)
September 9, 2023, 11:57am
2
dnf copr enable kleong/folder-color
Enabling a Copr repository.
…
Do you really want to enable copr.fedorainfracloud.org/kleong/folder-color ? [y/N]: y
Repository succesfully enabled.
dnf install folder-color-common folder-color-nautilus
Copr repo for folder-color owned by kleong 2.4 kB/s | 3.3 kB 00:01
No match for argument: folder-color-nautilus
Fedora Workstation 38
bloque9
(Jorge T J )
October 15, 2023, 4:42am
3
For Fedora 38 is a bit different:
Enable copr repo
dnf copr enable kleong/folder-color
Install folder-color-common
dnf install folder-color-common
The last command, instead of folder-color-nautilus, you use folder-color only
dnf install folder-color
Reboot and everything should work fine.
Thanks to the programmers for this by the way For me it is incredible useful to switch colors between folders
lusmo
(Ludek Smolik)
October 19, 2023, 7:15pm
4
Thank You very much! Ludek
ne 15. 10. 2023 v 6:47 odesílatel Jorge T J via Fedora Discussion <notifications@fedoraproject.discoursemail.com > napsal:
lusmo
(Ludek Smolik)
March 21, 2024, 12:22pm
5
Fedora 39:
dnf install folder-color-common
- nothing provides python(abi) = 3.11 needed by folder-color-common-0.1.3-1.noarch from copr:copr.fedorainfracloud.org:kleong:folder-color
- nothing provides python(abi) = 3.11 needed by folder-color-0.2.7-1.noarch from copr:copr.fedorainfracloud.org:kleong:folder-color
theduc
(luc Valigny)
May 6, 2024, 9:53am
6
same problem on fedora 40 and i have python 3.12.3 ?
xovani
(Giovani Oliveira)
June 9, 2024, 11:49pm
7
Hy Guys!
Fedora 40
sudo dnf install folder-color
Copr repo for folder-color owned by kleong 7.1 kB/s | 1.5 kB 00:00
Erro:
Problema: solicitações conflitantes
nothing provides python(abi) = 3.11 needed by folder-color-0.2.7-1.noarch from copr:copr.fedorainfracloud.org:kleong:folder-color
(tente adicionar ‘–skip-broken’ para pular pacotes desinstaláveis)
bloque9
(Jorge T J )
August 14, 2024, 4:00am
8
The script is only for easier install. You can always install manually. Here is how:
Install nautilus-python to allow the script to work.
sudo dnf install nautilus-python
Download the script folder-color.py straight from github repository. (Github folder-color repository
Copy the file to the extensions folder:
sudo cp folder-color.py /usr/share/nautilus-python/extensions/
Restart nautilus
nautilus -q
Thats it! Again, thanks for the great utility, improves files experience A LOT!