RGedit crashes gedit in Ubuntu 12.04 beta-1
Status: Beta
Brought to you by:
danded
Gedit would not start up in Ubuntu 12.04 beta-1. (Using gnome-fallback) you can see that gedit is initallizing in the lower panel but it never completes. I submitted this as https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/950973.
Synaptic installs an older version of Rgedit, 0.7.1.1-Gtk3-1. I'll try installing 0.7.1.2 and let you know if that works
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Problem also occurs with rgedit 0.7.1.2. Startup from a command prompt produces the following error messages:
john@john-EasyNote-MZ35:~$ gedit &
[1] 4016
john@john-EasyNote-MZ35:~$ /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
** WARNING **: Trying to register gtype 'GSocketMsgFlags' as flags when in fact it is of type 'GEnum'
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer' is smaller than the parent type's `GtkCellRenderer' class size
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed
from gtk import _gtk
[1]+ Segmentatiefout (geheugendump gemaakt) gedit
john@john-EasyNote-MZ35:~$
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
A solution is to delete ~/.rgedit-preferences (my home partition was also used by Ubuntu 10.04 which uses the gtk2 version of rgedit). Perhaps this problem could be avoided by storing .rgedit-preferences in the same folder as the rgedit plugin?