Re: [e-users] Build error while building Evas

2012-03-09 Thread The Rasterman
On Fri, 9 Mar 2012 17:27:18 -0500 Suresh Kumar said: you opengl (headers) are ancient. there are definitelyt in opengl3 and i think 2. either way they have been added to opengl for many years now. your headers are too old for evas to work with gl - disable it, or get new headers (and likely also

[e-users] Build error while building Evas

2012-03-09 Thread Suresh Kumar
Please help to solve this issue, gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../../../.. -I. -I../../../../src/lib -I../../../../src/lib/include -I/usr/include/freetype2 -I/opt/e17/include/eet-1 -I/opt/e17/include/eina-1 -I/opt/e17/include/eina-1/eina -I/opt/e17/include/eina-1 -I/opt/e17/include/ei

Re: [e-users] how to move window that is off screen

2012-03-09 Thread P Purkayastha
On Friday, March 9, 2012 5:42:57 PM UTC+8, Mehturt wrote: > > > I also noticed that when switching, all the windows appear on desktop 1. > I am on rev 69043. > m. > > > This is definitely a bug. I haven't seen this earlier. Last time I tried changing screens was probably early December. And I us

Re: [e-users] how to move window that is off screen

2012-03-09 Thread Mehturt
On Fri, Mar 9, 2012 at 10:36 AM, P Purkayastha wrote: > Left click -> Windows -> Lost windows? > or, > Middle click -> Cleanup windows? > > In fact this might even be a new bug. E by default rearranges the windows > on resolution change so that they show up relatively in the same position > as the

Re: [e-users] how to move window that is off screen

2012-03-09 Thread Mehturt
On Fri, Mar 9, 2012 at 10:34 AM, Stefano wrote: > On Fri, Mar 9, 2012 at 9:13 AM, Mehturt wrote: >> I switched from my monitory (1900x1200) to my laptop (1280x800) and >> one of my window is positioned off screen, so I can't grab it with the >> mouse to move it. >> Can I move it using keyboard, o

Re: [e-users] how to move window that is off screen

2012-03-09 Thread P Purkayastha
Left click -> Windows -> Lost windows? or, Middle click -> Cleanup windows? In fact this might even be a new bug. E by default rearranges the windows on resolution change so that they show up relatively in the same position as they were before the resolution change. See this for example: http://

Re: [e-users] how to move window that is off screen

2012-03-09 Thread Stefano
On Fri, Mar 9, 2012 at 9:13 AM, Mehturt wrote: > I switched from my monitory (1900x1200) to my laptop (1280x800) and > one of my window is positioned off screen, so I can't grab it with the > mouse to move it. > Can I move it using keyboard, or some obscure command? > I tried wmctrl -r -e but it d

[e-users] how to move window that is off screen

2012-03-09 Thread Mehturt
I switched from my monitory (1900x1200) to my laptop (1280x800) and one of my window is positioned off screen, so I can't grab it with the mouse to move it. Can I move it using keyboard, or some obscure command? I tried wmctrl -r -e but it does not seem to do anything. Thanks.. m.