Bug 912580 - meld missing Requires on dbus-x11
Summary: meld missing Requires on dbus-x11
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: meld
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christoph Wickert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-19 04:01 UTC by Rob Crittenden
Modified: 2013-03-03 22:35 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-03-03 22:28:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Rob Crittenden 2013-02-19 04:01:43 UTC
Description of problem:

I have a very minimal install with just enough X11 to be able to run remote X clients. Without the dbus-x11 package installed meld fails:

$ meld
Traceback (most recent call last):
  File "/usr/bin/meld", line 154, in <module>
    main()
  File "/usr/bin/meld", line 140, in main
    already_running, dbus_app = meld.dbus_service.setup(app)
  File "/usr/share/meld/meld/dbus_service.py", line 54, in setup
    bus = dbus.SessionBus()
  File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 211, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: /bin/dbus-launch terminated abnormally without any error message

/bin/dbus-launch is provided by dbus-x11.

Version-Release number of selected component (if applicable):

meld-1.7.0-1.fc18.noarch

Comment 1 Christoph Wickert 2013-02-19 10:07:34 UTC
It also needs to require dbus-python:

grep -r "import dbus" meld-1.7.0/meld
meld-1.7.0/meld/dbus_service.py:import dbus
meld-1.7.0/meld/dbus_service.py:import dbus.bus
meld-1.7.0/meld/dbus_service.py:import dbus.service
meld-1.7.0/meld/dbus_service.py:import dbus.mainloop.glib

Comment 2 Fedora Update System 2013-02-19 14:22:47 UTC
meld-1.7.0-6.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/meld-1.7.0-6.fc17

Comment 3 Fedora Update System 2013-02-19 14:24:06 UTC
meld-1.7.0-6.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/meld-1.7.0-6.fc18

Comment 4 Fedora Update System 2013-02-21 05:29:28 UTC
Package meld-1.7.0-6.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 meld-1.7.0-6.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-2755/meld-1.7.0-6.fc17
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2013-03-03 22:28:47 UTC
meld-1.7.0-6.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2013-03-03 22:35:15 UTC
meld-1.7.0-6.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.