Accepting request 825300 from GNOME:Factory

- Update gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch: 
  + Remove noise texture background
  + Tweak the gdm grey color to be the same with 3.36 default behavior
    (boo#1172826). (forwarded request 824818 from qkzhu)

OBS-URL: https://build.opensuse.org/request/show/825300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsettings-desktop-schemas?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2020-08-12 08:56:47 +00:00 committed by Git OBS Bridge
commit 6d8bad5f15
2 changed files with 11 additions and 3 deletions

View File

@ -46,7 +46,7 @@ index 0000000..b38e699
+ </description>
+ </key>
+ <key name="picture-uri" type="s">
+ <default>'resource:///org/gnome/shell/theme/noise-texture.png'</default>
+ <default>''</default>
+ <summary>Picture URI</summary>
+ <description>
+ URI to use for the background image. Note that the backend only supports
@ -62,14 +62,14 @@ index 0000000..b38e699
+ </description>
+ </key>
+ <key name="primary-color" type="s">
+ <default>'#2e3436'</default>
+ <default>'#677378'</default>
+ <summary>Primary Color</summary>
+ <description>
+ Left or Top color when drawing gradients, or the solid color.
+ </description>
+ </key>
+ <key name="secondary-color" type="s">
+ <default>'#2e3436'</default>
+ <default>'#677378'</default>
+ <summary>Secondary Color</summary>
+ <description>
+ Right or Bottom color when drawing gradients, not used for solid color.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 7 07:55:52 UTC 2020 - QK ZHU <qkzhu@suse.com>
- Update gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch:
+ Remove noise texture background
+ Tweak the gdm grey color to be the same with 3.36 default behavior
(boo#1172826).
-------------------------------------------------------------------
Thu Jul 30 10:59:42 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>