#desktop entries for current users dont show up in gnome search
18 messages · Page 1 of 1 (latest)
if you don't specify the path to it, it might not be valid
it could be the case that your non interactive shell has a different path than your interactive shell, from this issue here
That entry is incapable of opening files, so can’t “Open With”. The Exec should have a %u where the uri should be passed, and a MimeType key listing the types it can open A quick search of that apps repo turned up a relevant issue https://github.com/ArturKovacs/emulsion/issues/86
did you change the location for XDG_DATA_HOME
echo $XDG_DATA_HOME
do you use bash shell normally or something else
idk what zsh4humans is but I use zsh
and I changed my $XDG_DATA_HOME to be in ~/.config/local/share
oh
that's okay because the default specs, if the distro maintainers follow best practice, it should default to .local/share
no don't change it lol
or maybe if you do specify .local/share
in your .zshenv or .zshrc
depending how you got your zsh set up
that's weird, your issue might be because of a different path between zsh and bash