|
2013-12-24
, 13:23
|
Posts: 22 |
Thanked: 18 times |
Joined on Oct 2012
|
#42
|
Hi! I need some help. I have placed the code under
named asCode:/usr/share/maliit/plugins/com/jolla/layouts
Then, in layouts.conf I have introduced the following 2 lines:Code:ls -l el.qml -rw-r--r-- 1 root root 4041 2013-12-24 11:28 el.qml
UpDate: I changed that to Greek, although it should not be important, right?Code:[el.qml] name=Hellenic languageCode=EL
I have restarted Sailfish. I can't see a way to identify the "EL" under the languages in the settings. What am I doing wrong?
Thanks for any hint.
|
2013-12-24
, 15:50
|
Posts: 259 |
Thanked: 161 times |
Joined on Aug 2012
@ Athens, GR
|
#43
|
Hi! I need some help. I have placed the code under
named asCode:/usr/share/maliit/plugins/com/jolla/layouts
Then, in layouts.conf I have introduced the following 2 lines:Code:ls -l el.qml -rw-r--r-- 1 root root 4041 2013-12-24 11:28 el.qml
Code:[el.qml] name=Hellenic languageCode=EL
I have restarted Sailfish. I can't see a way to identify the "EL" under the languages in the settings. What am I doing wrong?
Thanks for any hint.
CharacterKey { caption: "τ"; captionShifted: "Τ"; symView: "5"; symView2: "₹" }
symView2: "₹"
|
2013-12-24
, 17:24
|
Posts: 4 |
Thanked: 12 times |
Joined on Dec 2013
@ Zagreb
|
#44
|
systemctl --user restart maliit-server.service
|
2013-12-24
, 22:42
|
Posts: 245 |
Thanked: 233 times |
Joined on May 2010
@ Ljubljana, Slovenia
|
#45
|
And here is the Croatian qwertz layout:
http://zirconium.zrs.hr/~dcihlar/jolla/hr.qml (Screenshot)
After adding a new layout, it's possible to restart only the maliit server instead of the whole device:
Btw, I was looking through the sources and it looks like there is no way to add layouts into the user directory without modifying system files (LayoutLoader.qml for example).Code:systemctl --user restart maliit-server.service
|
2013-12-24
, 23:07
|
Posts: 123 |
Thanked: 108 times |
Joined on Oct 2008
@ Prague, Czech
|
#46
|
Hi Kaacz! :-) I think that original idea was to store accents like key => value array. So accent should be before accented char.
The Following User Says Thank You to Kaacz For This Useful Post: | ||
|
2013-12-25
, 01:06
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#47
|
Kindly share how you moved el.qml from source path to target path and also how to edit the layouts.comf?
noob alert
Also there is a problem with this line:
I get little square in notepad++ in place of character between quotes forCode:CharacterKey { caption: "τ"; captionShifted: "Τ"; symView: "5"; symView2: "₹" }. Will this show as character or little square in Jolla? In notepad++ I used Encoding in UTF-8 Without BOM to create the el.qml. Which encoding should be used?Code:symView2: "₹"
|
2013-12-25
, 02:09
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#48
|
Yeah, would probably help (also the arrows should be able to work with shift pressed). This however is a browser bug and would probably be fixed. Actually the browser does have quite a few bugs, I wonder if they have a public bug tracker for it...
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-12-25
, 21:28
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#49
|
At least I think, because of many references I found in /usr/share/maliit/, it uses Nuances XT9 prediction. XT9 is available in many languages, so that's good, but it's closed source and I can't find the place where the dictionaries are stored...
Maybe it's a good start to find out in which format they're stored, where they are located and if it is possible to add other languages, like Dutch. It could be doable since we've got an open source dictionary team, found here.
The Following 5 Users Say Thank You to Bundyo For This Useful Post: | ||
|
2013-12-25
, 21:57
|
Posts: 3 |
Thanked: 1 time |
Joined on Dec 2013
|
#50
|
Hi! I need some help. I have placed the code under
named asCode:/usr/share/maliit/plugins/com/jolla/layouts
Then, in layouts.conf I have introduced the following 2 lines:Code:ls -l el.qml -rw-r--r-- 1 root root 4041 2013-12-24 11:28 el.qml
I have restarted Sailfish. I can't see a way to identify the "EL" under the languages in the settings. What am I doing wrong?Code:[el.qml] name=Hellenic languageCode=EL
Thanks for any hint.
The Following User Says Thank You to fotis For This Useful Post: | ||
Thanks for any hint.