Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - IDE problems in Ubuntu 9.10: (4 Items)
   
IDE problems in Ubuntu 9.10  
Hello, all.
I am using IDE in Ubuntu. IDE 4.6 was working rather well in Ubunto 9.04. After I've upgraded to version 9.10. IDE has 
stopped executing many of useful commands: create project, set arguments for debugging etc.
I've made new installation of OS and IDE 4.6(IDE was not working) then upgraded to IDE 4.7 and in consolelog have 
received information about handler conflict( see attached log)

Can somebody help?
Attachment: Text log.txt 3.73 KB
Re: IDE problems in Ubuntu 9.10  
Hello Sergey

Is it related to this issue?

http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/

Basically you can't click on OK buttons due to a change in GTK.  You 
need to export GDK_NATIVE_WINDOWS=true before starting the IDE.  You can 
hit the enter key to execute the button.

Thanks,
Rodney


Sergey Goltsov wrote:
> Hello, all.
> I am using IDE in Ubuntu. IDE 4.6 was working rather well in Ubunto 9.04. After I've upgraded to version 9.10. IDE has
 stopped executing many of useful commands: create project, set arguments for debugging etc.
> I've made new installation of OS and IDE 4.6(IDE was not working) then upgraded to IDE 4.7 and in consolelog have 
received information about handler conflict( see attached log)
>
> Can somebody help?
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post42798
>   


-- 

Rodney Dowdall*
**Crank Software Inc.*
*Office*: 613-595-1999*
Online*: www.cranksoftare.com <http://www.cranksoftware.com/>;
*Check out*: Crank Software's Blog <http://cranksoftware.com/blog/>;

View Crank Software's Webinar on "Embedding Rich User
<http://www.techonline.com/learning/course/221300015>_Interfaces on 
Resource-constrained Devices_ 
<http://www.techonline.com/learning/course/221300015>;" at TechOnline



Re: IDE problems in Ubuntu 9.10  
This is a known issue with newer Linux distributions which bundle with GTK 2.18, e.g. Fedora 12 or Ubuntu 9.10.

Setting the GDK_NATIVE_WINDOWS=1 before launching IDE is a work-around. Eclipse Galileo update 2 (3.5.2) has the proper 
fix and we hope to be able to bundle the new platform in the IDE 4.7 release.
Re: IDE problems in Ubuntu 9.10  
Hello,

That was the reason. Now everything works well.
Thank to all.

Best regards
Sergey Goltsov.