You are not logged in.

#1 2010-05-28 14:07:13

dcj123
Member
Registered: 2009-12-27
Posts: 58

[SOLVED] Using stalonetray over bmpanel?

Hi,

Has anyone successfully ran a notification area on top of bmpanel with compositing enabled using something like trayer or stalonetray? I have both installed and while I can use the notification area when I first boot, the second I hit the bmpanel it draws over trayer/stalonetray. I figured I could create window rules through the rc.xml file:

    <bmpanel>
      <application class="bmpanel"/>
      <layer>below</layer>
      <focus>no</focus>
    </bmpanel>
    <trayer>
      <application class="stalonetray"/>
      <layer>above</layer>
      <focus>yes</focus>
    </trayer>

But that didn't work, I've set the window_type to everything under stalonetray and I have tried the SetDockType command line argument with trayer. Regardless of the settings in openbox or the settings in stalonetray/trayer bmpanel draws itself on top as soon its used so is there something I can add in my theme file to get this working?

BTW, here is a screenshot of what I want before bmpanel draws over the notification area:

201005280840191024x600s.png

Last edited by dcj123 (2010-05-28 18:56:27)

Offline

#2 2010-05-28 15:57:40

Netsu
Member
From: Poland
Registered: 2009-04-04
Posts: 182

Re: [SOLVED] Using stalonetray over bmpanel?

As far as I know the rules in rc.xml should be formatted like this:

<application class="bmpanel">
    <layer>below</layer>
    <focus>no</focus>
</application>
<application class="stalonetray">
    <layer>above</layer>
    <focus>yes</focus>
</application>

But maybe yours is just another option.

Last edited by Netsu (2010-05-28 15:58:33)


My Elegant Pattern GTK theme.
My game development blog, now on a new site.

'~/.xinitrc is an Archer's DE' - moljac024

Offline

#3 2010-05-28 16:46:49

dcj123
Member
Registered: 2009-12-27
Posts: 58

Re: [SOLVED] Using stalonetray over bmpanel?

Netsu wrote:

As far as I know the rules in rc.xml should be formatted like this:

<application class="bmpanel">
    <layer>below</layer>
    <focus>no</focus>
</application>
<application class="stalonetray">
    <layer>above</layer>
    <focus>yes</focus>
</application>

But maybe yours is just another option.

Thank you, my syntax was off. Everything works fine.

Last edited by dcj123 (2010-05-28 18:55:37)

Offline

Board footer

Powered by FluxBB