JingOS-team / JingOS

Awesome - JingOS - The World’s First Linux-based OS design for Tablets
http://jingos.com
GNU General Public License v3.0
1.07k stars 116 forks source link

Icons of some installed apps (flatpaks) do not show up in home screen #124

Open jjardon opened 2 years ago

jjardon commented 2 years ago

Describe the bug Icons of some installed apps (flatpaks) do not show up home screen: only way to launch them is through the command line

To Reproduce

$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak install flathub com.github.flxzt.rnote

Application installs fine and you can run it with:

$ flatpak run com.github.flxzt.rnote

But application icon doesn't show up in the home screen. Seems this is because the XDG_DATA_DIRS environment variable is not used to look to the location of the respective .desktop files. (See workaround and possible root cause in the end of this bug report)

Expected behavior Application icon should appear in the main screen

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Current workaround:

Possible solution: