* Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17
[not found] <gqvvc-HW-7@gated-at.bofh.it>
@ 2011-02-26 18:12 ` David W Noon
2011-02-26 18:49 ` Mick
0 siblings, 1 reply; 8+ messages in thread
From: David W Noon @ 2011-02-26 18:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 727 bytes --]
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.
--
Regards,
Dave [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17
2011-02-26 18:12 ` [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17 David W Noon
@ 2011-02-26 18:49 ` Mick
0 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2011-02-26 18:49 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1466 bytes --]
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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <gqCwG-4Ig-17@gated-at.bofh.it>]
[parent not found: <gqwUj-3fK-27@gated-at.bofh.it>]
* [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17
@ 2011-02-26 16:41 Mick
2011-02-26 19:06 ` Mike Gilbert
2011-02-27 15:20 ` Ian Lee
0 siblings, 2 replies; 8+ messages in thread
From: Mick @ 2011-02-26 16:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 534 bytes --]
Where are being these set?
I currently have:
$ echo $XDG_CONFIG_DIRS
/etc/xdg
$ echo $XDG_DATA_DIRS
/usr/local/share:/usr/share
I'm asking because although Enlightenment-17 picks up the kde menu from there,
it does not seem to recognise the respective application icons. If I set the
icons manually with absolute paths (e.g.
/usr/share/icons/oxygen/48x48/apps/knode.png, instead of the generic
knode.png) then I end up with duplicate menu entries for each application when
I launch kde.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17
2011-02-26 16:41 Mick
@ 2011-02-26 19:06 ` Mike Gilbert
2011-02-27 15:20 ` Ian Lee
1 sibling, 0 replies; 8+ messages in thread
From: Mike Gilbert @ 2011-02-26 19:06 UTC (permalink / raw
To: gentoo-user
On Sat, Feb 26, 2011 at 11:41 AM, Mick <michaelkintzios@gmail.com> wrote:
> Where are being these set?
>
> I currently have:
>
> $ echo $XDG_CONFIG_DIRS
> /etc/xdg
>
> $ echo $XDG_DATA_DIRS
> /usr/local/share:/usr/share
>
See /etc/env.d/30xdg-data-local and /etc/env.d/90xdg-data-base.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17
2011-02-26 16:41 Mick
2011-02-26 19:06 ` Mike Gilbert
@ 2011-02-27 15:20 ` Ian Lee
2011-02-27 19:03 ` Mick
1 sibling, 1 reply; 8+ messages in thread
From: Ian Lee @ 2011-02-27 15:20 UTC (permalink / raw
To: gentoo-user
On 26/02/11 16:41, Mick wrote:
> Where are being these set?
>
> I currently have:
>
> $ echo $XDG_CONFIG_DIRS
> /etc/xdg
>
> $ echo $XDG_DATA_DIRS
> /usr/local/share:/usr/share
>
> I'm asking because although Enlightenment-17 picks up the kde menu from there,
> it does not seem to recognise the respective application icons. If I set the
> icons manually with absolute paths (e.g.
> /usr/share/icons/oxygen/48x48/apps/knode.png, instead of the generic
> knode.png) then I end up with duplicate menu entries for each application when
> I launch kde.
Go to settings->settings panel.
In the "Look" category find the "Icon Theme" option.
Set you icon theme to Oxygen.
For the duplicates:
Check ~/.local/share/applications/
You should find the .desktop files of the applications you changed to
absolute paths,
kde is probably picking up these and the system ones in
/usr/share/applications.
The ~/.local ones should not be needed
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17
2011-02-27 15:20 ` Ian Lee
@ 2011-02-27 19:03 ` Mick
0 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2011-02-27 19:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1231 bytes --]
On Sunday 27 February 2011 15:20:25 Ian Lee wrote:
> On 26/02/11 16:41, Mick wrote:
> > Where are being these set?
> >
> > I currently have:
> >
> > $ echo $XDG_CONFIG_DIRS
> > /etc/xdg
> >
> > $ echo $XDG_DATA_DIRS
> > /usr/local/share:/usr/share
> >
> > I'm asking because although Enlightenment-17 picks up the kde menu from
> > there, it does not seem to recognise the respective application icons.
> > If I set the icons manually with absolute paths (e.g.
> > /usr/share/icons/oxygen/48x48/apps/knode.png, instead of the generic
> > knode.png) then I end up with duplicate menu entries for each application
> > when I launch kde.
>
> Go to settings->settings panel.
>
> In the "Look" category find the "Icon Theme" option.
>
> Set you icon theme to Oxygen.
>
>
> For the duplicates:
>
> Check ~/.local/share/applications/
> You should find the .desktop files of the applications you changed to
> absolute paths,
> kde is probably picking up these and the system ones in
> /usr/share/applications.
> The ~/.local ones should not be needed
YES! That fixed the missing icons E17 menu problem and the duplicates in the
KDE menu.
Thank you very much! :-)
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-02-27 19:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <gqvvc-HW-7@gated-at.bofh.it>
2011-02-26 18:12 ` [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17 David W Noon
2011-02-26 18:49 ` Mick
[not found] <gqCwG-4Ig-17@gated-at.bofh.it>
[not found] ` <gqCwG-4Ig-19@gated-at.bofh.it>
[not found] ` <gqCwG-4Ig-21@gated-at.bofh.it>
[not found] ` <gqCwF-4Ig-15@gated-at.bofh.it>
[not found] ` <gqEf7-7DQ-3@gated-at.bofh.it>
2011-02-27 13:59 ` David W Noon
[not found] <gqwUj-3fK-27@gated-at.bofh.it>
[not found] ` <gqwUj-3fK-25@gated-at.bofh.it>
[not found] ` <gqxwZ-49J-11@gated-at.bofh.it>
2011-02-27 0:08 ` David W Noon
2011-02-26 16:41 Mick
2011-02-26 19:06 ` Mike Gilbert
2011-02-27 15:20 ` Ian Lee
2011-02-27 19:03 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox