Create desktop icon for Eclipse IDE

Create desktop icon for Eclipse IDE

1. Create eclipse.desktop file using your favourite editor in
                                         /usr/share/applications/eclipse.desktop file.

2. Add the following lines on the eclipse.desktop file. The file contains few attributes.
    [Desktop Entry]
    Type=Application
    Encoding=UTF-8
    Name=Eclipse
    Comment=Eclipse IDE
    Exec=/opt/eclipse/eclipse
    Icon=/opt/eclipse/icon.xpm
    Terminal=false
    Type=Application
    Categories=GNOME;Application;Development;
    StartupNotify=true

3. Save it. 

Note: Exec=[path to eclipse executor] and Icon=[path to eclipse Icon]

Comments

Popular posts from this blog

There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server; ERROR

How to Convert OutputStream to InputStream

How to compile and install GraphicsMagick (GM) in Linux