On Saturday 26 February 2011 18:12:42 David W Noon wrote:
> On Sat, 26 Feb 2011 17:50:02 +0100, Mick wrote about [gentoo-user]
> 
> XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17:
> >Where are being these set?
> >
> >I currently have:
> >
> >$ echo $XDG_CONFIG_DIRS
> >/etc/xdg
> >
> >$ echo $XDG_DATA_DIRS
> >/usr/local/share:/usr/share
> 
> Take a look at /etc/env.d/*xdg*, which should be about 3 files.  Note
> that if you modify any files in that directory, you need to run
> env-update for the changes to take effect; you will also need to logout
> and login again.

Thanks, I have only two:

$ ls -la /etc/env.d/*xdg*
-rw-r--r-- 1 root root 81 Dec 18 11:24 /etc/env.d/30xdg-data-local
-rw-r--r-- 1 root root 54 Dec 18 11:24 /etc/env.d/90xdg-data-base

and they contain:

$ cat /etc/env.d/30xdg-data-local 
XDG_DATA_DIRS="/usr/local/share"
COLON_SEPARATED="XDG_DATA_DIRS XDG_CONFIG_DIRS"

$ cat /etc/env.d/90xdg-data-base 
XDG_DATA_DIRS="/usr/share"
XDG_CONFIG_DIRS="/etc/xdg"

I assume these were installed by x11-misc/xdg-utils.  Is that what they should 
contain?

Any idea why E17 will not work with the generic application icons in the first 
hand and why changing these to absolute paths creates duplicate menu entries 
when logged into KDE (which is a rare occurrence for me anyway - but I'd like 
to understand how cross-desktop menus work).  I find all this rather 
confusing.
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to