[Fedora-i18n-bugs] [Bug 817841] [abrt] gdk_display_manager_get_default_display (manager=0x0) from ibus signal 11 (SIGSEGV)

bugzilla at redhat.com bugzilla at redhat.com
Fri May 11 11:15:28 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=817841

--- Comment #16 from Pedro Francisco <pedrogfrancisco at gmail.com> 2012-05-11 07:15:27 EDT ---
As I've found out thanks to #808789 , $DISPLAY is different depending on if a
program is started by Nautilus or by someone else (and I typically start
consoles by Nautilus). So, I did it twice:

$ echo $DISPLAY
:0.0
[pedro at sundaeII ~]$ python -c 'from gtk.gdk import Screen'

** (process:21197): WARNING **: Trying to register gtype 'GMountMountFlags' as
enum when in fact it is of type 'GFlags'

** (process:21197): WARNING **: Trying to register gtype 'GDriveStartFlags' as
enum when in fact it is of type 'GFlags'

** (process:21197): WARNING **: Trying to register gtype 'GSocketMsgFlags' as
enum when in fact it is of type 'GFlags'
Gtk-Message: Failed to load module "pk-gtk-module"
$

--------------------------------
$ echo $DISPLAY
:0
$ python -c 'from gtk.gdk import Screen'

** (process:21259): WARNING **: Trying to register gtype 'GMountMountFlags' as
enum when in fact it is of type 'GFlags'

** (process:21259): WARNING **: Trying to register gtype 'GDriveStartFlags' as
enum when in fact it is of type 'GFlags'

** (process:21259): WARNING **: Trying to register gtype 'GSocketMsgFlags' as
enum when in fact it is of type 'GFlags'
Gtk-Message: Failed to load module "pk-gtk-module"
$

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list