background: use a lighter texture for solid colors.
https://bugzilla.gnome.org/show_bug.cgi?id=682612
This commit is contained in:
parent
97af01b56f
commit
f49261bb8d
3 changed files with 6 additions and 1 deletions
|
@ -19,6 +19,7 @@ INCLUDES = \
|
||||||
-DUIDIR="\"$(uidir)\"" \
|
-DUIDIR="\"$(uidir)\"" \
|
||||||
-DDATADIR="\"$(datadir)\"" \
|
-DDATADIR="\"$(datadir)\"" \
|
||||||
-DGNOME_DESKTOP_USE_UNSTABLE_API \
|
-DGNOME_DESKTOP_USE_UNSTABLE_API \
|
||||||
|
-DPIXMAP_DIR=\""$(datadir)/gnome-control-center/pixmaps"\" \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ccpanelsdir = $(PANELS_DIR)
|
ccpanelsdir = $(PANELS_DIR)
|
||||||
|
@ -84,6 +85,10 @@ gdesktop-enums-types.c: $(GDESKTOP_PREFIX)/include/gsettings-desktop-schemas/gde
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
pixmapdir = $(pkgdatadir)/pixmaps
|
||||||
|
pixmap_DATA = \
|
||||||
|
noise-texture-light.png
|
||||||
|
|
||||||
desktopdir = $(datadir)/applications
|
desktopdir = $(datadir)/applications
|
||||||
desktop_in_files = gnome-background-panel.desktop.in
|
desktop_in_files = gnome-background-panel.desktop.in
|
||||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||||
|
|
|
@ -86,7 +86,7 @@ bg_colors_source_init (BgColorsSource *self)
|
||||||
/* It does have a URI, it's "none" */
|
/* It does have a URI, it's "none" */
|
||||||
|
|
||||||
g_object_set (G_OBJECT (item),
|
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,
|
"primary-color", items[i].pcolor,
|
||||||
"secondary-color", items[i].pcolor,
|
"secondary-color", items[i].pcolor,
|
||||||
"shading", items[i].type,
|
"shading", items[i].type,
|
||||||
|
|
BIN
panels/background/noise-texture-light.png
Normal file
BIN
panels/background/noise-texture-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
Loading…
Add table
Add a link
Reference in a new issue