freebsd-ports/misc/metatheme2/files/patch-ag
Joe Marcus Clarke 23c8e79be0 Add metatheme2 after a repo copy from metatheme. Metatheme is the
multi-application theme manager for the GNOME 2.0 desktop.
2002-05-20 19:26:05 +00:00

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",