Package Details: yaru-metacity-theme 25.04.1-1

Git Clone URL: https://aur.archlinux.org/yaru.git (read-only, click to copy)
Package Base: yaru
Description: Yaru default ubuntu metacity theme
Upstream URL: https://github.com/ubuntu/yaru
Licenses: GPL3
Submitter: drakkan
Maintainer: drakkan (chrisjbillington)
Last Packager: drakkan
Votes: 56
Popularity: 0.63
First Submitted: 2018-07-24 11:55 (UTC)
Last Updated: 2025-03-22 16:28 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

esaporski commented on 2021-08-09 13:40 (UTC) (edited on 2021-08-09 14:07 (UTC) by esaporski)

I'm getting an error when trying to install the dependencies:

error: libsass: signature from "Jerome Leclanche <jerome@leclan.ch>" is unknown trust
:: File /var/cache/pacman/pkg/libsass-3.6.5-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: sassc: signature from "Jerome Leclanche <jerome@leclan.ch>" is unknown trust
:: File /var/cache/pacman/pkg/sassc-3.6.2-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
error installing repo packages

Should I fill a bug report here? -> https://archlinux.org/packages/community/x86_64/sassc/

Edit: Removing some keys and running sudo pacman-key --populate archlinux fixed it.

chrisjbillington commented on 2021-07-15 23:30 (UTC) (edited on 2021-07-15 23:31 (UTC) by chrisjbillington)

@Remedan you're using eCryptFS? It has a 143 character filename limit.

If you scroll down/click onto the next page of comments, another user had the same issue when this package was using a git commit as the source - the filenames all had a full git hash in them which made them very long.

That's no longer the case, but there are nontheless filenames bumping up against the limit.

Not a whole lot this PKGBUILD can do about that unless there's some flags we can pass to whatever component of the build process makes those horrendous filenames, telling it to do something else. Anybody know which build tool is responsible for the .cache___aurutils___sync___yaru___src___ type filenames with slashes replaced with underscores, storing a full path in a single filename?

The underlying issue is that that tool and eCryptFS are not playing nice together, since one breaks the assumptions of the other.

Remedan commented on 2021-07-15 18:12 (UTC)

I'm using aurutils to manager AUR packages. It builds packages in ~/.cache/aurutils/sync. This results in the following error:

ninja: error: stat(gnome-shell/src/___home___remedan___.cache___aurutils___sync___yaru___src___yaru-21.10.1___gnome-shell___src___gnome-shell-sass___widgets____network-dialog.scss): File name too long

A workaround that worked for me is to move ~/.cache/aurutils/sync/yaru under a shorter path and then symlink it back.

chrisjbillington commented on 2021-07-13 04:15 (UTC)

@JoveYu the mixed theme has been removed due to poor toolkit support:

https://github.com/ubuntu/yaru/pull/2922

The next version of Ubuntu won't have it either.

JoveYu commented on 2021-07-13 01:20 (UTC)

this package contains two theme yarn and yarn-dark,is there a theme using light content and dark title? just like ubuntu default.

chrisjbillington commented on 2021-07-08 05:15 (UTC)

With Yaru tagging 21.10.1, This package is now back to official releases instead of a git commit.

chrisjbillington commented on 2021-06-12 09:28 (UTC)

@coxackie this package is for stable releases generally - it was only pointed at a git commit since no stable release supported gnome 40 yet, but that should be a once off.

Unless it's actually broken on Arch due to other packages here updating ahead of Yaru's release cycle (is that the case with gtk4?) I think its best to stick with official releases.

Those who want goodies can use yaru-git :)

coxackie commented on 2021-06-12 09:03 (UTC)

@chrisjbillington there seems to be a lot of movement in the master branch of yaru lately with gtk4 commits (last one I see is 1dece88568a336b8cf82883ac6843e1113d4c416). Maybe you could update the PKGBUILD to get the latest goodies?

swsnr commented on 2021-04-20 20:35 (UTC)

Why does "yaru-gtk-theme" depend on gtk-engine-murrine and, by implication, gtk2? I just realized that yaru-gtk-theme pulls in Gtk2, even though nothing else actually needs gtk2 on my system.

Could gtk-engine-murrine perhaps be turned into an optdepends?

chrisjbillington commented on 2021-04-02 23:50 (UTC)

Have applied the workaround to the PKGBUILD for now, since eCryptFS is not uncommon.