branon_ has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
branon has joined #maemo-leste
Danct12 has joined #maemo-leste
Pali has quit [Ping timeout: 255 seconds]
Danct12 has quit [Quit: Leaving]
joerg has quit [Ping timeout: 272 seconds]
joerg has joined #maemo-leste
Danct12 has joined #maemo-leste
Danct12 has quit [Remote host closed the connection]
jrayhawk has quit [Ping timeout: 260 seconds]
jrayhawk has joined #maemo-leste
xmn has quit [Ping timeout: 260 seconds]
xmn has joined #maemo-leste
<freemangordon>
uvos: 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 example
k1r1t0_N900 has left #maemo-leste [#maemo-leste]
<freemangordon>
also, I still think chromium is just broken in regards to GTK IM
<freemangordon>
it just does not send any events (besides focus) until a key is pressed
<freemangordon>
Wizzup: sorry, can't understand the "Makefile.am" question
<freemangordon>
there are 2 makefiles
<Wizzup>
nvm, I'll just try it in a moment
<sicelo>
Wizzup: 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 all
<Wizzup>
sicelo: right
<Wizzup>
sicelo: I have to look at the code around it to check
<Wizzup>
freemangordon:
<Wizzup>
configure.ac:107: error: required file 'hildon-input-method-framework-3-3.0.pc.in' not found
<Wizzup>
configure.ac:107: error: required file 'src/gtk2/Makefile.in' not found
<Wizzup>
configure.ac:107: error: required file 'src/gtk3/Makefile.in' not found
<Wizzup>
src/Makefile.am:1: error: required directory src/gtk2 does not exist
<Wizzup>
src/Makefile.am:1: error: required directory src/gtk3 does not exist
<freemangordon>
oh, sorry
<Wizzup>
that is what I meant
<freemangordon>
forgot to add the new files
<freemangordon>
sec
<Wizzup>
yeah
<freemangordon>
force-pushed
<Wizzup>
rebooting vm
<freemangordon>
no need
<freemangordon>
just restart the gtk3 application you want to test with
<Wizzup>
freemangordon: which ones did you test
<freemangordon>
empathy
<freemangordon>
and "print settings" or somesuch
<freemangordon>
please check if immodules.cache is properly updated
<Wizzup>
ok
<Wizzup>
I only tried firefox-bin atm
<Wizzup>
I don't like having empathy installing since it messes with my tp work
<freemangordon>
Created by /usr/lib/x86_64-linux-gnu/libgtk-3-0/gtk-query-immodules-3.0 from gtk+-3.24.24
<freemangordon>
execute gtk-query-immodules-3.0
<Wizzup>
that doesn't generate anything with hildon in it for me
<Wizzup>
hmmm
<Wizzup>
ok
<Wizzup>
I see
<Wizzup>
wait
<Wizzup>
my bad
<freemangordon>
ok :)
<Wizzup>
I had run apt upgade afterwards
<freemangordon>
ah :)
<Wizzup>
do I need to do anything to select the hildon module by defaut
xmn has quit [Quit: ZZZzzz…]
<freemangordon>
no
<freemangordon>
does it work?
<Wizzup>
hang on, somehow some elogind crap is installed now
<Wizzup>
uvos: can you please push your wip on elogind somewhere so that we can work on it?
<Wizzup>
freemangordon: I think my system is logind-hosed, I will have to check later
<Wizzup>
I probably need to install ck again or so
<Wizzup>
yeah my vm is hosed
<Wizzup>
will attempt to fix later
Pali has joined #maemo-leste
<sicelo>
hi 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?
Twig has quit [Remote host closed the connection]
<sicelo>
also, 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 should
<Pali>
and 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 filled
<Pali>
as curr must be 0
<Pali>
I think you would have to write to Matthias who introduced that check (and explained it in commit message) that it is really wrong.
Twig has joined #maemo-leste
<freemangordon>
Wizzup: ok, only clipboard support remains for gtk3
elastic_dog has joined #maemo-leste
elastic_dog has quit [Killed (mercury.libera.chat (Nickname regained by services))]
norayr has left #maemo-leste [Error from remote client]
<Wizzup>
freemangordon: sweet
xmn has joined #maemo-leste
norayr has joined #maemo-leste
<sicelo>
ty Pali. the current_avg? is it something worth doing or best leave as is?
<Pali>
for current_avg... I think that let it as is... I think that maemo SW already use it
<sicelo>
makes 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.
<sicelo>
wha
<sicelo>
was there something else i should have done to grt vbus?