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

[SOLVED] Desktop Entries Not Being Listed #72

Open
electricjones opened this issue Jan 28, 2023 · 1 comment
Open

[SOLVED] Desktop Entries Not Being Listed #72

electricjones opened this issue Jan 28, 2023 · 1 comment

Comments

@electricjones
Copy link

This may not be a bug, but it consumed hours of my life, so I thought I'd post the problem and solution for others.

My installation was not showing any desktop entries. At all. And, I don't believe it was showing any user entries either.

It turns out that I had mawk installed and now gawk, which the script actually relies on. I'm not sure if awk will actually work, but I replaced all the calls to awk with gawk and everything worked fine from there.

The issue (I think) is that BEGINFILE and ENDFILE are gawk specific implementations and NOT part of the awk standard, and therefore not implemented by others.

Hope that saves others some headache :)

@Mikkolehtimaki
Copy link

Mikkolehtimaki commented Apr 15, 2023

Thanks! I also had mawk, not gawk. I'm only seeing commands listed, not desktop files. After this change, I only saw command history. Any more debugging ideas? On Debian bookworm.

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