On 1/14/07, Tom <[EMAIL PROTECTED]> wrote:
>
> I was ok until I installed wine, then some of the items disappeared off the
> KDE MENU, I even tried reinstalling still. Can anyone help here?

There is currently a bug in the book about setting the XDG_* values.
The way this is specified to work is that if you set them to anything,
the default values are no longer added. So, you have to make sure that
if you set the XDG_* variables you also need to make sure you add in
the default locations. So, assuming that you installed wine in
/opt/wine, you'd want to do

export 
XDG_DATA_DIRS=/opt/wine/share/:${XDG_DATA_DIRS-/usr/local/share/:/usr/share/}
export XDG_CONFIG_DIRS=/opt/wine/etc:${XDG_CONFIG_DIRS-/etc/xdg}

That should work correctly with the KDE session. Basically, you need
to make sure you've appended the default directories. See the Base
Directory Specification for more details:

http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to