Do

No icon for eclipse anymore, after moving...

Asked by ®om

Salut,

Mon eclipse était dans /usr/local/eclipse, et je l'ai déplacé dans /usr/lib/eclipse (le lien dans /usr/bin a été mis à jour).
Cependant, depuis cela, gnome-do ne met plus d'icône à eclipse. Où sont stockés les chemins des icônes?

Hi,

My eclipse was in /usr/local/eclipse, and I moved it into /usr/lib/eclipse (/usr/bin symlink has been updated). But, since that, gnome-do doesn't use an icon for eclipse anymore. Where are the icon path stored?

Question information

Language:
French Edit question
Status:
Solved
For:
Do Edit question
Assignee:
No assignee Edit question
Solved by:
®om
Solved:
Last query:
Last reply:

This question was reopened

  • by ®om
Revision history for this message
Richard Harding (rharding) said :
#1

There's probably a eclipse.desktop file somewhere that Gnome Do is using to get it's information. In that .desktop file is the path to the icon to use. You'll need that to be updated to the new location.

To find the eclipse.desktop run
locate eclispse.desktop

Revision history for this message
®om (rom1v) said :
#2

[code]rom@rom-laptop:~$ locate eclipse.desktop
/usr/share/app-install/desktop/eclipse.desktop
rom@rom-laptop:~$ cat /usr/share/app-install/desktop/eclipse.desktop
[Desktop Entry]
X-AppInstall-Package=eclipse
X-AppInstall-Popcon=5228
X-AppInstall-Section=universe

Name=Eclipse
Comment=Develop applications in a variety of different programming languages
Exec=/usr/bin/eclipse
Icon=eclipse48.png
Terminal=false
Type=Application
Categories=Development;
StartupNotify=true[/code]
The path is "eclipse48.png", I don't know where it finds it... The original icon is icon.xpm.

Revision history for this message
®om (rom1v) said :
#3

Could you help me please?

Revision history for this message
®om (rom1v) said :
#4

Could you help me please?

Revision history for this message
®om (rom1v) said :
#5

any news?

Revision history for this message
®om (rom1v) said :
#6

I just find : removing .config/gnome-do directory resolve the problem :)