23c8e79be0
multi-application theme manager for the GNOME 2.0 desktop.
15 lines
652 B
Text
15 lines
652 B
Text
--- plugins/background/background-plugin.c.orig Sun May 19 04:01:16 2002
|
|
+++ plugins/background/background-plugin.c Sun May 19 04:02:12 2002
|
|
@@ -101,9 +101,9 @@
|
|
static gchar *
|
|
bg_plugin_theme_find (MtmExtHandler *handler, const gchar *name, gboolean is_root)
|
|
{
|
|
- gchar *root_prefixes[] = {"/usr/share/pixmaps/backgrounds",
|
|
- "/usr/share/pixmaps/backgrounds/tiles",
|
|
- "/usr/share/wallpapers",
|
|
+ gchar *root_prefixes[] = {"%%X11BASE%%/share/gnome/pixmaps/backgrounds",
|
|
+ "%%X11BASE%%/share/gnome/pixmaps/backgrounds/tiles",
|
|
+ "%%X11BASE%%/share/gnome/wallpapers",
|
|
NULL};
|
|
gchar *user_prefixes[] = {".metatheme-backgrounds",
|
|
".backgrounds",
|