Version: unspecified (using KDE 4.5.0) OS: Linux RPMLint errors in desktop files: bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-wizard.desktop value "Qt;KDE;Bluetooth;Network;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Bluetooth"; values extending the format should start with "X-" bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-audio.desktop (will be fatal in the future): value "virtual/bluedevil-audio;" for key "MimeType" in group "Desktop Entry" contains value "virtual/bluedevil-audio" which is an invalid MIME type: "virtual" is an unregistered media type bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-audio.desktop value "Qt;KDE;Bluetooth;Network;Audio;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Bluetooth"; values extending the format should start with "X-" bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-audio.desktop (will be fatal in the future): value "Audio" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: AudioVideo bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-monolithic.desktop value "Qt;KDE;Bluetooth;Network;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Bluetooth"; values extending the format should start with "X-" bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-sendfile.desktop (will be fatal in the future): value "virtual/bluedevil-sendfile;" for key "MimeType" in group "Desktop Entry" contains value "virtual/bluedevil-sendfile" which is an invalid MIME type: "virtual" is an unregistered media type bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-sendfile.desktop value "Qt;KDE;Bluetooth;Network;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Bluetooth"; values extending the format should start with "X-" bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-input.desktop (will be fatal in the future): value "virtual/bluedevil-input;" for key "MimeType" in group "Desktop Entry" contains value "virtual/bluedevil-input" which is an invalid MIME type: "virtual" is an unregistered media type bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-input.desktop value "Qt;KDE;Bluetooth;Network;Input;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Bluetooth"; values extending the format should start with "X-" bluedevil.x86_64: E: invalid-desktopfile /usr/share/applications/kde4/bluedevil-input.desktop value "Qt;KDE;Bluetooth;Network;Input;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Input"; values extending the format should start with "X-" Reproducible: Didn't try Steps to Reproduce: Run rpmlint on RPM package in Fedora (not yet ready, I can provide SPEC). Actual Results: rpmlint invalid-desktopfile errors Expected Results: no rpmlint errors - fixed categories and mime types
Git commit 4e780cd498d418faf9a4e194e248fa7e3ade5726 by Alex Fiestas. Committed on 26/07/2011 at 23:26. Pushed by afiestas into branch 'master'. Set the correct Category in .desktop and use correct mimetype parent We were not following the standards neither in .desktop or mimetype, because of that rpmlint and similar toolks were screaming. Since I'm no mimetype/desktop expert I will backport this patch only when proven stable, in that case it will be backported to 1.0.6 and 1.1.2 BUG: 248369 M +1 -1 src/monolithic/bluedevil-monolithic.desktop M +2 -2 src/actionplugins/audio/helper/bluedevil-audio.desktop M +2 -2 src/actionplugins/input/helper/bluedevil-input.desktop M +2 -2 src/actionplugins/sendfile/helper/bluedevil-sendfile.desktop M +8 -5 src/bluedevil-mime.xml M +5 -5 src/kio/bluetooth/kiobluetooth.cpp M +1 -1 src/wizard/bluedevil-wizard.desktop M +3 -3 src/actionplugins/network/helper/bluedevil-network.desktop http://commits.kde.org/bluedevil/4e780cd498d418faf9a4e194e248fa7e3ade5726
*** Bug 288077 has been marked as a duplicate of this bug. ***