I want to set icon for Launcher. it has file named icon.xpm, but its being ignored by the icon set wizard. I tried to change it to .ico file, but it is still getting ignore. any ideas?
|
If eclipse is installed from software center (version 3.5.2) copies of the eclipse icon are put into following places:
Maybe copying the icon in this places (with the right size) solves your issue. |
|||||||||||
|
|
I copied /opt/eclipse/plugins/org.eclipse.sdk_3.7.1.v201109091335/eclipse48.png to /usr/share/pixmap/eclipse.png (having extracted eclipse into /opt) and both launcher and desktop eclipse icons reappeared (having mysteriously disappeared). Note: I had also copied all the sizes as recommended above but it wasn't until I copied into /usr/share/pixmaps that the icon appeared |
|||
|
|
|
Just copy the icon to ~/.icon folder and it should work. Copying eclipse.xpm to ~/.icon folder worked for me. |
|||
|
|
|
I added the icon to In the terminal:
|
|||||||
|
|
I just had this problem with another program, I placed the .png files in the icon folders:
But still had no icon, then I put one in
Suddenly it worked. The pixmap is the key. |
|||||
|
|
Go to terminal and type
E.g., mine is |
|||||
|
|
Everything seemed correct in my case, but none of the suggested solutions worked for me, the icon wouldn't become visible in the launcher. Then I simply removed the comment next to the Icon-line in the eclipse.desktop file and voila! it worked :) So, my suggestion is, if there is a comment in your Icon-line like:
then remove the comment so it looks like:
I don't know why the comments work for the other lines (e.g. in the Exec-line it works). Maybe a bug. hope it helps someone! |
|||||
|
