Bug in Launcher 1.23

need a little fix in /home/cpi/.bashrc

remove bottom part of .bashrc, starts at this line to the end

if [ -f /tmp/autologin ]
then
	rm -f /tmp/autologin
	mpd ~/.mpd.conf
	startx -- -nocursor > /dev/null 2>&1 
fi

Replace with:

if [ -f ~/launcher/.cpirc ]; then
   . ~/launcher/.cpirc
fi

In os v0.21 image, we changed ~/.bashrc

ps:
launchergo will have full features very soon

4 Likes