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 17:14:00 +0200 Message-ID: <46F3DFB8.9080501@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> <46F3C25C.6050104@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 1190387710 10495 80.91.229.12 (21 Sep 2007 15:15:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2007 15:15:10 +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 17:15:08 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 1IYkDh-0003iu-Pw for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 17:15:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYkDf-0008Tu-GV for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2007 11:15:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IYkDc-0008Tf-Ip for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:15:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IYkDZ-0008TT-VE for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:14:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IYkDZ-0008TQ-RR for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:14:57 -0400 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IYkDZ-00017F-I1 for emacs-devel@gnu.org; Fri, 21 Sep 2007 11:14:57 -0400 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id A6754383C3; Fri, 21 Sep 2007 17:14:56 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 92940382B3; Fri, 21 Sep 2007 17:14:56 +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 771CC37E46; Fri, 21 Sep 2007 17:14:56 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Macintosh/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:79454 Archived-At: Leo skrev: > On 2007-09-21 14:08 +0100, Jan Dj=E4rv wrote: >>>> If you kill the Emacs buffer (C-x k, not q) and open it again, is it >>>> still blank? >>>> >>>> Jan D. >>> After doing C-x k the main tool bar is also blank. >>> >> It is Gtk+ that opens the files and paints the icons. It should >> paint a 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 the icon files, if they don't something is very broken. >> >> Jan D. >=20 > It might be mtty. After I start another emaclient I could not see that > the main toolbar is blank. Only the one in info mode is blank. >=20 I see in your debug file that you have an icon cache. It may be that one= that=20 is broken/updated. Try % gtk-update-icon-cache -f /usr/share/icons/Fedora % gtk-update-icon-cache -f /usr/share/icons/Mist % gtk-update-icon-cache -f /usr/share/icons/gnome % gtk-update-icon-cache -f /usr/share/icons/hicolor and then create a new frame. I suspect some kind of Gtk+-bug. So maybe just restart Emacs and continu= e... Jan D.