Displaying 2 results from an estimated 2 matches for "dbus_session_bus_windowid".
2016 Dec 16
4
deleted .dbus/sessions-bus/[fn]
greetings.
while using rsync to copy /root/* from tower box to laptop computer, i
accidentally over wrote .dbus/sessions-bus/[fn] on laptop computer.
ran extensive web search, including;
http://www.freedesktop.org/software/dbus/
to find how to replace or recreate file, only to find everything about
what it does and why.
question is, how do i recreate, short of re-installing from .iso?
2016 Dec 16
0
deleted .dbus/sessions-bus/[fn]
...nvironment variable is set, it will
# be used rather than this file.
# See "man dbus-launch" for more details.
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-[[random-string-here]],guid=[[your-personal-dbus-session-adress]]
DBUS_SESSION_BUS_PID=[[the pid of your personal dbus instance]]
DBUS_SESSION_BUS_WINDOWID=[[your top-most window id]]
[/code]
as neither this file nor the directories ~/.dbus/sessions-bus/ are in
/etc/skeleton, I must assume that they are recreated at user-login, if
they are missing or contain invalid information.
IOW, remove the file, login, and it should get recreated.
- Yamaba...