Bug 881831 - [abrt] meld-1.7.0-1.fc18: prefs.py:93:__init__:GError: No D-BUS daemon running
Summary: [abrt] meld-1.7.0-1.fc18: prefs.py:93:__init__:GError: No D-BUS daemon running
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: meld
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominic Hopf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:ca1e2b87bcaf27bff99345fc9f2...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-29 16:26 UTC by Mads Kiilerich
Modified: 2014-02-05 13:23 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 13:23:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.18 KB, text/plain)
2012-11-29 16:27 UTC, Mads Kiilerich
no flags Details
File: core_backtrace (502 bytes, text/plain)
2012-11-29 16:27 UTC, Mads Kiilerich
no flags Details
File: environ (1.92 KB, text/plain)
2012-11-29 16:27 UTC, Mads Kiilerich
no flags Details

Description Mads Kiilerich 2012-11-29 16:26:57 UTC
Description of problem:
Trying to start meld while connected with ssh -X.

Other apps (including abrt-gui) complains
** (abrt:1058): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-25k1vXCQMq: Connection refused
but works anyway.

Meld used to work, but now it crashes ...

Version-Release number of selected component:
meld-1.7.0-1.fc18

Additional info:
cmdline:        python /usr/bin/meld -a --label=@712 lars.4eadbe550b50 --label= lars
executable:     /usr/bin/meld
kernel:         3.6.7-5.fc18.x86_64
uid:            1000

Truncated backtrace:
prefs.py:93:__init__:GError: No D-BUS daemon running


Traceback (most recent call last):
  File "/usr/bin/meld", line 154, in <module>
    main()
  File "/usr/bin/meld", line 136, in main
    import meld.meldapp
  File "/usr/share/meld/meld/meldapp.py", line 216, in <module>
    app = MeldApp()
  File "/usr/share/meld/meld/meldapp.py", line 113, in __init__
    self.prefs = preferences.MeldPreferences()
  File "/usr/share/meld/meld/preferences.py", line 259, in __init__
    super(MeldPreferences, self).__init__("/apps/meld", self.defaults)
  File "/usr/share/meld/meld/util/prefs.py", line 93, in __init__
    self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
GError: No D-BUS daemon running


Local variables in innermost frame:
rootkey: '/apps/meld'
initial: {'use_custom_font': <meld.util.prefs.Value object at 0xf75dd0>, 'statusbar_visible': <meld.util.prefs.Value object at 0x10335a8>, 'custom_font': <meld.util.prefs.Value object at 0xf75368>, 'use_syntax_highlighting': <meld.util.prefs.Value object at 0xf7a248>, 'text_codecs': <meld.util.prefs.Value object at 0xf7a368>, 'filters': <meld.util.prefs.Value object at 0x1033248>, 'show_line_numbers': <meld.util.prefs.Value object at 0xf7a1b8>, 'spaces_instead_of_tabs': <meld.util.prefs.Value object at 0xf7a170>, 'edit_command_custom': <meld.util.prefs.Value object at 0xf7a320>, 'regexes': <meld.util.prefs.Value object at 0x10331b8>, 'tab_size': <meld.util.prefs.Value object at 0xf7a3b0>, 'show_whitespace': <meld.util.prefs.Value object at 0xf7a200>, 'edit_wrap_lines': <meld.util.prefs.Value object at 0xf7a290>, 'ignore_blank_lines': <meld.util.prefs.Value object at 0x1033518>, 'window_size_x': <meld.util.prefs.Value object at 0xf17fc8>, 'window_size_y': <meld.util.prefs.Value object at 0xf75710>, 'vc_status_filters': <meld.util.prefs.Value object at 0x1033638>, 'edit_command_type': <meld.util.prefs.Value object at 0xf7a2d8>, 'toolbar_visible': <meld.util.prefs.Value object at 0x1033560>, 'dir_status_filters': <meld.util.prefs.Value object at 0x10335f0>, 'ignore_symlinks': <meld.util.prefs.Value object at 0x1033128>, 'vc_console_visible': <meld.util.prefs.Value object at 0x10330e0>}
self: <meld.preferences.MeldPreferences object at 0xe1f990>

Potential duplicate: bug 800565

Comment 1 Mads Kiilerich 2012-11-29 16:27:03 UTC
Created attachment 654406 [details]
File: backtrace

