bilelmoussaoui / Hardcode-Tray

Fixes Hardcoded tray icons in Linux
Other
863 stars 63 forks source link

Can't install on Fedora 32 #628

Closed serovar closed 4 years ago

serovar commented 4 years ago

Specifications

Issue

hardcode-tray cannot be installed on Fedora 32 (and it blocks the system upgrade if coming from Fedora 31).

Error: 
 Problem: conflicting requests
 - nothing provides python(abi) = 3.7 needed by hardcode-tray-4.3.r90.gf3e2d59-40.1.noarch
varlesh commented 4 years ago

@SmartFinn

SmartFinn commented 4 years ago

Nothing weird here, because OBS provide separated repo per each distro version. You have to remove a package and the repo for Fedora 31 before upgrade:

sudo dnf remove hardcode-tray
sudo rm /etc/yum.repos.d/home:SmartFinn:hardcode-tray.repo

And then install it for Fedora 32:

sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/home:SmartFinn:hardcode-tray/Fedora_$(rpm -E %fedora)/home:SmartFinn:hardcode-tray.repo
sudo dnf install hardcode-tray