Xfce is very slow, part 2

Ralf Mardorf ralf.mardorf at alice-dsl.net
Tue Jan 28 14:29:20 CET 2014


On Tue, 2014-01-28 at 11:39 +0100, Hartmut Haase wrote:
> Hi Ralf,
> > Is it installed?
> sure.
> > fvwm.desktop
> This in /usr/share/xsessions
> > I would test what happens when using xfwm4.
> This my standard.
> I cannot find where/how to configure lightdem

You are unable to google (startpage)?

/etc/lightdm/lightdm.conf

However, if lightdm ignores the entry in /usr/share/xsessions your
*buntu isn't configured as a default *buntu is configured. Resp. what
greeter do you use?

Or try
$ grep SeatDefaults /etc/lightdm/lightdm.conf
[SeatDefaults]
# Uses settings from [SeatDefaults], any of these can be overriden by
setting them in this section.

Try to change it:
[SeatDefaults]
user-session=<session name>

You also could setup your Linux to use 

~/.xinitrc

an example:

case $1 in
xfce4)
      exec startxfce4
      ;;
xterm)
      exec xterm
      ;;
esac

But this is OT for this list and just your homework by using
Google/Start Page.



More information about the Xfce mailing list