OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: offroadgeek on October 09, 2004, 02:34:35 am

Title: RC5: aterm problem when launching from panel
Post by: offroadgeek on October 09, 2004, 02:34:35 am
this is an intermittant problem.  when launching aterm from the panel shortcut, sometimes just a sliver of a window appears (in random places on the screen).  when I resize the sliver into the actual window... it's named "unnamed window".  Once I get the window resized and closed, I can try the shortcut again, and it usually works... it kind of alternates

[bug submitted, #186]

[img]http://www.zaurususergroup.com/images/aterm2.gif\" border=\"0\" class=\"linked-image\" /]

[img]http://www.zaurususergroup.com/images/aterm3.gif\" border=\"0\" class=\"linked-image\" /]
Title: RC5: aterm problem when launching from panel
Post by: rgrep on October 09, 2004, 06:56:07 am
I have had this problem too, but only once so far.
Title: RC5: aterm problem when launching from panel
Post by: blakeyez on October 10, 2004, 12:53:51 pm
I've experienced the same.  I've noticed it more often than not when I had the package manager open... Not sure if it's related to that, but sure seemed like it.

Dave
Title: RC5: aterm problem when launching from panel
Post by: Laze on October 10, 2004, 02:32:21 pm
I can't recreate the problem :-( Will keep testing..
Title: RC5: aterm problem when launching from panel
Post by: diesel1 on October 10, 2004, 03:55:35 pm
When I close this (the slither as described in the first post) aterm window, some other program also closes, as though the program is being run from the aterm.

You can still get an aterm running from the program launcher.

I have tried to recreate this behaviour without success, to try a 'ps aux' to see if any program is a child of the aterm(slither).

When I start an aterm from the task bar icon, clicking the icon again iconifies/restores the aterm.

Simon.
Title: RC5: aterm problem when launching from panel
Post by: Zumi on October 10, 2004, 04:07:55 pm
I confirm this bug. Happens quite often. I can't say anything when does it occur, just wanted to say I have it too.

Zumi
Title: RC5: aterm problem when launching from panel
Post by: rgrep on October 11, 2004, 01:03:27 am
I had this happen to me again last night.  I had dillo open by itself and when I tried to bring up aterm by clicking on the laucher it opened the little untitled window instead.  When I right-clicked on the little window and selected Close it also closed dillo.
Title: RC5: aterm problem when launching from panel
Post by: Laze on October 11, 2004, 04:45:13 am
I have had the same problem with other programs - will try to look into it.
Title: RC5: aterm problem when launching from panel
Post by: iamasmith on October 11, 2004, 05:58:24 am
You could try opening a terminal, and assuming you have the tools xlsclients and xkill compiled use...

xlsclients -l

This will return all the Window IDs of the running client processes.

xkill

Kill the Window, this will show the ID of the window killed and then you match it against the list.

Hope this helps,

- Andy