Comment 2 Mads Kiilerich 2012-11-29 16:27:07 UTC
Created attachment 654407 [details]
File: core_backtrace

Comment 3 Mads Kiilerich 2012-11-29 16:27:09 UTC
Created attachment 654408 [details]
File: environ

Comment 4 Mads Kiilerich 2012-11-29 16:32:30 UTC
meld seems to work fine with I hack /usr/share/meld/meld/util/prefs.py and disable the references to _gconf.

It will of course be without gconf support, but that is better than crashing.

Comment 5 Christoph Wickert 2013-02-19 10:56:31 UTC
Did you have dbus-x11 and dbus-python installed?

Comment 6 Mads Kiilerich 2013-02-19 11:01:32 UTC
(In reply to comment #5)
> Did you have dbus-x11 and dbus-python installed?

I think so ... but I connected with ssh and dbus wasn't running.

I would expect that it worked with ssh -X - and either worked without 'session services' like dbus or started (and stopped) them as necessary.

Comment 7 markusN 2013-03-03 13:08:07 UTC
Description of problem:
Comparing two files

Version-Release number of selected component:
meld-1.7.0-1.fc18

Additional info:
cmdline:        python /usr/bin/meld cupsd.conf cupsd.conf.O
executable:     /usr/bin/meld
kernel:         3.7.9-201.fc18.x86_64
uid:            0

Truncated backtrace:
prefs.py:93:__init__:GError: No D-BUS daemon running


Traceback (most recent call last):
  File "/usr/bin/meld", line 154, in <module>
    main()
  File "/usr/bin/meld", line 136, in main
    import meld.meldapp
  File "/usr/share/meld/meld/meldapp.py", line 216, in <module>
    app = MeldApp()
  File "/usr/share/meld/meld/meldapp.py", line 113, in __init__
    self.prefs = preferences.MeldPreferences()
  File "/usr/share/meld/meld/preferences.py", line 259, in __init__
    super(MeldPreferences, self).__init__("/apps/meld", self.defaults)
  File "/usr/share/meld/meld/util/prefs.py", line 93, in __init__
    self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
GError: No D-BUS daemon running


Local variables in innermost frame:
rootkey: '/apps/meld'
initial: {'use_custom_font': <meld.util.prefs.Value object at 0x2414ab8>, 'statusbar_visible': <meld.util.prefs.Value object at 0x2478c68>, 'custom_font': <meld.util.prefs.Value object at 0x2414170>, 'use_syntax_highlighting': <meld.util.prefs.Value object at 0x2414950>, 'text_codecs': <meld.util.prefs.Value object at 0x2414a70>, 'filters': <meld.util.prefs.Value object at 0x2478908>, 'show_line_numbers': <meld.util.prefs.Value object at 0x24148c0>, 'spaces_instead_of_tabs': <meld.util.prefs.Value object at 0x2414878>, 'edit_command_custom': <meld.util.prefs.Value object at 0x2414a28>, 'regexes': <meld.util.prefs.Value object at 0x2478878>, 'tab_size': <meld.util.prefs.Value object at 0x24145a8>, 'show_whitespace': <meld.util.prefs.Value object at 0x2414908>, 'edit_wrap_lines': <meld.util.prefs.Value object at 0x2414998>, 'ignore_blank_lines': <meld.util.prefs.Value object at 0x2478bd8>, 'window_size_x': <meld.util.prefs.Value object at 0x2406908>, 'window_size_y': <meld.util.prefs.Value object at 0x2411f80>, 'vc_status_filters': <meld.util.prefs.Value object at 0x2478cf8>, 'edit_command_type': <meld.util.prefs.Value object at 0x24149e0>, 'toolbar_visible': <meld.util.prefs.Value object at 0x2478c20>, 'dir_status_filters': <meld.util.prefs.Value object at 0x2478cb0>, 'ignore_symlinks': <meld.util.prefs.Value object at 0x24787e8>, 'vc_console_visible': <meld.util.prefs.Value object at 0x24787a0>}
self: <meld.preferences.MeldPreferences object at 0x2305990>

Comment 8 Fedora End Of Life 2013-12-21 09:33:04 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 9 Fedora End Of Life 2014-02-05 13:23:13 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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