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

Dependency error in Ubuntu 22.04 #95

Open jasnn72 opened 1 year ago

jasnn72 commented 1 year ago

Just updated from 20.04 to 22.04. Got a dependency error, tried installing 0.3 and retried but didn't work, 0.2 package does not exist.

[run] sudo apt build-dep -y mutter
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 builddeps:mutter : Depends: libpipewire-0.2-dev (>= 0.2.2) but it is not installable
E: Unable to correct problems, you have held broken packages.
[err: 100] sudo apt build-dep -y mutter
byltren@acer:~/Downloads/mutter-rounded-main/ubuntu$ sudo apt-get install libpipewire-0.2-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libpipewire-0.2-dev
E: Couldn't find any package by glob 'libpipewire-0.2-dev'
E: Couldn't find any package by regex 'libpipewire-0.2-dev'
yilozt commented 1 year ago

You can get deb packages from Github Actions:

https://github.com/yilozt/mutter-rounded/actions/runs/2807081093

Sorry that this patch will be deprecated because I am trying to port it to a gnome shell extensions:

https://extensions.gnome.org/extension/5237/rounded-window-corners/

much-doge commented 1 year ago

You can get deb packages from Github Actions:

https://github.com/yilozt/mutter-rounded/actions/runs/2807081093

Sorry that this patch will be deprecated because I am trying to port it to a gnome shell extensions:

https://extensions.gnome.org/extension/5237/rounded-window-corners/

Does the new extension also include the blur patch?

yilozt commented 1 year ago

https://github.com/yilozt/rounded-window-corners/tree/blur-effect-with-rounded-corners

This is the branch that include blur patch, but it is not ready to merge into main branch.