After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172578 - gnome-blog does not run
gnome-blog does not run
Status: RESOLVED DUPLICATE of bug 309279
Product: gnome-blog
Classification: Other
Component: Blog Applet
0.9.x
Other Linux
: High critical
: ---
Assigned To: GNOME blog maintainers
GNOME blog maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-04 05:42 UTC by Eugenia Loli-Queru
Modified: 2005-08-01 20:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eugenia Loli-Queru 2005-04-04 05:42:05 UTC
Distribution/Version: Arch Linux 0.7

configured and installed successfully gnome-blog, with prefix=/opt/gnome
However, it doesn't run:
 
 eugenia@lc2430:~> gnome-blog-poster
 /usr/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning:
 Module gnome.vfs is deprecated; please import gnomevfs instead
   DeprecationWarning)
 Using gconf_prefix /apps/gnome-blog
 /usr/lib/python2.4/site-packages/gnomeblog/rich_entry.py:21:
 GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
   self.set_editable(gtk.TRUE)
 Traceback (most recent call last):
  • File "/opt/gnome/bin/gnome-blog-poster", line 52 in ?
    app = BloggerApp()
  • File "/opt/gnome/bin/gnome-blog-poster", line 35 in __init__
    on_entry_posted=self._onEntryPosted)
  • File "/opt/gnome/lib/python2.4/site-packages/gnomeblog/blog_poster.py", line 41 in __init__
    gtkspell.Spell(self.blogEntry)  SystemError: NULL result without error in PyObject_Call

I have the latest stable py* stuff on my distro installed. The applet does not
load either: The panel encountered a problem while loading
"OAFIID:GNOME_BlogApplet".
Comment 1 Eugenia Loli-Queru 2005-04-04 05:44:48 UTC
Seth, I can't reassign to johnp@redhat.com as you suggested, the bugzilla tells
me that there is no such account here.
Comment 2 Tommi Komulainen 2005-05-15 20:27:36 UTC
gtkspell.Spell() can fail in many ways, for me it's complaining about missing
word lists.  The call should probably be guarded with try-except and gtkspell
use disabled if an exception gets thrown.
Comment 3 Olav Vitters 2005-05-19 18:56:59 UTC
Also reported in bug 164223 comment 5, marking new. Comment 2 seems the right
way to fix this.
Comment 4 Richard Schwarting 2005-08-01 20:08:45 UTC
Is this a dupe of #309279 ?
Comment 5 Eugenia Loli-Queru 2005-08-01 20:21:37 UTC
Could be, I don't know. That bug doesn't give any crash details.
Comment 6 Olav Vitters 2005-08-01 20:25:17 UTC
Bug 309279 has patch and disables gtkspell when it isn't working. This will fix
this bug.

*** This bug has been marked as a duplicate of 309279 ***