Package Details: yaru-sound-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 sound theme
Upstream URL: https://github.com/ubuntu/yaru
Licenses: GPL3
Submitter: drakkan
Maintainer: drakkan (chrisjbillington)
Last Packager: drakkan
Votes: 56
Popularity: 0.62
First Submitted: 2018-07-24 11:55 (UTC)
Last Updated: 2025-03-22 16:28 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

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

chrisjbillington commented on 2019-10-23 14:49 (UTC)

Just a heads up, there are directory layout changes in the upcoming Yaru release that will require changing this PKGBUILD. See yaru-git if you want to copy its PKGBUILD. Furthermore, the shell theme will be selectable in gnome-tweaks from the next release, so using the session will be optional.

chrisjbillington commented on 2019-10-18 18:31 (UTC)

If anyone wants to build the dark version of the gnome shell theme, they can add the following prepare() function to the PKGBUILD:

prepare(){
    sed -i  s/light/dark/ yaru/gnome-shell/src/gnome-shell.scss
}

In the long run, Yaru aims to provide a switchable dark/light shell theme:

https://github.com/ubuntu/yaru/issues/1483

figue commented on 2019-10-03 15:42 (UTC)

@drakkan it is indeed! Thanks

drakkan commented on 2019-10-03 12:42 (UTC)

@figue, it should be better now, thank you for your suggestion

figue commented on 2019-10-03 11:07 (UTC)

@drakkan thanks for these packages.

Only one request: can you hide all these hundreds of thousands lines while building? It's impossible to find anything significant in that huge log.

Thanks!

ali.molaei commented on 2019-09-22 11:40 (UTC)

Why is this package flagged out of date? Can you please remove the flag? the latest release is 19.10.2 https://github.com/ubuntu/yaru/releases

drakkan commented on 2019-08-30 06:44 (UTC)

@chrisjbillington thanks for the investigation I reverted to 19.04.3

chrisjbillington commented on 2019-08-30 03:18 (UTC)

The overview search bugginess is due to a change to Yaru required to be compatible with an upcoming gnome-shell change. So in gnome-shell 3.34 there will be no problem, unfortunately the 'fix' makes Yaru 19.10.1 buggy on gnome-shell 3.32. Either stick to Yaru 19.04.3 until gnome-shell 3.34 is out as @Mershl has done, or use a gnome-shell package with the required backported changes.

The aur package gnome-shell-performance has the required patch (it is the patch for merge request !110), but it is disabled at the moment, so you have to uncomment it manually for now if you use that package.

Mershl commented on 2019-08-21 16:59 (UTC) (edited on 2019-08-21 17:04 (UTC) by Mershl)

The latest release (19.10.1-1) shows icon misplacements and cut strings when searching using the Super-key in Gnome 3.32. Downgrading to 19.04.3 fixes these issues on my system.