Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jjardon opened this issue Jan 25, 2022 · 0 comments
Open

Comments

@jjardon
Copy link
Contributor

jjardon commented Jan 25, 2022

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):

  • OS: JingOS 1.2.0

Smartphone (please complete the following information):

  • Device: JingPad

Additional context
Current workaround:

Possible solution:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant