java - Why can't I install Eclipse? -


i trying install eclipse.

> desktop-file-install eclipse.desktop > error on file "eclipse.desktop": key file not start group   >name=eclipse  >type=application >exec=/opt/eclipse/eclipse >terminal=false >icon=/opt/eclipse/icon.xpm >comment=integrated development environment >nodisplay=false >categories=development;ide; >name[en]=eclipse 

what wrong? ubuntu version 10.04 not know if plays role here.

you need add

[desktop entry] 

to top of file--it's group name command looking for. see here more information desktop entries.


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -