This file is indexed.

/usr/share/kde4/services/ServiceMenus/cabextract.desktop is in cabextract 1.6-1+b1.

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
14
15
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/vnd.ms-cab-compressed;application/x-ms-dos-executable;
Actions=list;extract;

[Desktop Action list]
Name=List contents
Icon=/usr/share/icons/cab_view.png
Exec=konsole --geometry 80x24 --caption CabExtract --noclose -e /usr/bin/cabextract -l "%F"

[Desktop Action extract]
Name=Extract here
Icon=/usr/share/icons/cab_extract.png
Exec=/usr/bin/cabextract -d "%d" "%F"