*** zbenjamin_ is now known as zbenjamin | 02:13 | |
*** nyov is now known as Guest71752 | 04:29 | |
*** frinring_ is now known as frinring | 05:30 | |
*** PasNox_ is now known as PasNox | 11:22 | |
rubdos | I have a very weird thing going on with a custom protocol handler. | 21:21 |
---|---|---|
rubdos | It works in general, from browser and from codereader, but in practice I have a signalcaptcha://[very-long-string]. The very long string doesn't achieve anything. | 21:22 |
rubdos | If you accidentally made that into signalcaptcha://signalcaptcha://[very-long-string], it worked from codereader, whisperfish correctly opened. | 21:22 |
rubdos | There must be something *really* strange in the specific format of that string, because it's not the length that craps it out. | 21:23 |
rubdos | (sorry for this) | 21:23 |
rubdos | 'signalcaptcha://03AGdBq268Dbc0gReKoHpaxHAhbJ6tC8Y_zfSJFX0qY13jl9SjxQdqSf5yoO8a9PXRuIUFZdj8YlRVfkMQvN-TidPr1JAAwi2tinQqWdF3u0VGTx_3zMkZsuB28TaT5FsRuJxPZlQIBK8Z3JRQFrP9VFZGDtlOZJMW_6WjClXS8N4Tvr0c5MFJWt2tIJYv8UbV8vr5zEaIm_OkL96gGziPLavONIE3f8ANno4Y9DifXNKuqZYCnq1TWw2d3wrGcLVmafEcf40NrdSJNlSi11eFDwpH76UDR_87D1tfkjbS4QvaP2TcKqS7BB1kjhEyNVxecTgiIIhrqXEXyp0PhtKqmByVhmOWy4_XTxx6zCKUQj-GpmQXLXd3zTLfzM | 21:23 |
rubdos | P9GOgRuw7lL-AGuppGGh6Be6_Blo1wNikG4QkVoiuqDtqSjgTX2q2gy9dRqv5rl0yPSSxNQi3_ANFTN0WeGrg0eZvqqJXun4_9tyhXn24-bj9guUaw41UjDX-Z0EvbOgheFBp9wwvqJ3eYMB0T_ubU5GQuJnOeh8sPbtc2rQ' | 21:23 |
Nico[m] | Does it wrki with short strings? | 21:24 |
Nico[m] | Why are you using // in your string? | 21:24 |
rubdos | Works with short strings | 21:24 |
rubdos | I mainly tested with strings like stahoelruchaolrehu though :-) | 21:24 |
rubdos | And I use :// because that's what I get back from signal.org | 21:25 |
rubdos | (the url comes out exactly like this, fwiw) | 21:25 |
Nico[m] | I see. I feel like having such a long authority is weird, but probably fine | 21:25 |
rubdos | wait, do you spot any special chars in the string? | 21:26 |
rubdos | Because I didn't... Just some base64-like thingy that comes out. It's in fact a reCAPTCHA token... | 21:27 |
Nico[m] | Hm, no, the chars seem to look fine | 21:27 |
rubdos | Since there's this little popup that asks for what application to open, I guess there's some program/process that fires to show that prompt. Is there a way to see what happens to that process? | 21:28 |
* RubenDeSmet[m] is here via Matrix too now. | 21:28 | |
* RubenDeSmet[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/DGVwDHtuNbDboZpdYNJigTVk/message.txt > | 21:29 | |
RubenDeSmet[m] | That's the .desktop file I use. | 21:29 |
RubenDeSmet[m] | not that it matters, it never reaches my process 😐️ | 21:29 |
Nico[m] | That looks fine to me, I guess you probably do stuff wrong in the actual handling of that arg? | 21:30 |
Nico[m] | Your process is not even invoked? | 21:30 |
RubenDeSmet[m] | nope | 21:30 |
RubenDeSmet[m] | if I throw it in via `xdg-open` it works perfectly | 21:30 |
Nico[m] | Ah, yeah, I know that feeling, currently troubleshooting a similar thing where firefox seems to not open my scheme correctly on the desktop | 21:31 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!