I am setting up a test core with the latest snapshot of 10.04 and it stops after the AVWizard with the following.
snapshot version 1004-201203181915
/etc/rc2.d/S99Linuxmce: line 153: [: : integer expression expected
/etc/rc2.d/S99Linuxmce: line 177: [: : integer expression expected
.....starts other services
/etc/rc2.d/S99Linuxmce: line 212: [: : integer expression expected
Starting LinuxMCE Launch Manager ... ok
AVwizard completes fine but no Sarah?
Yeah... I know... Im workin on it.
OK Thanks. I will wait for next build or go back to the beta.
Quote from: gadget on March 20, 2012, 04:43:06 AM
OK Thanks. I will wait for next build or go back to the beta.
Well... if you wanted to you could find dvd-installer.sh firstboot and postinst.sh which are supposed to live in /root/new-installer, move them there, and then run /root/new-installer/postinst.sh and see if it glows. Will reboot when done... probably load avwizard again... and maybe, just maybe get to sarah.
If you want to see which snapshot work.
Please visit
http://wiki.linuxmce.org/index.php/Snapshot_overview
If you have better knowledge, please update it.
Thanks l3mce. Latest snapshot 201203211118 completes the install. Only thing so-far is that I can't use orbiter to get to the desktop.
Thanks for the update.
gadget.
You can get to desktop by doing the following:
sudo chattr -i /etc/X11/default-display-manager
sudo me=$(grep ':1000:1000:' /etc/passwd | cut -d':' -f1)
sudo chown -R $me.$me /home/$me/.kde
sudo reboot
This will be fixed on later snapshots.
Thanks l3mce. Desktop working now.
gadget.