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

Doesnt show all the apps #100

Open
Alphawarriorplayz opened this issue Oct 28, 2020 · 1 comment
Open

Doesnt show all the apps #100

Alphawarriorplayz opened this issue Oct 28, 2020 · 1 comment

Comments

@Alphawarriorplayz
Copy link

Where are all of the apps like pop!os shop

@nmendozam
Copy link

I have the same issue. I'm running this app in fedora 33. The command echo $XDG_DATA_HOME returns nothing, so I guess it's taking the apps from ~/.local/share/applications/. But, even some apps in that folder don't show up. Does the content from the .desktop flies affect?

I have some specific files, Tablet does show up in the app, but Matlab does not.
Here is the content in matlab_r2019a.desktop file:

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Name=MATLABR2019a
Icon=matlab
Path=/home/nico/.matlab
Exec=matlab -desktop -prefersoftwareopengl
Terminal=false
Categories=Development;Math;Science;Education;

And this is in Tablet-0.desktop file

#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Tablet
Exec="/home/nico/.local/share/Tablet/tablet"
Icon=/home/nico/.local/share/Tablet/.install4j/tablet.png
Categories=Application;

I hope this helps.

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

2 participants