mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1e33437fcc
sets" that accomodate gtk, window manager, etc.
16 lines
621 B
Plaintext
16 lines
621 B
Plaintext
--- plugins/background/background-plugin.c 2000/11/26 21:31:41 1.1
|
|
+++ plugins/background/background-plugin.c 2000/11/26 21:33:54
|
|
@@ -227,9 +227,9 @@
|
|
bg_plugin_find_theme (MtmExtHandler *handler, 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",
|