Interesting - ran into issues with while attempting to port openbox after a few hours, as long as it ends up in one of opensolaris&#39; repositories that will suffice.<br><br>Thank you.   <br><br><div class="gmail_quote">On 25 February 2010 17:00,  <span dir="ltr">&lt;<a href="mailto:openbox-request@icculus.org">openbox-request@icculus.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send openbox mailing list submissions to<br>
        <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:openbox-request@icculus.org">openbox-request@icculus.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:openbox-owner@icculus.org">openbox-owner@icculus.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of openbox digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. script to focus and raise window demanding attention<br>
      (Vaughn Dickson)<br>
   2. Re: OpenBox feature proposal (Dana Jansens)<br>
   3. Gsoc - Porting Openbox (Spencer Tom Tafadzwa Chirume)<br>
   4. Re: Gsoc - Porting Openbox (Dana Jansens)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 24 Feb 2010 19:03:23 +0200<br>
From: Vaughn Dickson &lt;<a href="mailto:vaughnd@gmail.com">vaughnd@gmail.com</a>&gt;<br>
Subject: [openbox] script to focus and raise window demanding<br>
        attention<br>
To: <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
Message-ID: &lt;<a href="mailto:4B855BDB.2010105@gmail.com">4B855BDB.2010105@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I&#39;m running Openbox with Gnome and windows demanding attention show in<br>
the taskbar with a yellow highlight, usually skype IMs or something.<br>
I&#39;ve created the following bash script that I bind to a hotkey, but it&#39;s<br>
not very quick. Is there a better way? I&#39;d also like to bind it to W-`,<br>
but it doesn&#39;t work. I&#39;ve also tried &amp;#x0060; and that chokes too.<br>
<br>
for id in `wmctrl -l | cut -d &quot; &quot; -f 1`; do<br>
    xprop -id $id | grep &quot;_NET_WM_STATE_DEMANDS_ATTENTION&quot; 2&gt;&amp;1 &gt; /dev/null<br>
    if [ &quot;$?&quot; = &quot;0&quot; ]; then<br>
        wmctrl -i -a $id<br>
        exit 0<br>
    fi<br>
done<br>
exit 1<br>
<br>
<br>
<br>
Thanks,<br>
Vaughn<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 24 Feb 2010 13:16:31 -0500<br>
From: Dana Jansens &lt;<a href="mailto:dana@orodu.net">dana@orodu.net</a>&gt;<br>
Subject: Re: [openbox] OpenBox feature proposal<br>
To: openbox mailing list &lt;<a href="mailto:openbox@icculus.org">openbox@icculus.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:b3502dfb1002241016g52ed05fibeb227c4ba539a58@mail.gmail.com">b3502dfb1002241016g52ed05fibeb227c4ba539a58@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hi Marian,<br>
<br>
On 24 February 2010 11:41, Marian Holovatskyy &lt;<a href="mailto:newmedea@gmail.com">newmedea@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; There is something wrong with the automation protection on account creation. Here is a screenshot <a href="http://imagebin.ca/img/FIqsE3U.jpg" target="_blank">http://imagebin.ca/img/FIqsE3U.jpg</a><br>
<br>
Thanks for pointing that out, it needed to be updated since moving to<br>
the <a href="http://openbox.org" target="_blank">openbox.org</a> domain.  It should work again now.<br>
<br>
Cheers,<br>
Dana<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 25 Feb 2010 15:16:51 -0000<br>
From: &quot;Spencer Tom Tafadzwa Chirume&quot; &lt;<a href="mailto:schirume@gmail.com">schirume@gmail.com</a>&gt;<br>
Subject: [openbox] Gsoc - Porting Openbox<br>
To: <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
Message-ID: &lt;op.u8ovedctqci1ed@localhost&gt;<br>
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes<br>
<br>
Hi,<br>
<br>
I&#39;ve been working on porting openbox to opensolaris and need some support<br>
 from experienced *nix porters or openbox developers, the main idea is to<br>
get it working on Sun Oracle&#39;s opensolaris platform were you you&#39;ll find a<br>
number of netbook users or others with similar machines that need a light<br>
desktop environment. I would appreciate help from anyone willing to act as<br>
a mentor for the duration of google&#39;s summer of code program or anyone<br>
willing to help or work as a student.<br>
<br>
Cheers,<br>
Spencer.<br>
<br>
<br>
--<br>
Using Opera&#39;s revolutionary e-mail client: <a href="http://www.opera.com/mail/" target="_blank">http://www.opera.com/mail/</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 25 Feb 2010 10:33:29 -0500<br>
From: Dana Jansens &lt;<a href="mailto:dana@orodu.net">dana@orodu.net</a>&gt;<br>
Subject: Re: [openbox] Gsoc - Porting Openbox<br>
To: openbox mailing list &lt;<a href="mailto:openbox@icculus.org">openbox@icculus.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:b3502dfb1002250733l410ec0c3xdbd19ed0e23c72e9@mail.gmail.com">b3502dfb1002250733l410ec0c3xdbd19ed0e23c72e9@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On 25 February 2010 10:16, Spencer Tom Tafadzwa Chirume<br>
&lt;<a href="mailto:schirume@gmail.com">schirume@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;ve been working on porting openbox to opensolaris and need some support<br>
&gt; from experienced *nix porters or openbox developers, the main idea is to get<br>
&gt; it working on Sun Oracle&#39;s opensolaris platform were you you&#39;ll find a<br>
&gt; number of netbook users or others with similar machines that need a light<br>
&gt; desktop environment. I would appreciate help from anyone willing to act as a<br>
&gt; mentor for the duration of google&#39;s summer of code program or anyone willing<br>
&gt; to help or work as a student.<br>
<br>
I know there are already people using Openbox on Solaris, as I&#39;ve<br>
fixed bug reports before for the platform.  I&#39;m not sure how<br>
opensolaris might differ from other flavours, but what exactly do you<br>
expect to need to port?<br>
<br>
<br>
Dana<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
<br>
<br>
End of openbox Digest, Vol 12, Issue 14<br>
***************************************<br>
</blockquote></div><br>