libera/#maemo-leste/ Saturday, 2022-12-31

freemangordonuvos: I think we have more issues with atspi, like, I was not able to find a way to get the text field type - like, does it allow numeric only, for example09:06
freemangordonalso, I still think chromium is just broken in regards to GTK IM09:18
freemangordonit just does not send any events (besides focus) until a key is pressed09:18
Wizzupmorn10:52
sicelomorn11:09
sicelohttps://github.com/maemo-leste-upstream-forks/upower/commit/cb56bf562cbbb61a9ceba5827ed164500f9df160  ... this change doesn't really "change" the operation, does it?11:10
freemangordonmorn https://github.com/maemo-leste/hildon-input-method-framework/commit/f2fdb9eefc7ade3f12bb1b52bb8fc873ec1a91d7 :)11:30
Wizzupfreemangordon: sweet11:45
Wizzupsicelo: I think it does, in case capacity is missing11:45
Wizzupsicelo: hmm11:45
Wizzupsicelo: maybe there's another follow up patch that I missed11:45
Wizzupfreemangordon: ah, do you build the him module twice then?11:46
Wizzupfor gtk2 and gtk3?11:46
Wizzupisn't there supposed to be a Makefile.am for https://github.com/maemo-leste/hildon-input-method-framework/commit/f2fdb9eefc7ade3f12bb1b52bb8fc873ec1a91d7#diff-49473dca262eeab3b4a43002adb08b4db31020d190caaad1594b47f1d5daa810R11111:47
freemangordonWizzup: ye, 2 separate modules11:50
freemangordonWizzup: sorry, can't understand the "Makefile.am" question11:51
Wizzupnvm, I'll just try it in a moment11:51
freemangordonthere are 2 makefiles11:51
siceloWizzup: maybe spinal left something out. with my limited knowledge, that change says whether capacity_level is there or not, then read capacity. the entire code block seems to never make use of capacity_level ... meaning existence or non-existence of capacity_level makes no difference at all11:51
Wizzupsicelo: right11:51
Wizzupsicelo: I have to look at the code around it to check11:51
Wizzupfreemangordon:11:56
Wizzupconfigure.ac:107: error: required file 'hildon-input-method-framework-3-3.0.pc.in' not found11:56
Wizzupconfigure.ac:107: error: required file 'src/gtk2/Makefile.in' not found11:56
Wizzupconfigure.ac:107: error: required file 'src/gtk3/Makefile.in' not found11:56
Wizzupsrc/Makefile.am:1: error: required directory src/gtk2 does not exist11:56
Wizzupsrc/Makefile.am:1: error: required directory src/gtk3 does not exist11:56
freemangordonoh, sorry11:56
Wizzupthat is what I meant11:56
freemangordonforgot to add the new files11:57
freemangordonsec11:57
Wizzupyeah11:57
freemangordonforce-pushed11:58
Wizzuprebooting vm12:01
freemangordonno need12:01
freemangordonjust restart the gtk3 application you want to test with12:01
Wizzupfreemangordon: which ones did you test12:06
freemangordonempathy12:07
freemangordonand "print settings" or somesuch12:07
freemangordonplease check if immodules.cache is properly updated12:07
Wizzupok12:10
WizzupI only tried firefox-bin atm12:10
WizzupI don't like having empathy installing since it messes with my tp work12:11
freemangordonit is boken ther as well12:11
freemangordon(in FF)12:11
Wizzup# cat /usr/lib/x86_64-linux-gnu/gtk-*/*/immodules.cache | grep -i hildon12:12
Wizzup"/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/hildon-im-module.so"12:12
Wizzup"hildon-input-method" "Hildon Input Method" "hildon-input-method-framework" "/usr/share/locale" "*"12:12
Wizzupso I think it's not12:12
Wizzup(updated)12:12
freemangordonummm12:12
freemangordonthis is gtk212:12
freemangordonand yes, looks ok12:12
Wizzupthis is both12:12
Wizzupsee gtk-*/*/12:12
freemangordonah12:13
Wizzup# grep hildon /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache12:13
Wizzup(empty)12:13
freemangordonok, not updated12:13
Wizzupmaybe I did something wrong, not sure12:13
freemangordonnot sure how to force-update that12:13
WizzupI just did dpkg-bp and dpkg -i12:13
Wizzuphow can I update it?12:13
freemangordonsec12:13
freemangordonCreated by /usr/lib/x86_64-linux-gnu/libgtk-3-0/gtk-query-immodules-3.0 from gtk+-3.24.2412:15
freemangordonexecute gtk-query-immodules-3.012:15
Wizzupthat doesn't generate anything with hildon in it for me12:15
Wizzuphmmm12:15
Wizzupok12:16
WizzupI see12:16
Wizzupwait12:16
Wizzupmy bad12:16
freemangordonok :)12:16
WizzupI had run apt upgade afterwards12:16
freemangordonah :)12:16
Wizzupdo I need to do anything to select the hildon module by defaut12:19
freemangordonno12:22
freemangordondoes it work?12:23
Wizzuphang on, somehow some elogind crap is installed now12:28
Wizzupuvos: can you please push your wip on elogind somewhere so that we can work on it?12:30
Wizzupfreemangordon: I think my system is logind-hosed, I will have to check later12:31
WizzupI probably need to install ck again or so12:31
Wizzupyeah my vm is hosed12:33
Wizzupwill attempt to fix later12:33
sicelohi Pali. what do you think - for bq27xxx_battery, we currently report CURRENT_NOW. seems it should be CURRENT_AVG instead, according to the datasheet (average of 5.12 seconds). is it worth changing, or seems short enough to ignore and assume it's instantaneous reported current?13:31
siceloalso, i noticed it's very difficult to get STATUS_FULL to show up on sysfs. does this patch look sane for fixing that? https://paste.debian.net/1265797/   - i'm still testing it, so i haven't yet seen if it really does what i think it should13:34
Palisicelo: look at this commit https://git.kernel.org/torvalds/c/c3a6d6a1dfc8a where that logic was introduced14:04
Paliand I agree that if (curr > 0) { ... } else if (curr < 0) { ... } else { ... val_status->intval = POWER_SUPPLY_STATUS_FULL ... } means that POWER_SUPPLY_STATUS_FULL is probably never filled14:05
Palias curr must be 014:05
PaliI think you would have to write to Matthias who introduced that check (and explained it in commit message) that it is really wrong.14:06
freemangordonWizzup: ok, only clipboard support remains for gtk314:18
Wizzupfreemangordon: sweet15:40
siceloty Pali.  the current_avg? is it something worth doing or best leave as is?16:21
Palifor current_avg... I think that let it as is... I think that maemo SW already use it16:21
sicelomakes sense. one more ... with mainline, i connect a flash drive to my n900, and wrote 'boost' to bq24150/mode. i was expecting it to at least light up, but nothing happened.16:36
sicelowha16:36
sicelowas there something else i should have done to grt vbus?16:36
sicelo*get (typing on vkb with cracked sensor)16:37
freemangordonWizzup: https://github.com/maemo-leste/hildon-input-method-framework/commit/93c64879c2c09f5125e5a389fd8ee64ea3877ff3 :) please test when/if you have time and will. currently typing on chromium is *broken* (no idea why)16:49
freemangordonThat was all from me for this year ;)16:49
Wizzupfreemangordon: have a great evening and talk to you next year :)16:51
freemangordonsame to you and all the others :)16:51
Wizzupthe near year will be great I'm sure :)16:52

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!