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: [email protected]
        ReportedBy: [email protected]


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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-bugs

Reply via email to