You are not logged in.

#1 2007-11-14 22:24:00

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

pypanel focus ?

I have been using pypanel and I like it. My problem is if I have a window minimized when I left click on it in pypanel it raises it up from the panel but it is unfocused behind my other open apps. I then have to left click the panel again or click somewhere in the app window to have it raise to the top.

Can I set it so when I left click it is raised and focued?

Thanks

Offline

#2 2007-11-14 22:38:01

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: pypanel focus ?

Pypanel has always done that (for me at least), which is why i switched to tint.  I find it terribly annoying.


thayer williams ~ thayerwilliams.ca

Offline

#3 2007-11-14 22:55:12

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: pypanel focus ?

I would use tint if I could get trayer to be transparent or if I could get stalone tray to show across all desktops. I have been using pypanel mainly for the system tray. I can get stalonetray transparent but not trayer. and I can get trayer to show across all desktops but not stalonetray.

Not sure why?

Offline

#4 2007-11-15 03:11:54

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: pypanel focus ?

Right, now I remember... you emailed me about that. Out of curiosity, would you mind telling me how the rest of your desktop is setup?  Such as window manager, xorg driver (ati by chance?), your xinitrc or whatever startup file you are using and specifically what program you're using to manage the desktop (e.g. feh or nitrogen, etc.).  I'm not sure that I can help much, but I can at least look into it for ya.


thayer williams ~ thayerwilliams.ca

Offline

#5 2007-11-15 03:30:02

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: pypanel focus ?

A couple of thoughts... I find that trayer can behave strangely if its launched over the top (or underneath) of other desktop apps, such as tint or pypanel.  If you haven't already done so, perhaps try the following command in your startup script and, at the same time, comment out any other panel/desktop applications.

trayer --SetDockType true --widthtype request --edge bottom --align right --transparent true --alpha 255 &


thayer williams ~ thayerwilliams.ca

Offline

#6 2007-11-15 13:43:39

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Re: pypanel focus ?

I think I got stalonetray figured out finally.

Thanks

for the record. I tried what you said only loading trayer at startup and that didn't help. I also tried feh, nitrogen, Esetroot, and habak. all the same results.

Thanks a lot for your help though.

Offline

#7 2007-11-15 14:37:16

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: pypanel focus ?

You can change that behavior in ~/.pypanelrc, at the bottom the actions for the buttons are defined (in taskButtonEvent()), I'm using this for button 1 (left click):

if button == 1:
    for i in range(2):
        pp.taskFocus(task)

And my apps get focus as you'd expect when clicking on them.

Offline

Board footer

Powered by FluxBB