I'm running Kubuntu 18.04 on a reasonably fresh install. I've installed a few snap applications, but none of their icons will show up in my launcher.
I had a previous install of Kubuntu 18.04 that I upgraded from 17.10 and these same apps (also installed by snap) would show the icons.
I'm assuming it's something with how I'm installing/running the snap-based apps, but I'm not sure what to look at next.
% snap list
Name Version Rev Tracking Publisher Notes
core 16-2.36.3 6130 stable canonical✓ core
core18 18 536 stable canonical✓ base
slack 3.3.3 9 stable slack✓ classic
vscode 1.30.0-1544567151 72 stable snapcrafters classic
What's the next thing I should look into to troubleshoot?
Like I mentioned, I'm pretty new to Linux on the desktop. I tried symlinking /usr/share/applications/slack.desktop
to /snap/slack/9/usr/share/applications/slack.desktop
but that didn't seem to do anything
Here is what is in /snap/slack/9/usr/share/applications/slack.desktop
:
[Desktop Entry]
Name=Slack
Comment=Slack Desktop
GenericName=Slack Client for Linux
Exec=/usr/bin/slack %U
Icon=/usr/share/pixmaps/slack.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;InstantMessaging;
MimeType=x-scheme-handler/slack;
Any advice on what to look into next? I'm not sure if it's a snap issue or a KDE/Plasma issue.