Hellо.
Yesterday I’ve updated launcher on OS ver. 0.2. and Title bar has appeared. Can’t understand how to remove it
And boot screen also has changed.
Any advices?
Hellо.
Yesterday I’ve updated launcher on OS ver. 0.2. and Title bar has appeared. Can’t understand how to remove it
And boot screen also has changed.
Any advices?
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
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