tech-tips/Программное обеспечение/ОС и загрузчики/Linux/Snap installed applications not showing on launcher.md

10 lines
348 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Running Kubuntu 18.04 the solution for me was adding
```
export XDG_DATA_DIRS="$XDG_DATA_DIRS:/var/lib/snapd/desktop/"
```
to a custom file like `snap-apps.sh` in `~/.config/plasma-workspace/env`. But that applies only to Plasma 5 and might be fixed in Ubuntu 18.10 already.
[https://askubuntu.com/a/1086249](https://askubuntu.com/a/1086249)