Closed GoogleCodeExporter closed 9 years ago
This patch should fix issuse 16.
Fix the file path "/.fbtermrc" to "/root/.fbtermrc" :
Add "export HOME=/root" to /bin/login.sh.
cat > /bin/login.sh << eof
#!/bin/sh
export LANG=zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
export HOME=/root
exec /usr/bin/fbterm -i /usr/bin/fbterm_ucimf /bin/login
eof
Original comment by ericzhao...@gmail.com
on 9 Apr 2009 at 2:09
Attachments:
Thanks again for your patch!
These bugs will be fixed in version 1.5
Original comment by zgchan...@gmail.com
on 11 Apr 2009 at 2:39
please verify it with version 1.5
Original comment by zgchan...@gmail.com
on 26 Apr 2009 at 2:33
It's fine running "sleep 3; fbterm".
But I get a segfault, same as Issue 15 Comment 4.
1. run "sleep 3; fbterm -i fbterm_ucimf". OK
2. Press Ctrl_Space. OK
3. Press any key, fbterm_ucimf exit with a segfault.
Original comment by ericzhao...@gmail.com
on 28 Apr 2009 at 4:25
It's fine with fbterm_ucimf-0.2.5.
Thanks!
Original comment by ericzhao...@gmail.com
on 28 Apr 2009 at 5:50
Original comment by zgchan...@gmail.com
on 4 May 2009 at 3:59
Original issue reported on code.google.com by
ericzhao...@gmail.com
on 8 Apr 2009 at 2:57