#2172: XFce-4.2.3.2 session
--------------------+-------------------------------------------------------
Reporter: Luca | Owner: [EMAIL PROTECTED]
Type: defect | Status: assigned
Priority: normal | Milestone: 6.2.0
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Changes (by [EMAIL PROTECTED]):
* owner: [email protected] =>
[EMAIL PROTECTED]
* status: new => assigned
Comment:
I think I know the issue and why this doesn't hit LiveCD.
If XDG_CONFIG_DIRS is set, libxfce4util will add ${sysconfdir}/xdg to that
path. However, we don't pass --sysconfdir=/etc to libxfce4util in the
book. On the LiveCD, a config.site file is used which always passes
--sysconfdir=/etc, correct?
Luca, will you try rebuilding libxfce4util with --sysconfdir=/etc? Also,
when you set XDG_DATA_DIRS and XDG_CONFIG_DIRS, you have to add in the
default directories (I just found this out, it's in the basedir spec).
So, in your profile settings, you should do
export
XDG_DATA_DIRS=/some/directory:${XDG_DATA_DIRS-/usr/local/share/:/usr/share/}
export XDG_CONFIG_DIRS=/other/directory:${XDG_CONFIG_DIRS-/etc/xdg}
I'll open a separate bug about that.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2172#comment:5>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page