x-directory/normal?

The dedicated forum for PCMan File Manager - http://wiki.lxde.org/en/PCManFM
Locked
worker201
Posts: 21
Joined: Thu Sep 15, 2011 3:17 am

x-directory/normal?

Post 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.
Locked