m4r0v3r
|
2014-01-30
, 10:35
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#121
|
|
2014-01-30
, 18:15
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#122
|
|
2014-01-30
, 20:44
|
Posts: 73 |
Thanked: 16 times |
Joined on May 2012
@ THESSALONIKI GREECE
|
#123
|
It's late so I can't write an advanced guide but here's a quick overview. You have to enter the following commands in terminal. Stuff after # are comments, you don't need to type them (not that it does any harm if you do)
You will be asked for password. Nothing will show up when you type the password but don't worry. The password is the one which you entered when you enabled developer modeCode:devel-su
After successfully entering password, press enter and the terminal prompt should change from bash-3.2$ to bash-3.2#
If you want to be able to switch between greek and english with the touch of a button, do the following instead of the above (all other languages will be disabled)Code:cd /usr/share/maliit/plugins/com/jolla/layouts curl -O http://play.qwazix.com/jolla_layouts/el.qml curl http://play.qwazix.com/jolla_layouts/layoutsappend.conf >> layouts.conf
For the changes to be applied exit root and restart the keyboard serverCode:cd /usr/share/maliit/plugins/com/jolla/layouts curl -O http://play.qwazix.com/jolla_layouts/quick_switch/el.qml mv en.qml en.qml.bak #back up old english layout curl -O http://play.qwazix.com/jolla_layouts/quick_switch/en.qml mv layouts.conf layouts.conf.bak #back up old layout configuration curl -O http://play.qwazix.com/jolla_layouts/quick_switch/layouts.conf curl -O http://play.qwazix.com/jolla_layouts/quick_switch/globe.png
or justCode:systemctl --user restart maliit-server.service
EnjoyCode:killall maliit-server
|
2014-01-31
, 11:56
|
Posts: 4 |
Thanked: 2 times |
Joined on Jan 2014
|
#124
|
Maybe everybody knows this, but I was not aware -- if you create backup of layouts.conf, rename and leave .conf suffix, keyboards starts to multiply and after few switches active keyboard dissappear.
This gave me idea that maalit will read all conf files in /usr/share/maliit/plugins/com/jolla/layouts/.
So what I did -- instead of modifying original "layouts.conf" with additional definitions I made new "custom-layouts.conf" file and filled with custom keyboards.
I don't know if this is "proper" way, but it works. Usefull? Maybe
|
2014-01-31
, 16:23
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#125
|
I updated my post with RPM files, ready to installation
http://talk.maemo.org/showpost.php?p...&postcount=106
|
2014-01-31
, 19:15
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#126
|
|
2014-01-31
, 19:28
|
Posts: 144 |
Thanked: 242 times |
Joined on Nov 2007
@ Finland
|
#127
|
|
2014-01-31
, 21:24
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#128
|
Overwriting system files in with RPMs offered for others to download is not very nice thing.
|
2014-01-31
, 21:26
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#129
|
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2014-02-02
, 02:08
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#130
|