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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -