1
0
Fork 0

Disable !110 by default

Some themes do not show the grid search icons and will have to update
after 3.34 is out.
This commit is contained in:
Térence Clastres 2019-08-25 22:05:59 +02:00
parent 45a6675deb
commit e888eaaeba

View file

@ -129,9 +129,8 @@ prepare() {
# URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110 # URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110
# Type: 3 # Type: 3
# Status: 4 # Status: 4
# Comment: Makes the grid search icons hidden on some configuration: https://gitlab.gnome.org/GNOME/gnome-shell/issues/1456 # Comment: Makes the grid search icons hidden if using certain custom themes, disabled by default
# git cherry-pick -n a7852705^..2d908e80 # patch -Np1 < ../110.patch
patch -Np1 < ../110.patch
git submodule init git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control" git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"