Page 1 of 1

x-directory/normal?

Posted: Tue Sep 20, 2011 4:01 am
by worker201
Installing some software this evening via rpm, I saw the following:
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)
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:

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;
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.