We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In line 42 with /var/lib/flatpak/app); do it maybe useful to have instead /var/lib/flatpak/app 2> /dev/null); do
/var/lib/flatpak/app); do
/var/lib/flatpak/app 2> /dev/null); do
because if one of the locations, /usr/local/share/applications in my case, is missing, fd flashes a message briefly about it being missing.
/usr/local/share/applications
fd
Maybe this is not noticeable on a powerful system but on slower machines it is.
Thanks!
The text was updated successfully, but these errors were encountered:
I think you're right. No need to show stderr for any of these. I'll take a look in a bit.
Sorry, something went wrong.
No branches or pull requests
In line 42 with
/var/lib/flatpak/app); do
it maybe useful to have instead
/var/lib/flatpak/app 2> /dev/null); do
because if one of the locations,
/usr/local/share/applications
in my case, is missing,fd
flashes a message briefly about it being missing.Maybe this is not noticeable on a powerful system but on slower machines it is.
Thanks!
The text was updated successfully, but these errors were encountered: