[Exe Thumbnailer] Add mime type for .cpl files
ClosedPublic

Authored by broulik on Aug 26 2018, 9:42 AM.

Details

Summary

These are Control Panel plugins and are basically just .dll files that can have an icon as well

Test Plan


There doesn't seem to be a shared mime type mime for them, just the custom one registered by Wine

(You cannot actually open those files by clicking as Wine doesn't install a handler for them (need to run wine control foo.cpl instead of just wine foo.cpl))

Diff Detail

Repository
R320 KIO Extras
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik requested review of this revision.Aug 26 2018, 9:42 AM
broulik created this revision.
anthonyfieroni accepted this revision.Aug 27 2018, 10:45 AM
This revision is now accepted and ready to land.Aug 27 2018, 10:45 AM
This revision was automatically updated to reflect the committed changes.