Direkt zum Hauptbereich

Fedora 16 fucks up file associations

After updating Fedora 16 this week I was surprised with some hiccups regarding the file associations: e.g. instead of opening firefox browser by clicking KDE opend the .desktop file via kwrite.

And after a little search I found the helping command lines:

 su  
 update-mime-database /usr/share/mime  
 chmod 664 /usr/share/applications/mimeinfo.cache  

And if freemind is bugging you, do this command or kwrite it:

 nano /usr/share/mime/packages/freemind.xml  

And change the file to this content:

 <?xml version="1.0" encoding="UTF-8"?>  
 <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>  
     <mime-type type="application/x-freemind">  
         <comment xml:lang="en">FreeMind Mindmap</comment>  
         <glob pattern="*.mm"/>  
     </mime-type>  
 </mime-info>  

Now it should work fine, do the command for the database update again, just log out and in - have fun.


Diesen Beitrag habe ich bewusst englisch geschrieben, weil die Suche für Linux-Nutzer meistens englisch vonstatten geht.

[Aber hier vielleicht noch ein paar Schlüsselwörter:
Linux mischt Dateizuordnungen weg öffnen Dateien schlägt fehl Fehler dateityp dateitypen falsch kde fedora]

Kommentare