User-Agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.7pre) Gecko/20070827 Epiphany/2.20 Firefox/2.0.0.4 Build Identifier: The name of Thunar is Thunar. Not Thunar File Manager. So the desktop file should be like this: Name=Thunar Generic Name=File Manager There are two reasons for this: 1. That's the correct way of doing it. 2. Doing it this incorrect way makes menu software that displays both the Name and the Generic Name look broken, when it's just following the standard. Example: I write a menu that shows the programs as Generic Name (Name). For Abiword it would look like this: "Word Processor (Abiword)". With Thunar's broken desktop file it would look like this: "File Manager (Thunar File Manager)". Also, the version selection field for Thunar in this bugzilla lacks 0.9. Reproducible: Always Steps to Reproduce: I'm not filing this as minor, as there doing a _reliable_ workaround in the software following the standards is not easy (especially when localisation is involved).
This is fixed in revision 28940: * Thunar.desktop.in.in: Use "Thunar" for Name. This fixes bug #4084.