lxinput errors Debian sid {Solved}

All questions and problems regarding LXDE components including LXSession, LXAppearance, GPicView, Leafpad, LXTerminal, Xarchiver, LXNM to be discussed here.

For PCManFM questions, please ask in the dedicated forum below.
Locked
craigevil
Posts: 31
Joined: Fri Jul 24, 2009 8:48 am
Location: down the rabbit hole
Contact:

lxinput errors Debian sid {Solved}

Post by craigevil »

Running Debian Sid, grabbed lxinput from incoming.debian.org. It totally fails to start from the menu and from lxterminal it throws a bunch gtk errors. No other issues.

Code: Select all

$ lxinput

(lxinput:20610): Gtk-CRITICAL **: gtk_dialog_set_alternative_button_order: assertion `GTK_IS_DIALOG (dialog)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_range_set_value: assertion `GTK_IS_RANGE (range)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_range_set_value: assertion `GTK_IS_RANGE (range)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_range_set_value: assertion `GTK_IS_RANGE (range)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_range_set_value: assertion `GTK_IS_RANGE (range)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_toggle_button_set_active: assertion `GTK_IS_TOGGLE_BUTTON (toggle_button)' failed

(lxinput:20610): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(lxinput:20610): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(lxinput:20610): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(lxinput:20610): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(lxinput:20610): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(lxinput:20610): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(lxinput:20610): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(lxinput:20610): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(lxinput:20610): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(lxinput:20610): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(lxinput:20610): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(lxinput:20610): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_dialog_run: assertion `GTK_IS_DIALOG (dialog)' failed

(lxinput:20610): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
Last edited by craigevil on Fri Aug 07, 2009 4:15 am, edited 1 time in total.
Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: lxinput errors Debian sid

Post by Marty Jack »

Sounds like gtkbuilder file missing. Should be in /usr/share/lxinput/lxinput.ui (or /usr/local/share).
craigevil
Posts: 31
Joined: Fri Jul 24, 2009 8:48 am
Location: down the rabbit hole
Contact:

Re: lxinput errors Debian sid

Post by craigevil »

Seems the debian package that is in incoming.debian.org has issues. I compiled it then used checkinstall to build the .deb and it works just fine.

It does give an error when opened in a terminal but only at exit:
$ lxinput

(lxinput:14410): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed

But other than that it works.
Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: lxinput errors Debian sid

Post by Marty Jack »

Those atom_to_xatom assertions are all over the place in recent GTK releases.
craigevil
Posts: 31
Joined: Fri Jul 24, 2009 8:48 am
Location: down the rabbit hole
Contact:

Re: lxinput errors Debian sid

Post by craigevil »

Marty Jack wrote:Those atom_to_xatom assertions are all over the place in recent GTK releases.
yes just noticed its not confined to lxinput.

(leafpad:31179): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
Locked