Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: gio/pcmanfm sftp:// "operation not supported"
Date: Wed, 26 Oct 2022 17:51:24
Message-Id: tjbs2i$nch$1@ciao.gmane.io
In Reply to: [gentoo-user] Re: gio/pcmanfm sftp:// "operation not supported" by Grant Edwards
1 On 2022-10-26, Grant Edwards <grant.b.edwards@×××××.com> wrote:
2
3 > The problem wasn't that the daemon was missing. There is a DBUS
4 > daemon, and other things that use DBUS (e.g. notifications) work fine.
5 >
6 > What was apparently missing was a "session"
7 >
8 > $ set | grep dbus
9
10 (same result with "grep DBUS")
11
12 > $ dbus-launch bash
13 >
14 > $ set | grep DBUS
15 > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-45cBmpKpTX,guid=b783eda6500beba7132e450b63596c64
16
17 Where is one supposed to strat a DBUS session? Should ssh logins have
18 one? Should each X session have one? Should each console login have
19 one? Should every bash instance have one?