From owner-freebsd-desktop@FreeBSD.ORG Mon Feb 3 20:34:14 2014 Return-Path: Delivered-To: freebsd-desktop@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC6FE9E4 for ; Mon, 3 Feb 2014 20:34:14 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EDCC1181 for ; Mon, 3 Feb 2014 20:34:13 +0000 (UTC) Received: from [62.63.84.136] [62.63.84.136:50675] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id s13KXsED093263 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 4 Feb 2014 00:33:54 +0400 (MSK) From: Max Brazhnikov To: freebsd-desktop@freebsd.org Subject: Re: KDE menu items XDG_DATA Date: Mon, 03 Feb 2014 20:33:54 +0000 Message-ID: <2076255.ayMeK4KrtM@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <1391450956845-5882624.post@n5.nabble.com> References: <1391450956845-5882624.post@n5.nabble.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Beeblebrox X-BeenThere: freebsd-desktop@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Using and improving FreeBSD on the desktop List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 20:34:14 -0000 On Mon, 03 Feb 2014 10:09:16 -0800 Beeblebrox wrote: > Hello. I am using e17 as desktop environment. Gnome-related icons show up in > menu, but many KDE related icons do not. The solution seems to be to set in > /etc/csh.cshrc: > > setenv XDG_DATA_DIRS '/usr/share /usr/local/share /usr/local/kde4/share/' > setenv XDG_DATA_HOME /usr/local/kde4/share > > While these entries do make the KDE icons appear in the menu, most of the > Gnome and even non-gnome icons disappear. > > Is there any setting where both gnome + KDE icons show up in menus? Look at /usr/local/kde4/env/xdg-env.sh and you'll find all you need. Btw, next KDE update (coming soon!) we move all kde stuff to default prefix (/usr/local), so all these tweaks will be unneeded. Max