Can't remove title bar in Launcher

Hellо.
Yesterday I’ve updated launcher on OS ver. 0.2. and Title bar has appeared. Can’t understand how to remove it :frowning:
And boot screen also has changed.

Any advices?

IMG_0563 IMG_0564

1 Like

I have the same problem - the battery went empty and the gameshell turned off, I plugged it to the power and it turned on like this. clockwork OS 0.21

2 Likes

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

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

if [ -f /tmp/autologin ]
....

Replace with:

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

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

4 Likes