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
551 stars 27 forks source link

Bypass broken package to install packages mutter 42.1 #87

Closed nishavak closed 10 months ago

nishavak commented 2 years ago

For Ubuntu 22.04 LTS, mutter 42.2 upgrade breaks the code. Manual installation of libmutter-10-0_42.1-0ubuntu1_amd64.deb and mutter-common_42.1-0ubuntu1_all.deb breaks apt. Temporary workaround is to remove mutter, install the packages needed, then reinstall mutter.

Here's the code-

sudo apt install --fix-broken sudo apt purge libmutter-10-0 mutter-common -y sudo apt install ubuntu-desktop -y

I use ubuntu-desktop, you may install whichever you prefer, kubuntu, xubuntu, or lubuntu.

Note

  1. Keep track of packages removed by apt whilst fixing.
  2. If you logout, you'll be greeted with teletype shell or tty shell.