From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PtiRv-0006vV-Gg for garchives@archives.gentoo.org; Sun, 27 Feb 2011 15:22:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F1FC1C035; Sun, 27 Feb 2011 15:20:22 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id BB56C1C035 for ; Sun, 27 Feb 2011 15:20:21 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.62,234,1297036800"; d="scan'208";a="747020636" Received: from unknown (HELO [192.168.1.227]) ([91.84.15.82]) by smtpout.karoo.kcom.com with ESMTP; 27 Feb 2011 15:20:20 +0000 Message-ID: <4D6A6BB9.8030102@leehouse.eclipse.co.uk> Date: Sun, 27 Feb 2011 15:20:25 +0000 From: Ian Lee User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110220 Thunderbird/3.1.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] XDG_CONFIG_DIRS and XDG_DATA_DIRS env variables with E17 References: <201102261642.02124.michaelkintzios@gmail.com> In-Reply-To: <201102261642.02124.michaelkintzios@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: c17a5926c9d682dd290e3a1df97bd7f4 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