yilozt / mutter-rounded

A window manager for GNOME, with rounded corners patch
https://aur.archlinux.org/packages/mutter-rounded/
GNU General Public License v2.0
556 stars 26 forks source link

Installation on Fedora 35 fails due to conflicts #8

Open marcinjahn opened 2 years ago

marcinjahn commented 2 years ago

Following the instruction from the README.md I get the following:

▶ sudo rpm --reinstall mutter-41.1-2.fc35.x86_64.rpm
[sudo] password for marcin:
        file /usr/bin/mutter from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/libmutter-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/Meta-9.gir from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/Meta-9.typelib from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/libmutter-clutter-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/libmutter-cogl-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/libmutter-cogl-pango-9.so.0.0.0 from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/lib64/mutter-9/plugins/libdefault.so from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/libexec/mutter-restart-helper from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64
        file /usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml from install of mutter-41.1-2.fc35.x86_64 conflicts with file from package mutter-41.1-1.fc35.x86_64

I see that the mutter that I have installed on my system is newer than the one provided in the RPM. How to go around that? How to handle future updates to mutter?

yilozt commented 2 years ago

You can try sudo rpm -U mutter-41.1-2.fc35.x86_64.rpm to install it.

jokerekv2 commented 2 years ago

Just sudo dnf downgrade mutter-41.1-2.fc35.x86_64.rpm