This file is indexed.

/usr/share/apps/konqueror/servicemenus/cabextract.desktop is in cabextract 1.6-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
[Desktop Entry]
ServiceTypes=application/x-mscabinet,application/x-msdos-program
Actions=list;extract;

[Desktop Action list]
Name=List Contents
Icon=cab_view
Exec=konsole --vt_sz 80x25 -T CabExtract --noclose --nomenubar --notabbar -e cabextract -l "%F"

[Desktop Action extract]
Name=Extract Here
Icon=cab_extract
Exec=cabextract -d "%d" "%F"