[Xfce-bugs] [Bug 4924] New: Using @sysconfdir@ in xinitrc fails if sysconfdir is not set explicitly
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Feb 11 00:51:20 CET 2009
http://bugzilla.xfce.org/show_bug.cgi?id=4924
Summary: Using @sysconfdir@ in xinitrc fails if sysconfdir is
not set explicitly
Product: Xfce
Version: 4.5.x (SVN trunk)
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: xfce-utils
AssignedTo: xfce-bugs at xfce.org
ReportedBy: enrico.troeger at uvena.de
One more bug regarding installing Xfce into a custom prefix:
when configuring xfce-utils like:
./configure --prefix=/home/user/blah
the @sysconfdir@ variable is not correctly replaced in xinitrc.in.in.
In the generated xinitrc file I find:
test -r "${prefix}/etc/xdg/xfce4/Xft.xrdb" && XRESOURCES="$XRESOURCES
${prefix}/etc/xdg/xfce4/Xft.xrdb"
where ${prefix}/etc/xdg/xfce4/Xft.xrdb should probably be
/home/user/blah/etc/xdg/xfce4/Xft.xrdb. ${prefix} seems not to be replaced
properly by the autotools.
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list