all repos — openbox @ 41f0ff035bef7fb14e4ede5aa36c71e8948731b9

openbox fork - make it a bit more like ryudo

look for themes where they were installed by make install first
Dana Jansens danakj@orodu.net
commit

41f0ff035bef7fb14e4ede5aa36c71e8948731b9

parent

410bf6dc53d6779d019128381f6b8dbcaf03dc31

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M parser/parse.cparser/parse.c

@@ -417,6 +417,9 @@ if (path && path[0] != '\0') /* not unset or empty */

xdg_data_dir_paths = split_paths(path); else { xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, + g_strdup(DATADIR), + (GSListFunc) g_slist_append); + xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, g_build_filename (G_DIR_SEPARATOR_S, "usr", "local", "share", NULL),

@@ -425,9 +428,6 @@ xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths,

g_build_filename (G_DIR_SEPARATOR_S, "usr", "share", NULL), - (GSListFunc) g_slist_append); - xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths, - g_strdup(DATADIR), (GSListFunc) g_slist_append); } xdg_data_dir_paths = slist_path_add(xdg_data_dir_paths,