View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4906
Artyom
reinstallation command will fix most of the problem... It's not important for me now...
Now I think I understand what happened... When you tried the full restore (tweak Z), probably you not activated D-2-1 before...
Now my commands have:
Code:
sed -i '138 s/large/x-large/g' /usr/share/meegotouch/virtual-keyboard/layouts/tr.xml
sed -i '106 s/large/x-large/;236 s/large/x-large/g' /usr/share/meegotouch/virtual-keyboard/layouts/symbols-39.xml
In original this files have "x-large" and because you not changed it before this command changed this word to "x-x-large"...
Probably this is a reason for small backspace that you got after full restore...
I already changed/fixed this commands to:
Code:
sed -i '138 s/\"large\"/\"x-large\"/g' /usr/share/meegotouch/virtual-keyboard/layouts/tr.xml
sed -i '106 s/\"large\"/\"x-large\"/;236 s/\"large\"/\"x-large\"/g' /usr/share/meegotouch/virtual-keyboard/layouts/symbols-39.xml
to prevent it in the future... Will be added to the next version...
 

The Following User Says Thank You to Schturman For This Useful Post: