Skip to content

Commit 4ff8603

Browse files
committed
Exclude ScreenSavers from available Applications
resolves: QubesOS/qubes-issues#10138
1 parent 6c5e789 commit 4ff8603

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qubes-rpc/qubes.GetAppmenus

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ for i in "${apps_dirs[@]}"; do
5656
/^\[/ { if (tolower($0) != "\[desktop entry\]") nextfile }
5757
/^Exec *=/ { entry = entry file ":Exec=qubes-desktop-run " file "\n"; next }
5858
/^NoDisplay *= *true$/ { entry=""; nextfile }
59+
/^Categories *= *Screensaver;$/ { entry=""; nextfile }
5960
/=/ { entry = entry file ":" $0 "\n" }
6061
ENDFILE { print entry }
6162
' 2> /dev/null '{}' +)

0 commit comments

Comments
 (0)