On Mon, 2011-10-24 at 22:31 +0200, Michael Biebl wrote: > Am 24.10.2011 22:26, schrieb Jonathon Jongsma: > > > I understand that. The point is that the .desktop file in > > ~/.local/share specifies exactly the same icon as the one > > ins /usr/share, but when the one in ~/.local/share is present, the icon > > does not get shown. > > Please attach your .desktop file form ~/.local/share >
hrm. I just restored the desktop file from the trash to ~/.local/share/applications and restarted gnome-shell, but I cannot reproduce the bug now. The proper icon is still displayed. That probably means that you won't be able to reproduce this issue either. I'm not sure it's worth investigating this any further given the above, but nonetheless, here's the diff from my system epiphany.desktop to the one that was in .local: $ diff -u5 /usr/share/applications/epiphany.desktop ~/.local/share/applications/epiphany.desktop --- /usr/share/applications/epiphany.desktop 2011-10-16 20:12:39.000000000 -0500 +++ /home/jonathon/.local/share/applications/epiphany.desktop 2011-10-21 10:52:13.000000000 -0500 @@ -340,16 +341,16 @@ Comment[wa]=Naivyî avå les waibes Comment[yo]=Wáròyìn wẹ́ẹ̀bù náà Comment[zh_CN]=浏览网络 Comment[zh_HK]=瀏覽網頁 Comment[zh_TW]=瀏覽網頁 -Exec=epiphany-browser %U +Exec=epiphany %U StartupNotify=true Terminal=false Type=Application Icon=web-browser X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=epiphany X-GNOME-Bugzilla-Component=BugBuddyBugs X-GNOME-Bugzilla-Version=3.2.0 Categories=Network;GNOME;GTK;WebBrowser; -MimeType=text/html;text/xml;application/xhtml+xml; +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; (NOTE: I omitted a few translation-related hunks from the diff above) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

