diff --git a/qubes-rpc/qubes.GetAppmenus b/qubes-rpc/qubes.GetAppmenus index 3dcec63..6712c51 100755 --- a/qubes-rpc/qubes.GetAppmenus +++ b/qubes-rpc/qubes.GetAppmenus @@ -58,7 +58,7 @@ fi find "${apps_dirs[@]}" -name '*.desktop' -print0 2>/dev/null | \ xargs -0 awk ' - BEGINFILE {if (ERRNO) nextfile; entry="" } + BEGINFILE { if (ERRNO) nextfile; entry="" } /^\[/ { if (tolower($0) != "\[desktop entry\]") nextfile } /^Exec=/ { entry = entry FILENAME ":Exec=qubes-desktop-run " FILENAME "\n"; next } /^NoDisplay *= *true$/ { entry=""; nextfile }