I have tested it on 64bit and 32 bit, using phillipe's pkgbuild.
1. when I start lxdm on runlevel 5 via inittab it starts, bit when I try to start it as deamon, I get the following:
Code: Select all
/etc/rc.d/functions: line:200 /etc/rc.d/lxdm: no such file or directory
Line 200:
Code: Select all
start_daemon() {
/etc/rc.d/$1 start
}
wants to start lxdm but "lxdm" isn't there.
@phillipe: The pkgbuild should provide a shell script which launches "lxdm -d" when "/ect.rc.d/lxdm start" is started. Beside this, thx for uploading the pkgbuild.
2. "/usr/bin/lxsession -s LXDE" is using very much cpu power, means half of an "Intel Atom". This is only when I starting LXDE through LXDM.
3. When using sudo, I noticed, that auto completion is working, like:
but when I start it by hiting enter:
Code: Select all
sudo: lxterminal: command not found
when I use
everything works fine.
When I sue gdm this all works quite well. Maybe lxdm doesn't export some variables?
4. Is it possible to change the "theme", i mean this is not important at this stage of development, but if there is already a possibility
That's it so far, btw: very nice job.
maces