05:02:26 #startmeeting i18n 05:02:26 Meeting started Thu Feb 3 05:02:26 2011 UTC. The chair is tagoh. Information about MeetBot at http://wiki.debian.org/MeetBot. 05:02:26 Useful Commands: #action #agreed #halp #info #idea #link #topic. 05:02:32 #meetingname i18n 05:02:32 The meeting name has been set to 'i18n' 05:02:45 #topic agenda 05:02:54 https://fedoraproject.org/wiki/I18N/Meetings/2011-02-03 05:03:16 who else here today? 05:04:38 hi 05:05:02 hi 05:05:52 hi 05:06:10 hi 05:06:53 ok, let's get started. 05:06:59 #topic F15 05:07:35 hi 05:07:58 Feature Freeze and branching f15 from rawhide is coming next Tuesday, 8th of February. 05:09:00 so if you are planning to make any changes of deps, adding any features etc, please make sure if you've done that before that 05:09:50 guess we may miss new fontconfig and fixes in the font packages against it perhaps, but anyway 05:10:21 yay to branching 05:11:12 any updates on features? 05:12:21 I reviewed the text and improved it a both for both 05:12:52 I think paragan said there were some more questions from fesco (for typingbooster at least) 05:12:52 cool 05:13:13 * juhp is not sure he will ever grow to like that name... ;) 05:13:27 sure. from the meeting log, it seems approved though. good to clarify if there are any questions :) 05:14:16 yes they were asking about forking of ibus-table 05:14:40 ah 05:14:45 aha 05:14:56 I thought we should discuss it here.... 05:14:59 and whether indic ibus-table and ibus-table can be installed without any conflict 05:15:02 maybe in the IM section? 05:15:10 juhp: ok. 05:15:14 sure it would be renamed... 05:15:40 but it is a F15 feature - so maybe makes more sense to take it here dunno 05:15:52 I don't mind either 05:15:58 pravins: around? 05:16:59 juhp: yeah 05:17:02 btw no issues to proceed RupeeSign feature so far? 05:17:07 hi all 05:17:30 pravins: hi 05:18:11 tagoh, yes RupeeSign feature is approved and ok now 05:18:22 paragan: ok, good 05:18:40 I will check log once and answer those questions 05:19:02 paragan: I think we already answered the question about forking - was there a newer question? 05:19:44 yeah, right 05:20:10 juhp, no new questions then 05:21:18 any concerns or something you want to raise here for f15 so far? 05:21:41 pravins: although I have kind of said might be ok to fork if we have to - I would prefer to fix ibus-table first and then see if really need to fork it now or later 05:22:27 juhp: ibus-table need support of wildcard 05:22:36 for indic stuff wildcard is not required presently 05:22:39 anyway seems bigger problem is ibus-table performance 05:22:44 oh 05:22:46 ok 05:23:08 pravins: so what does it need? 05:23:32 juhp: different algorithm 05:23:46 1) mapping file for indic inscript 05:23:58 pravins: scim-tables is using a different algorithm to ibus-table? 05:24:07 juhp: no 05:24:07 aha 05:24:29 only common thing with indic and ibus/scim table is searching in database 05:24:30 ok you want to add support for indic maps :) 05:24:48 but there are something comes in-between before querying to database 05:25:01 those are customization 05:25:11 ok I understand now 05:25:19 thought maybe that was in the data 05:25:39 pravins: so why is scim-tables better than ibus-table? just performance? 05:25:52 juhp: yes, performance 05:25:56 ah 05:26:00 size of databse 05:26:16 ease of adding add removing phrases from user side 05:26:17 pravins: cos originally ibus-table was not working at all?? i thought 05:27:01 seems I am quite confused... 05:27:09 juhp: even me too :) 05:27:12 heh 05:27:15 pravins: if "querying to database" is common, doesn't that mean database is also common no? wonder why the size of the database is a matter here then. 05:27:20 hope so with alpha we will be in good shape 05:27:37 tagoh: the binary format are completely different I think 05:27:39 formats 05:27:53 yeah 05:27:58 pravins: so can you please clarify - ibus-table works or not now? 05:28:02 juhp: aha. can't it use the same format? 05:28:22 tagoh: ibus-table uses a real db (sqlite?) 05:28:34 tagoh: perhap 05:28:34 s 05:28:58 heh. but it's not a good performance right? :) 05:29:06 seems not... 05:29:15 juhp: it is working, but need some customization for speed and efficiency 05:29:24 tagoh: right so db might be bottleneck 05:29:28 okay 05:29:32 finally got it 05:29:36 juhp: yeah ibus-table is swlite 05:29:44 s/swlite/sqlite 05:29:51 so the question is why not using the same format in ibus-table 05:29:57 tagoh: right 05:30:04 we should ask upstream 05:30:09 tagoh: yeah, we really required that from long-term 05:30:43 sounds like needing more discussion for that 05:30:55 it should not be that hard to port the scim-tables binary format to ibus-table I suppose 05:30:58 yeah 05:32:01 any bugs to look at for F15? 05:33:16 getting more bugs last week: guess most of them are related to RupeeSign or package reviews. 05:33:54 pravins: so we could ship booster as in, in principle? how bad is the ibus-table performance? unusable? 05:33:59 as is 05:34:46 juhp: its taking some second after first key press 05:34:56 pravins: and then? 05:35:06 only once? 05:35:06 after second press it is ok 05:35:17 and for next input? 05:35:27 like, if we press "k" from k there are so many words starting 05:35:37 so it load all them in candidate 05:35:40 so it is slow 05:35:52 does it happen every time? 05:35:53 pravins: so only very first time it is slow? next word is ok? 05:35:56 after "ka" phrases become little 05:36:00 less 05:36:18 next input word? 05:36:55 pravins: ? 05:36:59 for each word, initially it takes time 05:37:02 oh 05:37:06 I see 05:37:16 juhp: tagoh i can send you algorithm wait 05:37:51 anyway so current ibus-table is unusable then for booster 05:38:33 tagoh: sorry probably we should move on 05:38:41 so what's the plan to go so far? 05:38:54 sent mail 05:39:02 guess we need to improve the ibus side 05:39:39 pravins: but anyway just forking is not going to improve the performance - need to change format perhaps 05:39:55 tagoh: taking ibus-table adding some initial conditions before querying db 05:40:08 juhp: i agree 05:40:12 sure. that would be nice if we could use the same format to scim-table: if it gives it a good performance. 05:40:13 but I think scim-tables may load whole table to memory whereas ibus-table just read the db probably 05:40:49 ok, let's move on 05:40:57 #topic Package Updates 05:40:59 anything? 05:42:13 shall we move on? 05:42:23 #topic Fonts and Rendering 05:42:56 no particular response from behdad for new fontconfig. fyi 05:43:41 as I said at the beginning of this meeting, some fixes may be postponed to f16 perhaps since it requires new features in fontconfig 05:44:22 how about any progress on harfbuzz-ng or fonts? 05:44:34 aha 05:46:38 ok, better move on. 05:46:43 #topic Input Method 05:47:29 not applying imsettings on gomme3 has been fixed in imsettings-1.1.0-1.fc15. 05:48:36 I presumed that it still works since gconf has dconf backend. but seems not. so added new backend for gnome3. 05:50:04 anyway, any updates for IM? 05:50:12 just saw again the liberation-fonts bug about croscorefonts 05:50:30 bug#? 05:50:39 sorry missed the topic 05:50:50 https://bugzilla.redhat.com/show_bug.cgi?id=637606 05:51:24 just added a provocative comment... wondering they might make a replacement 05:51:39 but I don't know enough about the coverage 05:51:58 ? 05:52:08 pravins: any thoughts? 05:53:06 aha 05:53:10 anyway generally feel we don't have enough resources to really maintain Liberation fonts as well as we would like 05:53:38 juhp: right, those are many characters 05:54:07 if only few characters then we can add that easily, having a professional font designer will help lot 05:54:20 yeah looks like they have a lot more glyphs compared to what has been added to Liberation 05:54:47 but probably a few eyebrows would be raised 05:55:08 would be good to compare the coverage anyway 05:55:36 might be we can reported 05:55:39 what's the issue to improve Liberation? no resources to work on? 05:55:48 fujiwarat: I filed a bug earlier about dropping the Alt_Gr+Release hotkey from ibus 05:56:13 tagoh: mostly yeah and design expertise 05:56:19 OK, I see. 05:56:45 juhp: aha 05:57:17 Is it critical for f15? 05:57:46 fujiwarat: it would be good IMHO - I don't think it is a blocker - though might be for Indic ;o) 05:58:25 please tell upstream that using a modifier for a hotkey is a Bad Idea ;o) 05:58:55 OK, I see. thx. 05:59:39 ok, anything else? 05:59:55 fujiwarat: I can file an upstream bug if you think it helps 06:00:07 but mostly want it fixed in fedora anyway 06:01:32 ok 06:02:54 no more topics to discuss in the meeting? otherwise let's close the meeting shortly. 06:05:28 ok, thanks everyone for the meeting! if missing anything, you could add that to the next agenda or bring it up on #fedora-i18n, keeping discussions there. 06:05:33 #endmeeting