6c288d0ac2
Debian template doesn't have this directory by default.
3 lines
287 B
Plaintext
3 lines
287 B
Plaintext
find /usr/share/applications/ /usr/local/share/applications/ -name '*.desktop' 2>/dev/null | \
|
|
xargs awk '/^\[/ { if (tolower($0) != "\[desktop entry\]") nextfile } /^Exec=/ { print FILENAME ":Exec=qubes-desktop-run " FILENAME; next } /=/ {print FILENAME ":" $0 }' 2> /dev/null
|