You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
Application installs fine and you can run it with:
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:
XDG_DATA_DIRS
The text was updated successfully, but these errors were encountered: