How do I ensure I have a dbus user session running? Those links just lead to forum posts with varying issues and I'm not sure which to follow.
Here are the dbus-related process I have running:
jamie@localhost ~ $ ps -elfww | grep -i dbus
5 S message+ 2244 1 0 80 0 - 1248 - 22:37 ? 00:00:00 /usr/bin/dbus-daemon --system
1 S jamie 3062 1 0 69 -11 - 1099 do_sel 22:39 ? 00:00:00 dbus-launch --autolaunch d356cf66315c624d08f86cb063dc4f82 --binary-syntax --close-stderr
1 S jamie 3069 1 0 69 -11 - 1248 do_epo 22:39 ? 00:00:00 /usr/bin/dbus-daemon --syslog-only --fork --print-pid 5 --print-address 7 --session
0 S jamie 3104 3099 0 69 -11 - 1186 do_epoc 22:39 ? 00:00:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 10 --address=unix:path=/run/user/1000/at-spi/bus_1
0 S jamie 5251 3998 0 80 0 - 1683 pipe_r 23:15 pts/1 00:00:00 grep --colour=auto -i dbus
jamie@localhost ~ $
--