gnome-split-team team mailing list archive
-
gnome-split-team team
-
Mailing list archive
-
Message #00095
[Bug 655696] Re: impossible to execute gnome-split
Here is a possible fix for this bug.
Can someone (who have this bug) try to apply the patch in attachment?
bzr checkout bzr://respawner.fr/gnome-split/mainline/ gnome-split
cd gnome-split
patch -p0 < patch-lp-655696.patch
./configure libdir=/usr/lib/jni jardir=/usr/share/java
make
./gnome-split
** Patch added: "Possible fix"
https://bugs.launchpad.net/gnome-split/+bug/655696/+attachment/1777990/+files/patch-lp-655696.patch
--
You received this bug notification because you are a member of GNOME
Split developers, which is subscribed to GNOME Split.
https://bugs.launchpad.net/bugs/655696
Title:
impossible to execute gnome-split
Status in GNOME Split - File splitter for GNOME desktop:
In Progress
Bug description:
when I'm executing in my terminal after installing the ppa and the package I get this...
~$ gnome-split
UncaughtException in thread: main
Thread ID = 1
Thread prority = 5
Exception stacktrace:
org.gnome.glib.FatalError: GLib-GObject-WARNING
invalid (NULL) pointer instance
at org.gnome.gtk.GtkMenu.gtk_menu_new(Native Method)
at org.gnome.gtk.GtkMenu.createMenu(GtkMenu.java:59)
at org.gnome.gtk.Menu.<init>(Menu.java:74)
at org.gnome.split.gtk.widget.AreaStatusIcon.createIconMenu(AreaStatusIcon.java:76)
at org.gnome.split.gtk.widget.AreaStatusIcon.<init>(AreaStatusIcon.java:60)
at org.gnome.split.gtk.MainWindow.<init>(MainWindow.java:141)
at org.gnome.split.GnomeSplit.<init>(GnomeSplit.java:140)
at org.gnome.split.GnomeSplit.main(GnomeSplit.java:280)
ubuntu 10.04 netbook remix
Follow ups
References