[Slackbuilds-users] google-earth: no icon in KDE's menu

Michiel van Wessem michiel at slackbuilds.org
Sat Aug 30 03:44:53 UTC 2014


On Wed, 27 Aug 2014 08:41:32 +0200
Leonard Schmidt <lems at gmx.net> wrote:

> Hello,
> 
> I noticed that while google-earth installs a .desktop file, there is
> no icon displayed in KDE's menu. I changed the SlackBuild to do this:
> 
Thanks for this, I have been racking my brain what caused this,
although in the end the simpler solution was just to amend the install
routine:

@@ -66,7 +66,7 @@
 # Copy icons to /usr/share/icons
 for icon in 16 22 24 32 48 64 128 256; do
   install -D $PKG/opt/google/earth/free/product_logo_${icon}.png \
-    $PKG/usr/share/icons/hicolor/${icon}x${icon}/apps/googleearth.png
+    $PKG/usr/share/icons/hicolor/${icon}x${icon}/apps/${PRGNAM}.png
 done


I will push that out with some other changes to my branch soon. Never
push code on copious amount of beer and gin ;)

Cheers

M.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20140830/ca486a49/attachment.asc>


More information about the SlackBuilds-users mailing list