xfce-iconbox disappearing after a while

Olivier Fourdan fourdan at xfce.org
Sat Jun 11 08:03:53 CEST 2005


Greg

On Fri, 2005-06-10 at 16:38 -0600, Greg Knaddison wrote:
> [greg at porter ~]$ cat $HOME/.xsession-errors
> cat: /home/greg/.xsession-errors: No such file or directory

It's created by the display manager (IIRC), it may or may not be
available.

> I have experienced the same problem with the xftaskbar.

Which is not necessarily surprising because both use the the same
functions in libxfcegui4.

So the best would be to run either of the two apps from the debugger:

1) Launch an xterm
2) kill the task bar (with "killall xftaskbar4", "xkill", whatever)
3) Run xftaskbar4 through gdb. From the terminal, type:
   gdb /usr/bin/xftaskbar4
(you may have to adjust the path to the actual location of xftaskbar4 on
your system)
4) Iconify the terminal (while keepint it running) and work as usual
until the problem occurs
5) When it occurs, restore the terminal and type "bt" (for backtrace)
from the gdb prompt
6) Post the results

TIA
Olivier.





More information about the Xfce mailing list