Re: GWT Designer Eclipse Problem

2011-07-11 Thread Mark Schewe
Hello, I am using Xubuntu. But perhaps the problem is really based in Ubuntu. Unfortunately, to switch to pure XFCE didn't solve the problem - but thanks. 2011/7/10 Marko Kotar : > I found there is a problem with new desktop window manager. > Switching to "Ubuntu Classic" in graphical login solv

Re: GWT Designer Eclipse Problem

2011-07-10 Thread Marko Kotar
I found there is a problem with new desktop window manager. Switching to "Ubuntu Classic" in graphical login solves the problem. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@go

Re: GWT Designer Eclipse Problem

2011-07-07 Thread Sebastian
The same here with Ubuntu 11.04 x64 and Eclipse Indigo. My installed libWebKit Versions are libwebkitgtk-1.0.so.0.6.0 and libwebkitgtk-3.0.so.0.6.0. Tried the workaround but had no luck with it. 2011/7/7 Alexander Mitin > Try this workaround: > 1. Open terminal and change dir to /usr/lib > 2. D

Re: GWT Designer Eclipse Problem

2011-07-07 Thread Navindian
Even I have tried a lot to get GWT Designer working. Can anybody suggest the right usage of GWT Designer? On Sat, Jun 4, 2011 at 3:51 PM, Noor wrote: > Hi, > > I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing > a control on the my interface, the whole interface is becomming

Re: GWT Designer Eclipse Problem

2011-07-07 Thread Alexander Mitin
Try this workaround: 1. Open terminal and change dir to /usr/lib 2. Do sudo ln -s libwebkitgtk-1.0.so.0.6.0 libwebkit-1.0.so.2 command, where libwebkitgtk-1.0.so.0.6.0 is the webkit lib file, it's name could be different in version numbers. 3. Restart Eclipse. -- You received this message because

Re: GWT Designer Eclipse Problem

2011-07-07 Thread Marko Kotar
Alexander Mitin writes: > > Which are versions of your Ubuntu, GWT & GWT Designer? > Have you got WebKitGTK libs installed? > > On Jun 4, 2:21 pm, Noor wrote: > > Hi, > > > > I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing > > a control on the my interface, the whole inte

Re: GWT Designer Eclipse Problem

2011-06-04 Thread Alexander Mitin
Which are versions of your Ubuntu, GWT & GWT Designer? Have you got WebKitGTK libs installed? On Jun 4, 2:21 pm, Noor wrote: > Hi, > > I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing > a control on the my interface, the whole interface is becomming black, > I have installed

GWT Designer Eclipse Problem

2011-06-04 Thread Noor
Hi, I am using Ubuntu , Eclipse 3.5 with GWT designer. But when I placing a control on the my interface, the whole interface is becomming black, I have installed Eclipse 3.6 and getting the same problem Snapshot: http://i.stack.imgur.com/Z8jwD.png -- You received this message because you are su