lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 18.09-beta 24 lines 984 B view raw
1diff --git a/panel/panel-module-factory.c b/panel/panel-module-factory.c 2index 529fe85..8c792b7 100644 3--- a/panel/panel-module-factory.c 4+++ b/panel/panel-module-factory.c 5@@ -39,6 +39,7 @@ 6 #include <panel/panel-module.h> 7 #include <panel/panel-module-factory.h> 8 9+#define DATADIR "/run/current-system/sw/share/xfce4" 10 #define PANEL_PLUGINS_DATA_DIR (DATADIR G_DIR_SEPARATOR_S "panel" G_DIR_SEPARATOR_S "plugins") 11 #define PANEL_PLUGINS_DATA_DIR_OLD (DATADIR G_DIR_SEPARATOR_S "panel-plugins") 12 13diff --git a/panel/panel-module.c b/panel/panel-module.c 14index ba39320..519440b 100644 15--- a/panel/panel-module.c 16+++ b/panel/panel-module.c 17@@ -35,6 +35,7 @@ 18 #include <panel/panel-plugin-external-wrapper.h> 19 #include <panel/panel-plugin-external-46.h> 20 21+#define LIBDIR "/run/current-system/sw/lib/xfce4" 22 #define PANEL_PLUGINS_LIB_DIR (LIBDIR G_DIR_SEPARATOR_S "panel" G_DIR_SEPARATOR_S "plugins") 23 #define PANEL_PLUGINS_LIB_DIR_OLD (LIBDIR G_DIR_SEPARATOR_S "panel-plugins") 24