id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host 14808,virtualbox.desktop broken => Fixed in SVN,Kevin Brodsky,,"The desktop file is broken since 5.0, if my memory is correct. Running desktop-file-validate on it gives 2 errors and 2 warnings: {{{ /usr/share/applications/virtualbox.desktop: warning: key ""Encoding"" in group ""Desktop Entry"" is deprecated /usr/share/applications/virtualbox.desktop: error: value ""virtualization"" for locale string list key ""Keywords"" in group ""Desktop Entry"" does not have a semicolon (';') as trailing character /usr/share/applications/virtualbox.desktop: error: value ""Virtualisierung"" for locale string list key ""Keywords[de]"" in group ""Desktop Entry"" does not have a semicolon (';') as trailing character /usr/share/applications/virtualbox.desktop: warning: value ""Emulator;System;X-MandrivaLinux-System;Application;"" for key ""Categories"" in group ""Desktop Entry"" contains a deprecated value ""Application"" }}} * The errors are solved by adding a semicolon at the end of the lines mentioned (10 and 11). * The first warning is solved by removing l.2 (although keeping it might be needed for compatibility reasons, I'm not sure on this). * The second waning is solved by removing 'Application;' in l.15. The errors are a rather serious issue, as they might prevent update-desktop-database from creating a menu entry.",defect,closed,other,VirtualBox 5.0.10,fixed,desktop,,other,Linux