Can't find the programs outside Discover

Hi, today I installed Lubuntu (19.04) for the first time in my life.
Then I installed Discord via Discover with no problems. But the problem is that I can’t find the program in the start menu even using the searcher.
The only way that I can start Discord is on Discover, it’s that normal?

Maybe you have installed Discord as a snap package?

Please share the output of

ls -l /var/lib/snapd/desktop/applications
echo $PATH

After investigating and testing: Discover installs the snap package.

You can fix/workaround your problem with (copy&paste into your terminal):

sudo cp /var/lib/snapd/desktop/applications/discord_discord.desktop /usr/share/applications/discord_discord.desktop
sudo chmod 644 /usr/share/applications/discord_discord.desktop

@wxl I guess LXQt can be configured to include the path for snaps?

Thanks all, the problem was solved by Lubuntu itself

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.