Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: tinypoodle on October 07, 2010, 10:30:43 AM
-
Is there any known way to recover the GUI (making it reappear) of a running process which has been minimized to systray when the systray icon has disappeared?
Specific case is about X-chat2 while using jwm.
jwm has been reconfigured and restarted a few times and X-chat2 systray icon no longer shows, while process is still running, and I would like to get the GUI back in the state it was.
-
Perhaps a very round-about way: Install tint2, it will show up in its tray. Then you can control it again.
-
u could also try xystray
-
jur,
thanks for the tip about tint2, will have that in mind if/when similar case reoccurs.
jls_legalize,
in fact I did try with xystray, but it never came properly up, there was an X error msg, not remembering for sure if it segfaulted.
Assuming incompatibility of xystray with jwm tray's <Dock> item, I also tried after commenting latter out and restarting jwm, and when that did not work with flwm and finally after killing wm without any wm whatsoever, but xystray still failed to come up.
The fact that xystray errored without any wm running makes me wonder if the very fact of a "lost" systray icon per se could prevent xystray from running...
-
I used a lot xystray witjout any problems in the past with flwm, now that I switched to e17 I don't use it anymore cause e17 has got a systray bult in.
I had a file called xystray.sh in ~/.X.d :
[ $(which xystray) ] && xystray -bg black -iconrows 6 -iconcols 1 -g +0+0 &
-
Yes, I had used xystray in flwm_topside and flwm in past too and now with the attempt to recover systray icon GUI I just tried 'xystray' as well as
xystray -g -0-23 &
and
[ $(which xystray) ] && xystray -g -0-23 &
which is still in my .xsession (TC 2.10)