Announcement

Collapse
No announcement yet.

Having trouble finding mimetype for RAW disk image - not photo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Having trouble finding mimetype for RAW disk image - not photo

    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:

    Code:
    MimeType=application/x-iso;application/x-iso9660-image;application/x-udf-image;application/x-cd-image;inode/ISO-image;application/x-raw-image;
    Last edited by oshunluvr; Nov 26, 2024, 08:40 AM.

    Please Read Me

    #2
    A very old ask/answered question, but it may lead you in the right direction: https://stackoverflow.com/questions/...or-a-raw-image

    Ooops. I see you already listed the mime types for the file.
    Last edited by Snowhog; Nov 26, 2024, 08:17 AM.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Currently, I either have to do the checksum from the terminal or change the file extension to ISO. Both ways, I get the same checksum.

      Please Read Me

      Comment


        #4
        I downloaded the current mimetype list of 2117 types and updated my list just in case - it's just not in there.

        Trying to figure out a way to "cheat" it at this point, lol

        Please Read Me

        Comment


          #5
          Originally posted by Snowhog View Post
          A very old ask/answered question, but it may lead you in the right direction: https://stackoverflow.com/questions/...or-a-raw-image

          Ooops. I see you already listed the mime types for the file.
          Actually - that worked! I used: image/x-panasonic-raw as suggested in your link and it worked. Thanks as always!

          Please Read Me

          Comment

          Working...
          X