background: use a lighter texture for solid colors.

https://bugzilla.gnome.org/show_bug.cgi?id=682612
This commit is contained in:
Jakub Steiner 2012-08-24 16:25:53 +02:00 committed by Bastien Nocera
parent 97af01b56f
commit f49261bb8d
3 changed files with 6 additions and 1 deletions

View file

@ -19,6 +19,7 @@ INCLUDES = \
-DUIDIR="\"$(uidir)\"" \
-DDATADIR="\"$(datadir)\"" \
-DGNOME_DESKTOP_USE_UNSTABLE_API \
-DPIXMAP_DIR=\""$(datadir)/gnome-control-center/pixmaps"\" \
$(NULL)
ccpanelsdir = $(PANELS_DIR)
@ -84,6 +85,10 @@ gdesktop-enums-types.c: $(GDESKTOP_PREFIX)/include/gsettings-desktop-schemas/gde
@INTLTOOL_DESKTOP_RULE@
pixmapdir = $(pkgdatadir)/pixmaps
pixmap_DATA = \
noise-texture-light.png
desktopdir = $(datadir)/applications
desktop_in_files = gnome-background-panel.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

View file

@ -86,7 +86,7 @@ bg_colors_source_init (BgColorsSource *self)
/* It does have a URI, it's "none" */
g_object_set (G_OBJECT (item),
"uri", "file:///" DATADIR "/gnome-shell/theme/noise-texture.png",
"uri", "file:///" DATADIR "/gnome-control-center/pixmaps/noise-texture-light.png",
"primary-color", items[i].pcolor,
"secondary-color", items[i].pcolor,
"shading", items[i].type,

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB