On RHEL 7, the App icon is not showing when starting the App.
The App is shown without a icon. The log file shows the following error:
gnome-session[3768]: (org.gnome.Software:4328): GsPlugin-WARNING **: failed to load stock icon rocketchat: Icon 'rocketchat' not present in theme
I'm using Fedora, so slightly different, I don't see the gnome-session error you quote. I remember in the past this issue was fixed as a colleague reported it. But I have just installed 2.7 from the releases and the issue has reappeared.
Hi, same problem here (on CentOS 7)
The /usr/share/icons/hicolor/512x512/apps/rocketchat-desktop.png file is not used by gnome.
I've solved this issue on my desktop via the following steps:
/usr/share/icons/hicolor/scalable/apps/rocketchat-desktop.svgsudo gtk-update-icon-cache /usr/share/icons/hicolor commandTo solve this globaly, the RPM have to
I didn't find any RPM spec file in this repo so i didn't add a pull request for this.
Mine actually started working again on fedora after a reboot (not sure if that fixed it but the icon works again for me now)
I'm seeing this in both MATE and xfce4 on Arch
Base on bagasse's comment:
sudo curl -o /usr/share/icons/hicolor/scalable/apps/rocketchat.svg \
https://raw.githubusercontent.com/RocketChat/Rocket.Chat.Artwork/master/Logos/icon.svg
sudo gtk-update-icon-cache /usr/share/icons/hicolor
Reboot / logout to restart Gnome.
This is fixed for me after update from 2.11.0 to 2.13.2. Thanks.
I'm closing it due to inactivity.
Most helpful comment
Hi, same problem here (on CentOS 7)
The /usr/share/icons/hicolor/512x512/apps/rocketchat-desktop.png file is not used by gnome.
I've solved this issue on my desktop via the following steps:
/usr/share/icons/hicolor/scalable/apps/rocketchat-desktop.svgsudo gtk-update-icon-cache /usr/share/icons/hicolorcommandTo solve this globaly, the RPM have to
I didn't find any RPM spec file in this repo so i didn't add a pull request for this.