Re: Blackbox as default wm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





this file is used by the script: /etc/X11/prefdm
you could modify this script to handle blackbox but it may get overwritten by a future upgrade. there is likely some other way to do this but someone else will have to supply that info.


this is, i guess, the part of that script that you are referring to where I can modify it for blackbox:

# Run preferred X display manager
preferred=
if [ -f /etc/sysconfig/desktop ]; then
   . /etc/sysconfig/desktop
   if [ "$DISPLAYMANAGER" = GNOME ]; then
       preferred=gdm
   elif [ "$DISPLAYMANAGER" = KDE ]; then
       preferred=kdm
   elif [ "$DISPLAYMANAGER" = XDM ]; then
           preferred=xdm
   fi
fi

so I need to add

   elif [ "$DISPLAYMANAGER" = BLACKBOX]; then
           preferred=???? <--- what would i put here?

mike


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux