x-directory/normal?
Posted: Tue Sep 20, 2011 4:01 am
Installing some software this evening via rpm, I saw the following:
http://git.gnome.org/browse/nautilus/co ... d02a1efc38
Is there a similar fix available for PCManFM? It doesn't seem like a big deal, but it also doesn't seem like it would be too difficult to patch by hand.
After browsing on this issue, I found that a similar issue was known on Red Hat bugzilla as recently as FC14, but was removed as an upstream problem coming from the nautilus project. Sure enough, I found the following solution:Warning in file "/usr/share/applications/fedora-pcmanfm.desktop": usage of MIME type "x-directory/normal" is discouraged ("x-directory" is an old media type that should be replaced with a modern equivalent)
Code: Select all
-MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;application/x-gnome-saved-search;
+MimeType=inode/directory;application/x-gnome-saved-search;
Is there a similar fix available for PCManFM? It doesn't seem like a big deal, but it also doesn't seem like it would be too difficult to patch by hand.