[Xfce-bugs] [Bug 13945] New: When Glade support is disabled in libxfce4ui, xinitrc still sets GLADE_*_PATH variables
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sun Oct 22 18:23:50 CEST 2017
https://bugzilla.xfce.org/show_bug.cgi?id=13945
Bug ID: 13945
Summary: When Glade support is disabled in libxfce4ui, xinitrc
still sets GLADE_*_PATH variables
Classification: Xfce Core
Product: Xfce4-session
Version: Unspecified
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: General
Assignee: xfce-bugs at xfce.org
Reporter: marcosfrm at gmail.com
QA Contact: bjt23 at cornell.edu
CC: benny at xfce.org, nick at xfce.org
Target Milestone: Xfce 4.12
GLADE_CATALOG_PATH, GLADE_MODULE_PATH and GLADE_PIXMAP_PATH are set to useless
value ":".
https://git.xfce.org/xfce/xfce4-session/tree/configure.ac.in#n204
https://git.xfce.org/xfce/xfce4-session/tree/scripts/xinitrc.in.in#n53
Possible solution (scripts/xinitrc.in.in):
if test -n "@XFCE_GLADE_CATALOG_PATH@" ; then
GLADE_CATALOG_PATH="$GLADE_CATALOG_PATH:@XFCE_GLADE_CATALOG_PATH@"
export GLADE_CATALOG_PATH
fi
if test -n "@XFCE_GLADE_PIXMAP_PATH@" ; then
GLADE_PIXMAP_PATH="$GLADE_PIXMAP_PATH:@XFCE_GLADE_PIXMAP_PATH@"
export GLADE_PIXMAP_PATH
fi
if test -n "@XFCE_GLADE_MODULE_PATH@" ; then
GLADE_MODULE_PATH="$GLADE_MODULE_PATH:@XFCE_GLADE_MODULE_PATH@"
export GLADE_MODULE_PATH
fi
BTW, gladeui2 paths should be used with the move to GTK+ 3, no?
Or drop these variables completely as per
https://bugzilla.xfce.org/show_bug.cgi?id=9087 ?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list