Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-10-27 Thread Yves-Alexis Perez
Andreas Pakulat wrote:
 Package: xfce4-terminal
 Version: 0.2.4-3
 Severity: minor
 
 Hi,
 
 I just saw this:
 
 LANG=C xfce4-terminal
 Unable to register terminal service: D-BUS error 
 org.freedesktop.DBus.Error.Failed: Unable to determine the address of the 
 message bus
 
 when I started xfce4-terminal from a xterm. However dbus is up and
 running:
 
 113   3692 1  0 13:51 ?00:00:00 /usr/bin/dbus-daemon-1 
 --system
 
 and I did not change any dbus or xfce4-terminal configuration (except
 for the font used).

Could you try the following steps:

* check if there is a $DBUS_SESSION_BUS_ADDRESS environnment variable
* if not, run dbus-launch. It outputs two environnement variable, please
set the session bus address (export
DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-1WiVWpbJFg' for example)
* try to run xfce4-terminal from this terminal.

If it work, your dbus install is right, but dbus-launch isnt run when
you log in in gdm. Have you changed the init script (startxfce4) or
something else ?


-- 
Yves-Alexis Perez


signature.asc
Description: OpenPGP digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-10-27 Thread Andreas Pakulat
On 27.10.05 11:02:48, Yves-Alexis Perez wrote:
 Andreas Pakulat wrote:
 * check if there is a $DBUS_SESSION_BUS_ADDRESS environnment variable

It's not set.

 * if not, run dbus-launch.

Can't, cause dbus-1-utils is not installed.

 It outputs two environnement variable, please
 set the session bus address (export
 DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-1WiVWpbJFg' for example)
 * try to run xfce4-terminal from this terminal.

That works.

 If it work, your dbus install is right, but dbus-launch isnt run when

How should it be run, if it's not installed?

 you log in in gdm.

I'm logging in via kdm not gdm, but kdm launches dbus-launch too...

 Have you changed the init script (startxfce4) or something else ?

No. But xfce4-terminal only Recommends dbus-1-utils and thus it wasn't
installed when I installed xfce4-terminal... Hmm, maybe you could add a
little note to README.Debian of xfce4-terminal that for dbus-support to
work one needs to install dbus-1-utils?

Andreas

-- 
Your supervisor is thinking about you.


pgpP509JIyhWi.pgp
Description: PGP signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-10-27 Thread Yves-Alexis Perez
Andreas Pakulat wrote:
 On 27.10.05 11:02:48, Yves-Alexis Perez wrote:
 
Andreas Pakulat wrote:
* check if there is a $DBUS_SESSION_BUS_ADDRESS environnment variable
 
 
 It's not set.
 
 
* if not, run dbus-launch.
 
 
 Can't, cause dbus-1-utils is not installed.

[snip]

ok, that's why. We lose so much time because in the first mail i saw:


ii  dbus-1-utils  0.23.4-3   simple interprocess
messaging syst

Just install dbus-1-utils, logout and lock back in, it should work.


 No. But xfce4-terminal only Recommends dbus-1-utils and thus it wasn't
 installed when I installed xfce4-terminal... Hmm, maybe you could add a
 little note to README.Debian of xfce4-terminal that for dbus-support to
 work one needs to install dbus-1-utils?

Yes, you're right, next version of the package will have this note. If
everything work when you install dbus-1-utils, could I close the bug ?

-- 
Yves-Alexis Perez


signature.asc
Description: OpenPGP digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-30 Thread Emanuele Rocca
* Andreas Pakulat [EMAIL PROTECTED], [2005-08-29 23:12 +0200]:
  On 29.Aug 2005 - 20:41:15, Emanuele Rocca wrote:
   Could you please post the output of ps xaf|grep dbus?
  
   4374 ?Ss 0:00 /usr/bin/dbus-daemon-1 --system

Do you start your xfce session with startxfce4?

On my own system I cannot reproduce the bug, and this is what 
ps xaf|grep dbus says here:

 4731 ?Ss 0:00 /usr/bin/dbus-daemon-1 --system
 5203 ?Ss 0:00  \_ /usr/bin/ssh-agent /usr/bin/ssh-agent 
/usr/bin/dbus-launch --exit-with-session startxfce4
 5204 ?Ss 0:00  \_ /usr/bin/ssh-agent /usr/bin/dbus-launch 
--exit-with-session startxfce4
 5207 ?S  0:00 /usr/bin/dbus-launch --exit-with-session startxfce4
 5208 ?Ss 0:00 dbus-daemon-1 --fork --print-pid 8 --print-address 6 
--session

ciao,
ema


signature.asc
Description: Digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-30 Thread Andreas Pakulat
On 30.Aug 2005 - 10:28:45, Emanuele Rocca wrote:
 * Andreas Pakulat [EMAIL PROTECTED], [2005-08-29 23:12 +0200]:
   On 29.Aug 2005 - 20:41:15, Emanuele Rocca wrote:
Could you please post the output of ps xaf|grep dbus?
   
4374 ?Ss 0:00 /usr/bin/dbus-daemon-1 --system
 
 Do you start your xfce session with startxfce4?

That was actually under KDE session and normally I start XFCE4 by using 
startx /usr/bin/xfce4-session or using the xfce session from KDM.

 On my own system I cannot reproduce the bug, and this is what 
 ps xaf|grep dbus says here:

Even when starting XFCE4 with startxfce4, I only get that one line
above for ps axf.

Andreas

-- 
Your goose is cooked.
(Your current chick is burned up too!)


pgpV8Q0axEMKC.pgp
Description: PGP signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-30 Thread Cyril Brulebois
Emanuele Rocca [EMAIL PROTECTED] (30/08/2005):
 Do you start your xfce session with startxfce4?
I use gdm.

 On my own system I cannot reproduce the bug, and this is what 
 ps xaf|grep dbus says here:
 
  4731 ?Ss 0:00 /usr/bin/dbus-daemon-1 --system
  5203 ?Ss 0:00  \_ /usr/bin/ssh-agent /usr/bin/ssh-agent 
 /usr/bin/dbus-launch --exit-with-session startxfce4
  5204 ?Ss 0:00  \_ /usr/bin/ssh-agent 
 /usr/bin/dbus-launch --exit-with-session startxfce4
  5207 ?S  0:00 /usr/bin/dbus-launch --exit-with-session startxfce4
  5208 ?Ss 0:00 dbus-daemon-1 --fork --print-pid 8 --print-address 
 6 --session

Neither can I. But ps xaf|grep dbus says:
 9368 ?Ss 0:00 /usr/bin/dbus-daemon-1 --system

Sorry not to be able to give more infos.

Ciao,

-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-30 Thread Emanuele Rocca
* Andreas Pakulat [EMAIL PROTECTED], [2005-08-23 18:51 +0200]:
  I just saw this:
  
  LANG=C xfce4-terminal
  Unable to register terminal service: D-BUS error 
 org.freedesktop.DBus.Error.Failed: Unable to determine the address of the 
 message bus

I am able to reproduce this error unsetting the DBUS_SESSION_BUS_ADDRESS
environment variable. 

Is $DBUS_SESSION_BUS_ADDRESS set to some value on your machine?

Thanks.
ciao,
ema


signature.asc
Description: Digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-30 Thread Cyril Brulebois
Emanuele Rocca [EMAIL PROTECTED] (30/08/2005):
 I am able to reproduce this error unsetting the DBUS_SESSION_BUS_ADDRESS
 environment variable. 
 
 Is $DBUS_SESSION_BUS_ADDRESS set to some value on your machine?
It is not set on mine. I still can't reproduce.

See ya,

-- 
Cyril Brulebois


signature.asc
Description: Digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-30 Thread Andreas Pakulat
On 30.Aug 2005 - 17:28:53, Emanuele Rocca wrote:
 * Andreas Pakulat [EMAIL PROTECTED], [2005-08-23 18:51 +0200]:
   I just saw this:
   
   LANG=C xfce4-terminal
   Unable to register terminal service: D-BUS error 
  org.freedesktop.DBus.Error.Failed: Unable to determine the address of the 
  message bus
 
 I am able to reproduce this error unsetting the DBUS_SESSION_BUS_ADDRESS
 environment variable. 
 
 Is $DBUS_SESSION_BUS_ADDRESS set to some value on your machine?

It's not set, at least not in an xterm started from within a KDE
session.

Also it is not set when logging in on tty1

Andreas

-- 
A vivid and creative mind characterizes you.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-29 Thread Emanuele Rocca
Hello Andreas,

* Andreas Pakulat [EMAIL PROTECTED], [2005-08-23 18:51 +0200]:
  LANG=C xfce4-terminal
  Unable to register terminal service: D-BUS error 
 org.freedesktop.DBus.Error.Failed: Unable to determine the address of the 
 message bus
  
  when I started xfce4-terminal from a xterm. However dbus is up and
  running:
  
  113   3692 1  0 13:51 ?00:00:00 /usr/bin/dbus-daemon-1 
 --system

Could you please post the output of ps xaf|grep dbus?

Thanks.
ciao,
ema


signature.asc
Description: Digital signature


Bug#324721: [Pkg-xfce-devel] Bug#324721: xfce4-terminal doesn't work with dbus-1

2005-08-29 Thread Andreas Pakulat
On 29.Aug 2005 - 20:41:15, Emanuele Rocca wrote:
 Hello Andreas,
 
 * Andreas Pakulat [EMAIL PROTECTED], [2005-08-23 18:51 +0200]:
   LANG=C xfce4-terminal
   Unable to register terminal service: D-BUS error 
  org.freedesktop.DBus.Error.Failed: Unable to determine the address of the 
  message bus
   
   when I started xfce4-terminal from a xterm. However dbus is up and
   running:
   
   113   3692 1  0 13:51 ?00:00:00 /usr/bin/dbus-daemon-1 
  --system
 
 Could you please post the output of ps xaf|grep dbus?

 4374 ?Ss 0:00 /usr/bin/dbus-daemon-1 --system

Andreas

-- 
You will never know hunger.


pgp7twYdNcxpp.pgp
Description: PGP signature