Opened 7 years ago
#4966 new defect
Copy-from-journal fails to run due to dbus error
Reported by: | sam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Blocker | Keywords: | |
Cc: | Distribution/OS: | Fedora | |
Bug Status: | Unconfirmed |
Description
Example command:
copy-from-journal -q 'Test' -m /tmp/out
Output:
/usr/lib/python2.7/site-packages/sugar3/mime.py:29: PyGIWarning: GdkPixbuf was imported without specifying a version first. Use gi.require_version('GdkPixbuf', '2.0') before import to ensure that the right version gets loaded. from gi.repository import GdkPixbuf ERROR: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
On Fc24, sugar 0.109.0.2. Similar bug exists in copy-to-journal.
Note: See
TracTickets for help on using
tickets.