mutter-rounded icon indicating copy to clipboard operation
mutter-rounded copied to clipboard

Dependency error in Ubuntu 22.04

Open jasnn72 opened this issue 3 years ago • 3 comments

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'

jasnn72 avatar Aug 06 '22 14:08 jasnn72

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/

yilozt avatar Aug 06 '22 14:08 yilozt

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?

much-doge avatar Sep 09 '22 04:09 much-doge

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.

yilozt avatar Sep 09 '22 05:09 yilozt