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: Fri, 21 Sep 2007 15:08:44 +0200 Message-ID: <46F3C25C.6050104@swipnet.se> References: <46D650E5.1030402@swipnet.se> <46DA7312.4020205@swipnet.se> <46DABAC3.10708@swipnet.se> <46DAF70C.8060006@swipnet.se> <46F3A743.70503@swipnet.se> <46F3B443.7040509@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190380153 13121 80.91.229.12 (21 Sep 2007 13:09:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2007 13:09:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 21 15:09:11 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 1IYiFj-00081i-Lb for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 15:09:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYiFh-0004EW-DZ for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 09:09:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYiFe-0004EP-8G for emacs-devel@gnu.org; Fri, 21 Sep 2007 09:08:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYiFd-0004E8-KY for emacs-devel@gnu.org; Fri, 21 Sep 2007 09:08:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYiFd-0004E3-C7 for emacs-devel@gnu.org; Fri, 21 Sep 2007 09:08:57 -0400 Original-Received: from av7-2-sn3.vrr.skanova.net ([81.228.9.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYiFc-0003Ms-UC for emacs-devel@gnu.org; Fri, 21 Sep 2007 09:08:57 -0400 Original-Received: by av7-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 1809F3852E; Fri, 21 Sep 2007 15:07:52 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 03F53380F7; Fri, 21 Sep 2007 15:07:52 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id C727337E48; Fri, 21 Sep 2007 15:08:55 +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:79446 Archived-At: Leo skrev: > On 2007-09-21 13:08 +0100, Jan Dj=E4rv wrote: >> Leo skrev: >>> On 2007-09-21 12:13 +0100, Jan Dj=E4rv wrote: >>>>> I cannot see any icons in the toolbar in info mode. It is just a bl= ank >>>>> widget. >>>>> >>>>> How can I find out what's wrong? >>>>> >>>> Give a detailed description on how you eded up that way. Does it >>>> happen when you do >>>> % emacs -Q >>>> C-h i >>>> >>>> ? >>>> >>>> Jan D. >>> I can only see it in my running Emacs. Can't reproduce it. >>> >> Well, I don't know then. Did you upgrade any files, libraries or so >> while Emacs was running?=20 >=20 > Never. >=20 >> If you kill the Emacs buffer (C-x k, not q) and open it again, is it >> still blank? >> >> Jan D. >=20 > After doing C-x k the main tool bar is also blank. >=20 It is Gtk+ that opens the files and paints the icons. It should paint a=20 broken image if it does not find them. Can you try: % strace -odebug -eopen -p and then open a new frame in Emacs? Then kill strace with control-C. The file debug should contain open of t= he=20 icon files, if they don't something is very broken. Jan D.