From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: svn icons in the toolbar Date: Wed, 19 Sep 2007 12:08:23 +0200 Message-ID: <46F0F517.3050600@swipnet.se> References: <46D650E5.1030402@swipnet.se> <46DA7312.4020205@swipnet.se> <46DABAC3.10708@swipnet.se> <46DAF70C.8060006@swipnet.se> <87r6kvprk7.fsf@escher.local.home> <46F0C110.4030306@swipnet.se> <87vea7ko4u.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190196578 418 80.91.229.12 (19 Sep 2007 10:09:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2007 10:09:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 12:09:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXwUu-0002iI-RQ for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 12:09:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXwUt-0003Af-5E for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2007 06:09:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXwUZ-00033N-8i for emacs-devel@gnu.org; Wed, 19 Sep 2007 06:09:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXwUX-00031s-IE for emacs-devel@gnu.org; Wed, 19 Sep 2007 06:09:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXwUX-00031j-D9 for emacs-devel@gnu.org; Wed, 19 Sep 2007 06:09:09 -0400 Original-Received: from av6-1-sn3.vrr.skanova.net ([81.228.9.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXwUW-0006zi-U1 for emacs-devel@gnu.org; Wed, 19 Sep 2007 06:09:09 -0400 Original-Received: by av6-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 22ABA382EA; Wed, 19 Sep 2007 12:09:08 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 0FFA437FAB; Wed, 19 Sep 2007 12:09:08 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id EFC5D37E49; Wed, 19 Sep 2007 12:09:07 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79290 Archived-At: Leo skrev: > On 2007-09-19 10:20 +0100, Stephen Berman wrote: >> Hmm, pity. I wonder if there is a workaround, some way to get the >> named icons on to the tool bar under KDE that circumvents the Gnome >> settings daemon. It would be a shame to have to do without those >> icons while using the Gnome stock icons. > > I can see Emacs using the new icons in any window managers such as fvwm, > xmonad; however I don't have kde installed. > > You probably need to set something in ~/.gtk-2.0. > You can try gtk-icon-theme-name = Tango in ~/.emacs.d/gtkrc However, the use of resource files is not guaranteed to work when stuff like gconfd is running. Jan D.