<div dir="ltr">Well according to the debug info, it&#39;s a feature :<br><br>Openbox-Debug: (FOCUS) focus_set_client 0x400003<br>Openbox-Debug: (FOCUS) ignoring enters from 2374 until 2374<br>Openbox-Debug: (FOCUS) EnterNotify mode 0 detail 4 serial 2374 on 400003, focusing window<br>
Openbox-Debug: (FOCUS) ignoring enters from 2973 until 2974<br>Openbox-Debug: (FOCUS) Going to try activate new window? yes<br>Openbox-Debug: (FOCUS) Want to focus window 0xa00003 at time 688833456 launched at 0 (last user interaction time 688832174)<br>
Openbox-Debug: (FOCUS) Not focusing the window because it is on another desktop and no relatives are focused <br>Openbox-Debug: (FOCUS) Focus stealing prevention activated for (Untitled) at time 688833456 (last user interaction time 688832174)<br>
Openbox-Debug: (FOCUS) ignoring enters from 3101 until 3100<br>Openbox-Debug: (FOCUS) Frame for 0xa00003 has focus: 1<br><br><br>Looking ( briefly ) at the code,the code is at client.c ( lines 780 - 792 ) .<br>I can&#39;t find any nice way around this ( I can always delete it and recompile ) .<br>
<br>Any thoughts ?<br><br>-Mark.<br><br><div class="gmail_quote">On Sat, Sep 4, 2010 at 1:10 AM, Dana Jansens <span dir="ltr">&lt;<a href="mailto:dana@orodu.net">dana@orodu.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Fri, Sep 3, 2010 at 2:55 PM, Mark Bloch &lt;<a href="mailto:mark.bl@gmail.com">mark.bl@gmail.com</a>&gt; wrote:<br>
&gt; I just would like to add that is seems that a new window is given focus only<br>
&gt; if I&#39;m not inside an application.<br>
&gt;<br>
&gt; for example: if I&#39;m on desktop 1 ,no application running on that desktop,<br>
&gt; and try to open an application on desktop 3, it gives focus to the new<br>
&gt; application.<br>
&gt;<br>
&gt; if I&#39;m on desktop 1 inside firefox ( for example ) and try to open an<br>
&gt; application on desktop 3 it doesn&#39;t give that application focus.<br>
&gt;<br>
&gt; is that a feature or a bug ? if a feature can I change it ?<br>
<br>
</div>probably a bug.<br>
<div class="im"><br>
<br>
&gt; On Sat, Sep 4, 2010 at 12:41 AM, Mark Bloch &lt;<a href="mailto:mark.bl@gmail.com">mark.bl@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; Thx for the tip, I&#39;ve gone ahead and installed openbox from the git repo.<br>
&gt;&gt; It seems to work but not very reliably, in fact it works only with one<br>
&gt;&gt; program ( lilyterm , and even with that, not always ) but not with :<br>
&gt;&gt; mousepad, firefox, geany or chrome .<br>
&gt;&gt;<br>
&gt;&gt; is there any log files or anything I can look into in order to find out<br>
&gt;&gt; why it&#39;s not working?<br>
<br>
</div>run openbox --debug and look at its stdout, or in ~/.cache/openbox.log<br>
<div><div></div><div class="h5"><br>
<br>
&gt;&gt; - Mark .<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Sep 3, 2010 at 11:21 PM, Dana Jansens &lt;<a href="mailto:dana@orodu.net">dana@orodu.net</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Sep 3, 2010 at 5:22 AM, Mark Bloch &lt;<a href="mailto:mark.bl@gmail.com">mark.bl@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; Hi,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I have a problem with my openbox configuration.<br>
&gt;&gt;&gt; &gt; I have these options in my rc.xml file:<br>
&gt;&gt;&gt; &gt; &lt;focusNew&gt;yes&lt;/focusNew&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; and I have this keybind:<br>
&gt;&gt;&gt; &gt; &lt;keybind key=&quot;C-l&quot;&gt;<br>
&gt;&gt;&gt; &gt;       &lt;keybind key=&quot;f&quot;&gt;<br>
&gt;&gt;&gt; &gt;         &lt;action name=&quot;Execute&quot;&gt;<br>
&gt;&gt;&gt; &gt;           &lt;command&gt;firefox-bin&lt;/command&gt;<br>
&gt;&gt;&gt; &gt;         &lt;/action&gt;<br>
&gt;&gt;&gt; &gt;       &lt;/keybind&gt;<br>
&gt;&gt;&gt; &gt; &lt;/keybind&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; under &lt;applications&gt; I have:<br>
&gt;&gt;&gt; &gt; &lt;focus&gt;yes&lt;/focus&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; and this:<br>
&gt;&gt;&gt; &gt; &lt;application<br>
&gt;&gt;&gt; &gt; name=&quot;firefox*&quot;&gt;&lt;desktop&gt;1&lt;/desktop&gt;&lt;raise&gt;yes&lt;/raise&gt;&lt;/application&gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; .<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Everything works fine, when I press the keybind combo, firefox is<br>
&gt;&gt;&gt; &gt; lunched on<br>
&gt;&gt;&gt; &gt; desktop #1, the problem is, it doesn&#39;t get focus!<br>
&gt;&gt;&gt; &gt; I have to switch manually to desktop #1.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I want it to get focus when it&#39;s lunched, is there something I&#39;m<br>
&gt;&gt;&gt; &gt; missing?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This was brought up in the past on here, or on IRC.  The &lt;focus&gt; flag<br>
&gt;&gt;&gt; will cause openbox to move to the application&#39;s desktop in our git<br>
&gt;&gt;&gt; version.  In 3.4.x it doesn&#39;t do this.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; - Dana<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; Thanks for the help,<br>
&gt;&gt;&gt; &gt;                              Mark Bloch.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; openbox mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; openbox mailing list<br>
&gt;&gt;&gt; <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; openbox mailing list<br>
&gt; <a href="mailto:openbox@icculus.org">openbox@icculus.org</a><br>
&gt; <a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/listinfo/openbox</a><br>
&gt;<br>
&gt;<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>
</div></div></blockquote></div><br></div>