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

Flatpak applications won't be shown in Launcher #8

Open
foresee-io opened this issue Oct 2, 2021 · 7 comments
Open

Flatpak applications won't be shown in Launcher #8

foresee-io opened this issue Oct 2, 2021 · 7 comments

Comments

@foresee-io
Copy link

After installing org.mozilla.firefox via Flatpak and restarting, Firefox icon won't be shown in Launcher.

$ # Check if environment variables are properly configured
$ echo $XDG_DATA_DIRS
/home/**/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
$ ls -A /var/lib/flatpak/exports/share/applications
com.visualstudio.code.desktop  mimeinfo.cache  org.mozilla.firefox.desktop

Freedesktop.org specification(s):
https://specifications.freedesktop.org/menu-spec/latest/ar01s02.html
https://specifications.freedesktop.org/desktop-entry-spec/latest/

Issue(s): #1
cutefish-launcher

@Karim1105
Copy link

Hey I have the same problem did u find out a solution

@chaudharyjatin115
Copy link

same problem here altho you could open the app from snap store

@foresee-io
Copy link
Author

CutefishOS launcher scans /usr/share/applications/ only, however Flatpak and Snap apps create .desktop file in other directories. Other DEs such as GNOME scan all directories listed in $XDG_DATA_DIRS and $XDG_DATA_HOME. @Karim1105 @chaudharyjatin115

@vitorgouveia
Copy link

vitorgouveia commented Oct 20, 2021

like, @foresee-io said, the launcher only scans a specific folder, in my case, i'm using snap, so i'll just copy your apps to the folder it scans

sudo cp /var/lib/snapd/desktop/applications/brave_brave.desktop /usr/share/applications/

@chaudharyjatin115
Copy link

CutefishOS launcher scans /usr/share/applications/ only, however Flatpak and Snap apps create .desktop file in other directories. Other DEs such as GNOME scan all directories listed in $XDG_DATA_DIRS and $XDG_DATA_HOME. @Karim1105 @chaudharyjatin115

hey great hope they fix it in new build

@HtetWaiAung
Copy link

same problem here.

@Garwinium
Copy link

I am also having this problem, is it possible to manually add a .desktop file to the launcher?

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

6 participants