From 757d81a5c5ae8bed6a6bde3827b7202765bb1da1 Mon Sep 17 00:00:00 2001 From: edmael Date: Thu, 6 Feb 2014 16:57:59 +0100 Subject: [PATCH] Added ~/.local/share/icons to the location where Xfce can find X11 mouse cursors. --- dialogs/mouse-settings/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c index 46168e7..1361f4a 100644 --- a/dialogs/mouse-settings/main.c +++ b/dialogs/mouse-settings/main.c @@ -407,7 +407,7 @@ mouse_settings_themes_populate_store (GtkBuilder *builder) /* get the cursor paths */ #if XCURSOR_LIB_MAJOR == 1 && XCURSOR_LIB_MINOR < 1 - path = "~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons"; + path = "~/.icons:~/.local/share/icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons"; #else path = XcursorLibraryPath (); #endif -- 1.8.5.3