Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-23 Thread Steven Chamberlain
affects 631968 + lightdm thanks I see that the same glib2.0 patch also fixes lightdm. On kfreebsd-amd64 I can confirm the report below that it shows only a blank screen. With this glib2.0 patch it works correctly. The issue was not filed yet in the BTS but reported recently at: http://lists.de

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-23 Thread Steven Chamberlain
reassign 631968 libglib2.0-0 found 631968 glib2.0/2.33.12+really2.32.4-2 affects 631968 gnome-terminal tags 631968 + confirmed patch thanks Hi! On 22/10/12 17:33, Simon McVittie wrote: >> I wonder whether this is to do with GDBus not supporting credentials-passing >> for authentication on kFreeBS

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
retitle 631968 gnome-terminal: fails to start on kFreeBSD clone 631968 -1 -2 retitle -1 gnome-terminal: should recommend dbus-x11 severity -1 important retitle -2 gnome-terminal: no error message when unable to join D-Bus session severity -2 important thanks On Mon, 22 Oct 2012 at 10:13:35 +0100,

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Steven Chamberlain
Hi, On 22/10/12 12:55, Samuel Thibault wrote: > Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit : >> (I can't help wondering why anyone would ever try to use an X11 terminal >> emulator *without* a graphical X11 session...) > > An X11 environment does *not* imply a dbus session. The o

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Samuel Thibault
Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit : > On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote: > > On 05/07/12 01:05, Simon McVittie wrote: > > > You don't need all of GNOME, but you do need a D-Bus session. > > > [...] > > > > > > $ eval `dbus-launch --sh-synt

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote: > On 05/07/12 01:05, Simon McVittie wrote: > > You don't need all of GNOME, but you do need a D-Bus session. > > [...] > > > > $ eval `dbus-launch --sh-syntax` > > $ xvfb-run gnome-terminal -e "mkdir /tmp/hello" > > With a D

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-07-08 Thread Steven Chamberlain
found 631968 3.4.1.1-1 thanks On 05/07/12 01:05, Simon McVittie wrote: > You don't need all of GNOME, but you do need a D-Bus session. > [...] > > $ eval `dbus-launch --sh-syntax` > $ xvfb-run gnome-terminal -e "mkdir /tmp/hello" Thank you for that. The exit without error message was ve

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-04-06 Thread Steven Chamberlain
> static void > name_lost_cb (GDBusConnection *connection, > const char *name, > gpointer user_data) For me, gnome-terminal 3.2.1 aborts here on kfreebsd-i386: > /* Couldn't get the connection? No way to continue! */ > if (connection == NULL) { > data->exit_cod

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-04-06 Thread Steven Chamberlain
found 631968 gnome-terminal/3.2.1-2 found 631968 gnome-terminal/3.4.0.1-1 thanks Hi, Nothing new; just checked that this is still happening in new versions. ktrace excerpt right before it exits with status 1 and no error message: > 88741 gnome-terminal CALL poll(0xbfbfe3b8,0x1,0x) >

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-29 Thread Timo Juhani Lindfors
Robert Millan writes: > 2011/6/29 Robert Millan : >> $ gnome-terminal >> $ echo $? >> 1 I can reproduce problem on kfreebsd-i386. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Robert Millan
2011/6/29 Robert Millan : > $ gnome-terminal > $ echo $? > 1 Btw, here's ktrace.out, in case this helps. -- Robert Millan ktrace.out.xz Description: Binary data

Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Robert Millan
2011/6/28 Petr Salinger : > What is the real problem ? > What does gnome-terminal when runs directly ? There isn't much to see: $ gnome-terminal $ echo $? 1 > In general, it is possible to generate core_dump and use gdb at it, Any idea how to force it to dump core? (tried ulimit -c, no luck) -

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Robert Millan
Package: gnome-terminal Version: 3.0.1-1 Severity: grave User: debian-bsd@lists.debian.org Usertags: kfreebsd (this bug most likely needs reassigning, but I don't know where, so filing it on the application that exhibits the symptom) gnome-terminal aborts on start, with unknown signal: rmh@dimon