Bug 769076
| Summary: | blueman rpm missing dependency causes fail to start in kde | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Simon Dible <simon.dible> |
| Component: | blueman | Assignee: | Juan Manuel Rodriguez <nushio> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 16 | CC: | christoph.wickert, nushio, simon.dible |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | blueman-1.23-1.fc17 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-06 01:29:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This is fixed in 1.23 because another icon was chosen. blueman-1.23-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/blueman-1.23-1.fc17 blueman-1.23-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/blueman-1.23-1.fc16 Package blueman-1.23-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing blueman-1.23-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6784/blueman-1.23-1.fc17 then log in and leave karma (feedback). blueman-1.23-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. blueman-1.23-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Blueman-applet fails to start on kde distributions when install through yum due to missing gnome dependency. The missing package is "gnome-icon-theme-legacy", can you please add it to the list. when gnome-icon-theme-legacy is installed everything works fine. Version-Release number of selected component (if applicable): F15 and f16 kde spins have this problem. blueman-1.21-10 How reproducible: Using a fresh kde install of F15 and F16, yum -y install blueman then run blueman-applet Actual results: The fail message when started from the terminal is __load_plugin (/usr/bin/blueman-applet:182) loading <class 'blueman.plugins.applet.PowerManager.PowerManager'> Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/blueman/plugins/AppletPlugin.py", line 105, in _load self.on_load(applet) File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 37, in on_load self.item = create_menuitem(_("<b>Bluetooth Off</b>"), get_icon("gtk-stop", 16)) File "/usr/lib/python2.7/site-packages/blueman/Functions.py", line 171, in get_icon icon = ic.load_icon("gtk-missing-image", size, 0) GError: Icon 'gtk-missing-image' not present in theme Expected results: Applet launches Additional info: As stated above fix is to add the additional dependency "gnome-icon-theme-legacy" into the rpm. FYI: I believe this has also been seen on Debian systems.