emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: svn icons in the toolbar


From: Jan Djärv
Subject: Re: svn icons in the toolbar
Date: Fri, 21 Sep 2007 17:14:00 +0200
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)



Leo skrev:
On 2007-09-21 14:08 +0100, Jan Djärv 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 <pid_of_emacs>

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.

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.


I see in your debug file that you have an icon cache. It may be that one that 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 continue...

        Jan D.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]