<div dir="ltr"><div style>Since Raspbian uses LXDE (which uses the OpenBox WM), I used the new-window-positioning fix mentioned here:</div><div style><br></div><div style><a href="http://comments.gmane.org/gmane.comp.multimedia.puredata.general/86348">http://comments.gmane.org/gmane.comp.multimedia.puredata.general/86348</a><br>
</div><div style><br></div><div style>The fix, to pdtk_canvas.tcl, involves changing:</div><div style><div><br></div><div>set x [ expr $x % $screenwidth - $::windowframex]</div><div>set y [ expr $y % $screenheight - $::windowframey]</div>
<div><br></div></div><div style>to:</div><div style><br></div><div style><div>set x [ expr max($x % $screenwidth - $::windowframex, 0)]</div><div>set y [ expr max($y % $screenheight - $::windowframey, 0)]</div></div><div style>
<br></div><div style>On my Pi, it works for both Vanilla and Extended.</div><div style><br></div><div style>Cheers!</div><div style>Matt</div><div><br></div><div>&gt;you can also right-click the icon in the taskbar and maximize.</div>
<div>&gt;</div><div>&gt;</div><div>&gt;On Mon, May 6, 2013 at 8:45 AM, stéfan piat &lt;stefanpiat at <a href="http://gmail.com">gmail.com</a>&gt; wrote:</div><div>&gt;</div><div>&gt; it does the trick</div><div>&gt;</div>
<div>&gt; thanks..!</div><div>&gt;</div><div>&gt;</div><div>&gt;</div><div>&gt; 2013/5/6 Cyrille Henry &lt;ch at <a href="http://chnry.net">chnry.net</a>&gt;</div><div>&gt;</div><div>&gt;&gt; i&#39;ve noticed that also.</div>
<div>&gt;&gt; i just &quot;alt click and drag&quot; the windows to move it.</div><div>&gt;&gt;</div><div>&gt;&gt; cheers</div><div>&gt;&gt; c</div><div>&gt;&gt;</div><div>&gt;&gt; Le 06/05/2013 14:15, stéfan piat a écrit :</div>
<div>&gt;&gt;</div><div>&gt;&gt;&gt; hello,</div><div>&gt;&gt;&gt;</div><div>&gt;&gt;&gt; I just installed pd 0.43.2 on linux raspberrypi 3.6.11+</div><div>&gt;&gt;&gt; (from apt-get install puredata)</div><div>&gt;&gt;&gt;</div>
<div>&gt;&gt;&gt; And I have a problem when creating a new patch/canvas : it,s created</div><div>&gt;&gt;&gt; half away in the top left corner of the screen, and I cannot move it as I</div><div>&gt;&gt;&gt; cannot access to its menubar.</div>
<div>&gt;&gt;&gt;</div><div>&gt;&gt;&gt; I don&#39;t know if it a problem related to my configuration, or if itś pd</div><div>&gt;&gt;&gt; related problem (I have only this problem with pd) but maybe there is a</div><div>
&gt;&gt;&gt; trick to change the default canvas position ?  cannot find it..</div><div>&gt;&gt;&gt;</div><div>&gt;&gt;&gt;</div><div>&gt;&gt;&gt; thanks for your help</div><div>&gt;&gt;&gt; stéfan</div><div>&gt;&gt;&gt;</div>
<div>&gt;&gt;&gt;</div><div>&gt;&gt;&gt; ______________________________**_________________</div><div>&gt;&gt;&gt; Pd-list at <a href="http://iem.at">iem.at</a> mailing list</div><div>&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/**">http://lists.puredata.info/**</a></div>
<div>&gt;&gt;&gt; listinfo/pd-list &lt;<a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>&gt;</div><div>&gt;&gt;&gt;</div><div>&gt;&gt;&gt;</div><div>&gt;</div><div>&gt; _______________________________________________</div>
<div>&gt; Pd-list at <a href="http://iem.at">iem.at</a> mailing list</div><div>&gt; UNSUBSCRIBE and account-management -&gt;</div><div>&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></div>
<div>&gt;</div><div>&gt;</div></div>