many error reports in the bash when opening scribes

Bug #479951 reported by m1ndrust
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Scribes
Confirmed
Undecided
Unassigned

Bug Description

every time i launch scribes from the bash, or when i open from scribes a new document, many errore are reported in the bash... it's annoying because they fill the bash screen

[m1ndrust@oxide ~]$ sudo scribes &
[1] 3594
[m1ndrust@oxide ~]$
** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
/usr/lib/python2.6/site-packages/SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/OpenToolButton.py:39: DeprecationWarning: Use the new widget gtk.Tooltip
  self.set_arrow_tooltip(Tooltips(), menu_tip, menu_tip)

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
/usr/lib/python2.6/site-packages/SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/PreferenceToolButton.py:41: DeprecationWarning: Use the new widget gtk.Tooltip
  self.set_arrow_tooltip(Tooltips(), menu_tip, menu_tip)

** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

Revision history for this message
m1ndrust (key-of-madness) wrote :

PS: I'm running scribes on Arch Linux, using Gnome as DE

Revision history for this message
Mystilleef (mystilleef) wrote :

scribes version?

scribes -i

Revision history for this message
m1ndrust (key-of-madness) wrote : RE: [Bug 479951] Re: many error reports in the bash when opening scribes
Download full text (3.2 KiB)

Scribes Version: 0.4-dev-build495

(complete report: )
[m1ndrust@oxide ~]$ scribes -i
========================================================
System Info: ('Linux', 'oxide', '2.6.31-ARCH', '#1 SMP PREEMPT Fri Oct 23 10:03:24 CEST 2009', 'x86_64')
Python Version: 2.6.4 (r264:75706, Oct 27 2009, 06:25:13)
[GCC 4.4.1]
System Byteorder: little
Python Modules: ('__builtin__', '__main__', '_ast', '_codecs', '_sre', '_symtable', '_warnings', 'errno', 'exceptions', 'gc', 'imp', 'marshal', 'posix', 'pwd', 'signal', 'sys', 'thread', 'xxsubtype', 'zipimport')
========================================================
Scribes Version: 0.4-dev-build495
Dbus Version: (0, 83, 0)
GTK+ Version: (2, 18, 3)
PyGTK Version: (2, 16, 0)
GNOME Python Version: (2, 28, 0)
Psyco Not Installed
========================================================
Running Instance: 0
========================================================
Python Path: /usr/lib/python2.6/site-packages
Plugin Path: /usr/share/scribes/plugins
Data Path: /usr/share/scribes
Executable Path: /usr/bin
========================================================

> Date: Tue, 10 Nov 2009 13:15:20 +0000
> From: <email address hidden>
> To: <email address hidden>
> Subject: [Bug 479951] Re: many error reports in the bash when opening scribes
>
> scribes version?
>
> scribes -i
>
> --
> many error reports in the bash when opening scribes
> https://bugs.launchpad.net/bugs/479951
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Simple, Slim and Sleek Text Editor for GNOME: New
>
> Bug description:
> every time i launch scribes from the bash, or when i open from scribes a new document, many errore are reported in the bash... it's annoying because they fill the bash screen
>
>
> [m1ndrust@oxide ~]$ sudo scribes &
> [1] 3594
> [m1ndrust@oxide ~]$
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
> /usr/lib/python2.6/site-packages/SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/OpenToolButton.py:39: DeprecationWarning: Use the new widget gtk.Tooltip
> self.set_arrow_tooltip(Tooltips(), menu_tip, menu_tip)
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
> /usr/lib/python2.6/site-packages/SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/PreferenceToolButton.py:41: DeprecationWarning: Use the new widget gtk.Tooltip
> self.set_arrow_tooltip(Tooltips(), menu_tip, menu_tip)
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

_________________________________________________________________
Facile, v...

Read more...

Mystilleef (mystilleef)
Changed in scribes:
status: New → Confirmed
Revision history for this message
m1ndrust (key-of-madness) wrote :

if you try to run it when you're superuser, it won't even start

[m1ndrust@oxide ~]$ su
Password:
[root@oxide m1ndrust]# scribes
Traceback (most recent call last):
  File "/usr/bin/scribes", line 11, in <module>
    main(argv[1:])
  File "/usr/lib/python2.6/site-packages/SCRIBES/Main.py", line 7, in main
    __open(argv)
  File "/usr/lib/python2.6/site-packages/SCRIBES/Main.py", line 16, in __open
    __open_via_dbus(uris)
  File "/usr/lib/python2.6/site-packages/SCRIBES/Main.py", line 24, in __open_via_dbus
    dbus_service = __get_dbus_service()
  File "/usr/lib/python2.6/site-packages/SCRIBES/Main.py", line 32, in __get_dbus_service
    from Globals import dbus_iface, session_bus
  File "/usr/lib/python2.6/site-packages/SCRIBES/Globals.py", line 7, in <module>
    session_bus = SessionBus()
  File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 219, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 108, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 125, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[root@oxide m1ndrust]#

Revision history for this message
Mystilleef (mystilleef) wrote :

Try gksu scribes

Revision history for this message
m1ndrust (key-of-madness) wrote :

gksu works fine if i already autenticated myself, if not it crashes

Revision history for this message
Mystilleef (mystilleef) wrote :

Are using build 507?

Revision history for this message
m1ndrust (key-of-madness) wrote :

no, i'm using the 495, i installed it from the Arch Linux repositories

> Date: Wed, 11 Nov 2009 21:23:40 +0000
> From: <email address hidden>
> To: <email address hidden>
> Subject: [Bug 479951] Re: many error reports in the bash when opening scribes
>
> Are using build 507?
>
> --
> many error reports in the bash when opening scribes
> https://bugs.launchpad.net/bugs/479951
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Simple, Slim and Sleek Text Editor for GNOME: Confirmed
>
> Bug description:
> every time i launch scribes from the bash, or when i open from scribes a new document, many errore are reported in the bash... it's annoying because they fill the bash screen
>
>
> [m1ndrust@oxide ~]$ sudo scribes &
> [1] 3594
> [m1ndrust@oxide ~]$
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
> /usr/lib/python2.6/site-packages/SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/OpenToolButton.py:39: DeprecationWarning: Use the new widget gtk.Tooltip
> self.set_arrow_tooltip(Tooltips(), menu_tip, menu_tip)
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
> /usr/lib/python2.6/site-packages/SCRIBES/GUI/MainGUI/Toolbar/Toolbuttons/PreferenceToolButton.py:41: DeprecationWarning: Use the new widget gtk.Tooltip
> self.set_arrow_tooltip(Tooltips(), menu_tip, menu_tip)
>
> ** (Scribes:3594): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

_________________________________________________________________
Carica e scarica in un clic. Fino a 25 GB su SkyDrive
http://www.windowslive.it/skyDrive.aspx

Revision history for this message
pqzero (qiyanlai) wrote :

Regarding m1ndrust's words:
when i open from scribes a new document, many errore are reported in the bash...
On my Fedora 11 + Gnome + Scribes the 513 self-built, it doesn't repro.

It got the same error with m1ndrust's when starting with 'su -c' or root command line,
and 'beesu scribes' works with no boring console message (only 2 users in OS).

Revision history for this message
Gabe Gorelick (gabegorelick) wrote :

The atk_object_set_name: assertion `name != NULL' are just harmless warnings, related to bug #475426. Since that's the only error message that is in the bug report, I'm marking this as a duplicate of that bug. If you have other error messages, feel free to unmark this bug as a duplicate and limit the scope of this report to just those errors. Thank you.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.