https://bugs.kde.org/show_bug.cgi?id=507224
--- Comment #3 from TraceyC <kde...@tlcnet.info> --- (In reply to BryanLiang from comment #2) > OK, here are the steps that possibly reproduce the problem: > > 1. Make sure you're using Arch Linux and install `plasma-meta` package to > use KDE Desktop. > 2. Download the tarball here: https://limewire.com/d/wSxz6#45NhbR5FDg, > sha256sum: cb4f89ce50af004dedca68d73b963c2d79ecb6ece8d6d860aa77e387c72dc792 > 3. Extract the tarball and get inside > 4. Run `makepkg -sic` to build and install the package > 5. Pin the android-studio from Application Menu to the panel Thank you for the additional detail. I've taken a look at the AUR package you linked to, and the official Google download source tarball. >From the screenshots: - Icon in /usr/share/application/android-studio.desktop, which is the one provided by AUR and shown in the panel (blue icon on white background) /usr/share/icons/hicolor/scalable/apps/android-studio.svg This is also the icon provided by Google in their official download. - Icon in App Menu (green background from Breeze) archos/usr/share/icons/breeze/apps/48/android-studio.svg In the pkgbuild file, this is how the icons are installed. They are placed in /opt/android-studio/ and then symlinked to /usr/share/icons/hicolor/scalable/apps (where the .desktop file expects them) install -d $pkgdir/{opt/$pkgname,usr/bin,usr/share/icons/hicolor/scalable/apps} ln -s /opt/android-studio/bin/studio.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg **To summarize** - This doesn't look like a problem with the AUR package - Perhaps the App Menu & kicker aren't finding the icon specified in the .desktop file (maybe because of the symlink) and falling back to the Breeze icon -- You are receiving this mail because: You are watching all bug changes.