From: Chris Conroy <Chris.Conroy@hillcrestlabs.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: dbus error when running menuconfig in konsole
Date: Tue, 15 Dec 2009 17:34:12 -0500 [thread overview]
Message-ID: <1260916452.4230.5.camel@conroy-linux> (raw)
In-Reply-To: <4B280B09.2010300@soundmetrics.com>
On Tue, 2009-12-15 at 14:17 -0800, John Faith wrote:
> Hello,
> I just moved my oe development tree from an old gnome setup to a new
> kde/kubuntu 9.10 machine. After doing things like changing sh symlink
> from dash to bash, and changing TERMCMD in bitbake.conf to konsole from
> gnome-terminal, when I try 'bitbake -c menuconfig virtual/kernel' I get:
>
> KUniqueApplication: Cannot find the D-Bus session server:
> "/bin/dbus-launch terminated abnormally with the following error: No
> protocol specified
> | Autolaunch error: X11 initialization failed."
>
> Doing 'xhost +local:' before bitbake gets me a brief flash of konsole,
> and I am able to run menuconfig in a running konsole, but still no
> menuconfig in the new konsole window. As an experiment, I changed the
> KONSOLE_TERMCMDRUN in bitbake.conf to '${KONSOLE_TERMCMD} -e vi' and
> that runs fine in the new window.
>
> Any ideas on how to debug this further?
>
> Thanks,
> John
I just happened to be fighting dbus issues (unrelated to OE) for the
past day or so.
DBus has an odd dependency (IMHO) on X11, and it uses X11 to figure out
what the current running dbus session is.
If you run 'dbus-launch --auto-syntax', it should output some export
statements. If you run those in your shell and then run your dbus aware
application, it should be able to connect to that bus.
Though, I have no clue why make menuconfig on the kernel would trigger
anything even close to dbus related, but perhaps the above info is
helpful to you since it took me a while to track it down. It appears
there aren't a ton of people running dbus in a sans-X11 environment...
--Chris
next prev parent reply other threads:[~2009-12-15 22:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-15 22:17 dbus error when running menuconfig in konsole John Faith
2009-12-15 22:34 ` Chris Conroy [this message]
2009-12-15 22:47 ` John Faith
2009-12-15 23:42 ` Peter Gsellmann
2009-12-16 1:41 ` John Faith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1260916452.4230.5.camel@conroy-linux \
--to=chris.conroy@hillcrestlabs.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.