On 02/19/2015 04:07 AM, Freek de Kruijf wrote:
Op woensdag 18 februari 2015 19:15:36 schreef Roman Bysh:
Hello List Mates,
A patch was submitted earlier today by maintainers of shared-mime-info. This fixes the broken iso file associations appearing as plain text files.
Bumping priority for ISO images glob matching. See: https://bugs.freedesktop.org/show_bug.cgi?id=80877#c14
I have passed the information to my Bugzilla report. See: https://bugzilla.opensuse.org/show_bug.cgi?id=904100#c21
If you can't wait for the new release it can be fixed quite easily.
Open /usr/share/mime/packages/freedesktop.org.xml Search for the x-cd-image entry
The original glob pattern entry is: <glob pattern="*.iso"/>
Changed it to: <glob pattern="*.iso" weight="80"/>
Close Dolphin or Konqueror.
Run as root:
update-mime-database /usr/share/mime/
Restart Dolphin or Konqueror to view the changes.
It did not work. I also got after update-mime-database:
You must have done something wrong. Many users have found this as a satisfactory patch. This an official patch. Check the links to shared-mime-info. Tested this on openSUSE 13.2. I've done this ten times and it always works. Open konsole, type kdesu kate and open /usr/share/mime/packages/freedesktop.org.xml Select Edit--->Go to line 7200 and 7201 My modified entries show: <glob pattern="*.iso" weight="80"/> <glob pattern="*.iso9660"/> Click on Save. Close kate and Dolphin. Type: su - update-mime-database /usr/share/mime/ Here's the entire entry. <!--- snip ------------------------------------------------------------ <mime-type type="application/x-cd-image"> <comment>raw CD image</comment> <comment xml:lang="ar">صورة CD خامة</comment> <comment xml:lang="be@latin">suvoraja vyjava CD</comment> <comment xml:lang="bg">Изображение — raw CD</comment> <comment xml:lang="ca">imatge de CD en cru</comment> <comment xml:lang="cs">Surový obraz CD</comment> <comment xml:lang="da">rå cd-aftryk</comment> <comment xml:lang="de">CD-Roh-Abbild</comment> <comment xml:lang="el">εικόνα περιεχομένου ψηφιακού δίσκου</comment> <comment xml:lang="en_GB">raw CD image</comment> <comment xml:lang="eo">kruda lumdiskbildo</comment> <comment xml:lang="es">imagen de CD en bruto</comment> <comment xml:lang="eu">CD gordinaren irudia </comment> <comment xml:lang="fi">raaka CD-vedos</comment> <comment xml:lang="fo">rá CD mynd</comment> <comment xml:lang="fr">image CD brute</comment> <comment xml:lang="ga">amhíomhá dhlúthdhiosca</comment> <comment xml:lang="gl">imaxe de CD en bruto</comment> <comment xml:lang="he">תמונת דיסק גולמית</comment> <comment xml:lang="hu">nyers CD-lemezkép</comment> <comment xml:lang="id">citra CD mentah</comment> <comment xml:lang="it">Immagine raw CD</comment> <comment xml:lang="ja">生 CD イメージ</comment> <comment xml:lang="kk">өңделмеген CD бейнесі</comment> <comment xml:lang="ko">CD 이미지</comment> <comment xml:lang="lt">raw CD atvaizdis</comment> <comment xml:lang="lv">CD jēlattēls</comment> <comment xml:lang="ms">Imej CD mentah</comment> <comment xml:lang="nb">rått CD-bilde</comment> <comment xml:lang="nl">ruw CD-beeldbestand</comment> <comment xml:lang="nn">rått CD-bilete</comment> <comment xml:lang="pl">Surowy obraz CD</comment> <comment xml:lang="pt">imagem em bruto de CD</comment> <comment xml:lang="pt_BR">Imagem bruta de CD</comment> <comment xml:lang="ro">imagine de CD brută</comment> <comment xml:lang="ru">образ компакт-диска</comment> <comment xml:lang="sk">Surový obraz CD</comment> <comment xml:lang="sl">surovi CD odtis</comment> <comment xml:lang="sq">Imazh raw CD</comment> <comment xml:lang="sr">сирови отисак ЦД-а</comment> <comment xml:lang="sv">rå cd-avbild</comment> <comment xml:lang="uk">образ raw CD</comment> <comment xml:lang="vi">ảnh đĩa CD thô</comment> <comment xml:lang="zh_CN">原始 CD 映像</comment> <comment xml:lang="zh_TW">原生 CD 映像</comment> <sub-class-of type="application/x-raw-disk-image"/> <alias type="application/x-iso9660-image"/> <glob pattern="*.iso" weight="80"/> <glob pattern="*.iso9660"/> </mime-type> <!--- snip ------------------------------------------------------------
Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles'
I get the same thing. I would ignore it. I'll check if a bug report has been submitted. -- Cheers! Roman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org