I have a Dolphin Service Menu that I use to get the checksum of various files I download - usually ISO.
Yesterday I downloaded a RAW disk image (KDE Linux) but my service menu wouldn't activate on it because it's mimetype is not in the service menu. I tried adding ";application/x-raw-image;" but that didn't work. Any suggestions? Here's the current mimetype entry:
Yesterday I downloaded a RAW disk image (KDE Linux) but my service menu wouldn't activate on it because it's mimetype is not in the service menu. I tried adding ";application/x-raw-image;" but that didn't work. Any suggestions? Here's the current mimetype entry:
Code:
MimeType=application/x-iso;application/x-iso9660-image;application/x-udf-image;application/x-cd-image;inode/ISO-image;application/x-raw-image;
Comment