LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   dbus-1.6.8 config (https://www.linuxquestions.org/questions/linux-from-scratch-13/dbus-1-6-8-config-4175436569/)

spiky0011 11-10-2012 12:32 PM

dbus-1.6.8 config
 
Hi

I have just installed dbus-1.6.8, on the page With the intention of building Gnome, it suggests adding to a start up file .xinitrc etc, of user, which would be the best/appropriate place, and how to word it "syntax".
The suggestion given
Code:

# Start the D-Bus session daemon
eval `dbus-launch`
export DBUS_SESSION_BUS_ADDRESS


stoat 11-10-2012 01:16 PM

I have always put something like this in my .xinitrc file...
Code:

exec dbus-launch startfluxbox &>>/dev/null
The redirect is just to keep less-than-useful messages off my login console screen which becomes visible for a moment when I shutdown or reboot (I don't like seeing those, even for a second).

P.S.: I don't use a display manager with my BLFS system. I used XDM in Arch. For that, I used the .xsession file copied from /etc/skel and .xinitrc as shown above (except with startxfce4 for XFCE). But if I remember correctly, the .xsession file merely executed the .xinitrc file. I don't think my .xsession file had anything else in it.


All times are GMT -5. The time now is 01:47 AM.