<Wizzup>
I am assuming we do, but wanted to check in with you
alifib has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
pagurus has joined #maemo-leste
<sicelo>
we do, because our omap devices (n900 & mapphones) have wonky fuel gauges that don't report percentage/capacity in some circumstances
<sicelo>
so those patches (from spinal) cause upower to make a voltage-based estimation of capacity. it's very inaccurate in practice, but we don't have better :-D
<Wizzup>
ok
<Wizzup>
I will rebase
<sicelo>
i once tried to open a discussion (and eventually offered a patch) with upstream, but it went south. there's new 'management' now, so i've been thinking to give it another go. (https://gitlab.freedesktop.org/upower/upower/-/issues/218 )
<sicelo>
otherwise we'll always have to carry a patched upower, which is probably not that bad, but still ... always nice if stuff gets upstreamed
<Wizzup>
yeah, nicer if we don't have to
akossh has joined #maemo-leste
Guest8106 is now known as buZz
pere has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
Anasko has joined #maemo-leste
Anasko has quit [Remote host closed the connection]
alifib has quit [Quit: .]
whatsupboy has joined #maemo-leste
mkfx has joined #maemo-leste
vectis_ has quit [Ping timeout: 244 seconds]
narodnik has joined #maemo-leste
vectis_ has joined #maemo-leste
pagurus has quit [Ping timeout: 252 seconds]
<dsc_>
regarding jib and vkb, seems like the QWebEngine widget processes key events in a special way
<dsc_>
the vkb Qt module works by sending key events to a QWidget*, however QWebEngine* is special
<dsc_>
it ignores incoming key events, unless you cast the QWidget to a QWebEngine and get the view(), send it to that
<dsc_>
however, I cannot cast to a type that is not available to me, as vkb does not link against webengine
<dsc_>
I can link against webengine in the vkb module, but that would raise mem usage
<dsc_>
some Qt apps do not use webengine, so that would be a shame
<dsc_>
ill try to think of something non-intrusive
antranigv has quit [Ping timeout: 246 seconds]
xmn has joined #maemo-leste
antranigv has joined #maemo-leste
<Wizzup>
freemangordon: ping
<Wizzup>
do we still want this for newer (1.21) xorg server: "Revert "glamor: Require GL_OES_texture_border_clamp for GLES2."
<Wizzup>
we were on 1.20 before
<Wizzup>
errr
<Wizzup>
21.1.7 vs 20.x
<Wizzup>
hm I forgot a tag too I think
<freemangordon>
I think we don;t need it
<freemangordon>
as we don;t need glamor on omap
<freemangordon>
s/need/use
<freemangordon>
Wizzup: does icd wpa_supplicant plugin continues scan even when connected?
<freemangordon>
also, why do we build our own Xorg?
<Wizzup>
freemangordon: because we have patches to it
<Wizzup>
at least m-i-s
<Wizzup>
regarding scanning, it should not continue to scan, only when you open the ui where it makes sense to scan
<Wizzup>
freemangordon: the patch for m-i-s I sent many years ago and it was just ignored