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