diejuse has joined #maemo-leste
TonyStone has quit [Remote host closed the connection]
uvos has quit [Ping timeout: 268 seconds]
TonyStone has joined #maemo-leste
Pali has quit [Ping timeout: 240 seconds]
System_Error has joined #maemo-leste
huckg has quit [Quit: Client closed]
diejuse has left #maemo-leste [#maemo-leste]
tmlind has quit [Remote host closed the connection]
avoidr has quit [Ping timeout: 256 seconds]
avoidr has joined #maemo-leste
rafael2k has quit [Ping timeout: 240 seconds]
System_Error has quit [Ping timeout: 276 seconds]
joerg has quit [Ping timeout: 256 seconds]
macros_ has joined #maemo-leste
macros__ has quit [Ping timeout: 250 seconds]
joerg has joined #maemo-leste
mardy has joined #maemo-leste
tmlind has joined #maemo-leste
rafael2k has joined #maemo-leste
rafael2k has quit [Ping timeout: 260 seconds]
xes has quit [Ping timeout: 256 seconds]
Pali has joined #maemo-leste
xes has joined #maemo-leste
rafael2k has joined #maemo-leste
uvos has joined #maemo-leste
<Wizzup> morn :)
rafael2k has quit [Ping timeout: 256 seconds]
rafael2k has joined #maemo-leste
Evil_Bob has quit [Ping timeout: 256 seconds]
Evil_Bob has joined #maemo-leste
<freemangordon> Wizzup: heh :)
<freemangordon> uvos: autorelock is broken on n900 too
<uvos> yes
<uvos> that is correct
<uvos> its broken on every device that has a slider key
<uvos> as i had to unfilter the slider key device class, as d4 dosent have a seperate device with the slider key on it that can be ignored
<uvos> (it has buttons that cant be ignored too, like volume)
<uvos> we need to replace per device filtering with per keycode filtering as mentioned allready
<freemangordon> do you plan to do that?
<uvos> yes
<freemangordon> great!
<freemangordon> did you try the new ddx?
<uvos> but i plan to replace mces custom input handling with libinput at the same time
<uvos> so it will take some time
<freemangordon> hmm, what advantages does it have?
<freemangordon> less code to maintain?
<Wizzup> uvos: thanks for the sphone fix
<uvos> freemangordon: yeah that but theres more
<uvos> we can share the filtering engine with of libinput with x
<uvos> this makes stuff more consistant
<Wizzup> freemangordon: I did try the new ddx, working well so far for me
<uvos> (like ignoreing input devices in one place)
<uvos> and we can use its transofrmations
<freemangordon> uvos: but, woun;t that make mce depend on X?
<uvos> freemangordon: no it will make it depend on libinput
<uvos> both x and wayland use libinput
<freemangordon> ok
<uvos> (like ignoreing the region outside of the display on mapphones)
<freemangordon> Wizzup: glad to hear. how is the handles count?
<freemangordon> is it a sane value?
<freemangordon> uvos: ok
<Wizzup> freemangordon: I need to look deeper before reporting back really, I thought I still saw something increase a bit after rotation, but that was just one time sampling, so let me just use it for a few days and we'll see
<uvos> Wizzup: morning
<uvos> Wizzup: yw @ sphhone
<uvos> huckg: idk 5 is really quite loud on my bionic
<uvos> depends on how sensetive your headphones are ofc
<uvos> there are also leagal limits to consider, but i dont know rn how those are messured, i mean its 85dba in eu, but that must be with some referance hp sensetivity.
<uvos> we can maybe up it a bit for now and think about what is the right value later
rafael2k has quit [Ping timeout: 260 seconds]
DPA has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
DPA has joined #maemo-leste
freemangordon has quit [Ping timeout: 256 seconds]
freemangordon has joined #maemo-leste
_inky has quit [Ping timeout: 240 seconds]
<uvos> Wizzup: freemangordon: so reverting to 71e6186e7a8ca675654bd9de9261aa067407c466 dosent help with special keys
inky has quit [Ping timeout: 240 seconds]
inky has joined #maemo-leste
<uvos> thus this is never called regardless
<uvos> so its not sufficant
<uvos> everything downstream of this works fine
<uvos> if you synthesize the event
<uvos> so not sure where the problem is (maybe gtk changes)
rafael2k has joined #maemo-leste
<uvos> side note: how this works is bad, and might warrent replaceing regardless of other factors
<uvos> it requries the toolkit to redirect all input from x to him and then back to x again thugh custom atoms
<uvos> in reality it would be sufficant if him registered the events as global shortcuts.
<uvos> this way it would work with even if some window other than a hildon hacked gtk2 window is focused
<uvos> and it would not be so agressively x specific
_inky has joined #maemo-leste
<uvos> how this works is also a security violatio
<uvos> n
<uvos> hildon-gtk2 windows send all input to the root window via the custom atom
<uvos> this allows untrused x11 clients that are prohibited from getting keyboard input withut being focused by the xsecurity extension to grab input from these windows and implement keyloggers
<freemangordon> uvos: why I agree that we shall fix all those issues, I think we have a higher priority things, like: "make it work first"
<freemangordon> uvos: will have a look at it
<freemangordon> (why it does not)
<freemangordon> s/why/while
<freemangordon> uvos: BTW, how do you test if special keys VKB works or not?
<uvos> i synthesied the event
<uvos> it never gets any keyboard input at that point
<uvos> so it cant work otherwise
xmn has quit [Quit: ZZZzzz…]
<uvos> so there is nothing to test
<uvos> the key combination is ctrl-space
<freemangordon> did you try on n900?
<freemangordon> no, ctrl-space is not special keys
<freemangordon> it is layout swithing
<freemangordon> special keys is 'blue arrow'-'ctrl' on n900
<freemangordon> and 'blue-arrow' is 'alt' or somesuch, chek in kbd config
<uvos> never gets there
<freemangordon> so, for sure ctrl-space was working
<freemangordon> so, we need to bisect
<uvos> so its before that
<uvos> idk where to start bisecting
<uvos> might not be in him at all
<uvos> (could be gtk for instance)
<freemangordon> neither do i
<freemangordon> I doub;t
<freemangordon> because HIM has gtk plugin and it still receives events
<freemangordon> lemme see if it still works in my old VM
<uvos> *revertng to 71e6186e7a8ca675654bd9de9261aa067407c466
<uvos> i mean
<uvos> ie nix my changes
<freemangordon> I am not saying it is your commit
<uvos> i know
<uvos> but it is
<uvos> my commit broke it aswell
<freemangordon> ah
<uvos> fixing that is just not sufficant
<uvos> (or revert to before the xkb backend was added ofc)
<freemangordon> sorry, I am not sure I understand
<freemangordon> do you say you know what broke it?
xmn has joined #maemo-leste
<uvos> no, but i also broke it
<freemangordon> ah :)
<uvos> the above commit unbreaks that
<uvos> but it never gets there
<uvos> so its broken somewhere upstream of that aswell
<freemangordon> well, as simple bisect will help I guess
<freemangordon> just find some commit at which it works
<freemangordon> I can do it as well
<freemangordon> not now, have to do some RL work, ttyl
huckg has joined #maemo-leste
huckg has quit [Quit: Client closed]
<Wizzup> freemangordon: ctrl-space on leste never worked for me in the sense that I don't think it ever actually *switched( btw
<Wizzup> (mostly afk today, sry)
akossh has joined #maemo-leste
ikmaak has quit [Ping timeout: 240 seconds]
ikmaak has joined #maemo-leste
ikmaak has quit [Read error: Connection reset by peer]
ikmaak has joined #maemo-leste
inky has quit [Ping timeout: 256 seconds]
_inky has quit [Ping timeout: 240 seconds]
_inky has joined #maemo-leste
inky has joined #maemo-leste
pere has quit [Ping timeout: 256 seconds]
_inky has quit [Ping timeout: 250 seconds]
sunshavi_ has quit [Ping timeout: 240 seconds]
_inky has joined #maemo-leste
huckg has joined #maemo-leste
Guest43 has joined #maemo-leste
<Guest43> hm
Guest43 has quit [Client Quit]
pere has joined #maemo-leste
inky_ has joined #maemo-leste
inky has quit [Ping timeout: 250 seconds]
_inky has quit [Ping timeout: 256 seconds]
_inky has joined #maemo-leste
<freemangordon> Wizzup: yes, but it was showing a note at least
pere has quit [Ping timeout: 256 seconds]
pere has joined #maemo-leste
mardy has quit [Quit: WeeChat 2.8]
sunshavi has joined #maemo-leste
<Wizzup> freemangordon: right
huckg has quit [Quit: Client closed]
yanu has quit [Read error: No route to host]
rafael2k has quit [Ping timeout: 240 seconds]
huckg has joined #maemo-leste
<kona_> pinephone hwkbd is out
kona_ is now known as kona