https://bugzilla.novell.com/show_bug.cgi?id=238503 ------- Comment #2 from sbrabec@novell.com 2007-01-25 01:45 MST ------- Actually this is not a problem of Nautilus, but a problem of shared-mime-info, which defines magic for desktop file, which covers also .desktop.in. Needs experimenting with /usr/share/mime/packages/freedesktop.org.xml (and use of update-mime-database /usr/share/mime): <mime-type type="application/x-desktop"> <sub-class-of type="text/plain"/> <comment>desktop configuration file</comment> .. translations skipped ... <magic priority="50"> <match value="[Desktop Entry]" type="string" offset="0:32"/> <match value="[Desktop Action" type="string" offset="0"/> <match value="[KDE Desktop Entry]" type="string" offset="0"/> <match value="# Config File" type="string" offset="0"/> <match value="# KDE Config File" type="string" offset="0"/> </magic> <glob pattern="*.desktop"/> <glob pattern="*.kdelnk"/> <alias type="application/x-gnome-app-info"/> </mime-type> Possible solutions: - Define another MIME type for *.desktop.in (or *.in). - Delete .desktop magic - Improve .desktop magic to not recognize .desktop.in. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.