*** feodoran_ is now known as feodoran | 03:30 | |
dcaliste | chriadam: thank you for the merge wave, and I'm sorry not to have tested gpgme MR on OBS before :( | 07:43 |
---|---|---|
chriadam | dcaliste: not your fault | 07:44 |
chriadam | obs is a mystery to everyone :-P | 07:44 |
dcaliste | chriadam: looking further about my finishSwap() issue from security-ui, I've landed looking into libhybris, particularly the EGL implementation and the implementation of handling of natice wayland windows. I'm wondering if there can be a race condition in this finishSwap() call. I'll keep you informed if this gives some result or not (or brick my device). | 07:54 |
chriadam | indeed | 07:55 |
chriadam | good luck, I hope your device survives the investigation ;-) | 07:55 |
dcaliste | How can I know which android header level should I use for a JollaC ? abranson, do you have any idea ? Could it be 21, 22 or 23 by any chance ? | 07:56 |
chriadam | or mal ^ | 07:57 |
abranson | dcaliste: for aliendalvik or the bsp? | 08:22 |
abranson | congrats on the merge! | 08:22 |
dcaliste | I guess the bsp (by default, I don't know what it is). | 08:22 |
dcaliste | I'm looking to debug a possible race condition in libEGL.so | 08:23 |
dcaliste | Particularly in WaylandNativeWindow implementation. | 08:23 |
dcaliste | abranson: well more precisely, it is in /usr/lib/libhybris/eglplatform_wayland.so which is created by compiling libhybris with --with-default-egl-platform=wayland, but I'm just woondering which android headers I should put for JollaC. | 08:47 |
dcaliste | I'm trying currently with API level 19, which corresponds to Android 4.4. | 08:47 |
abranson | dcaliste: that phone has a 5 base I think | 08:49 |
abranson | dcaliste: 5.1. you can find the property 'ro.build.version.sdk' in /system/build.prop | 08:52 |
abranson | ro.build.version.sdk=22 | 08:52 |
abranson | ro.build.version.release=5.1.1 | 08:53 |
dcaliste | abranson: ah great, I'm feeling much safer having some figure from files on device ;) Currently get android headers and compiling. I've tested with API 19, it was smooth. | 08:53 |
r0kk3rz | dcaliste: are you looking into the sdl2 wayland issue? | 08:54 |
dcaliste | No, another issue with lipstick-security-ui that hangs sometimes. | 08:54 |
r0kk3rz | hmm interesting | 08:54 |
dcaliste | The gdb backtrace show that the client is waiting forever in finshSwap() call. | 08:55 |
dcaliste | I'm wondering if a race conditions can exist with the frame_callback and the wait for the frame_callback there. | 08:55 |
r0kk3rz | if you want to dig around in there, you can also put on new wayland ;) | 08:57 |
dcaliste | It's a wild guess, the issue may live in the compositor not sending any event about the frame_callback though. | 08:57 |
Dakon | greetings | 10:02 |
Dakon | how can I simulate pinch gestures with the SDK emulator? | 10:03 |
r0kk3rz | not sure you can | 10:03 |
caitlin | i used a touch screen laptop :/ | 10:03 |
r0kk3rz | the simulator is somewhat limited, its better to use a device if you have one | 10:04 |
Dakon | ok, I thought that would be a common task and should work | 10:09 |
Dakon | the default "drag down to get a menu" isn't really integrating good with Map widgets :/ | 10:13 |
r0kk3rz | you'd need a banner or something | 10:37 |
Dakon | I think I'll do it like modRana and just place a button to open the next page | 10:46 |
Dakon | lovely: i486-meego-linux-gnu-g++: internal compiler error: Killed (program cc1plus) | 10:49 |
pvuorela | dcaliste: ping. | 11:47 |
dcaliste | pvuorela: pong | 12:05 |
pvuorela | dcaliste: got a bit late to the email signing review, but pondering if it's ok to have subpackage for qmf crypto plugins? would avoid some space usage and dirmngr if crypto is not needed. | 12:06 |
dcaliste | pvuorela: no problem, I can create a MR for that, I agree. It's nicer. | 12:07 |
pvuorela | dcaliste: did just myself that so i can create a PR out of that. | 12:07 |
dcaliste | Ok, I agree it's a good idea. | 12:08 |
pvuorela | ok, good :) | 12:08 |
pvuorela | https://git.merproject.org/mer-core/messagingframework/merge_requests/24 | 12:10 |
dcaliste | pvuorela: thanks. | 12:13 |
Dakon | nice, that is alive again. Time to update my SMTP fixes for it and maybe eventually get a properly behaving mail client on Jolla :/ | 13:09 |
tsglove | Hello! | 17:22 |
Dakon | has anyone an idea why Map.toCoordinate doesn't work on Sailfish? | 17:38 |
Dakon | it does not give an error, just nothing comes out of it | 17:38 |
tadzik | I'd assume and outdated version of QtLocation or something | 17:39 |
Dakon | according to the documentation it should be present, the autocompletion offers it and it doesn't raise an error if I call it | 17:42 |
tadzik | huh | 17:43 |
Dakon | ah, it seems to have changed the API | 17:46 |
Dakon | normally it takes (point, boolean) | 17:46 |
Dakon | in Silica it takes (lat, long, boolean) | 17:46 |
Dakon | ehm, (int, int, boolean), but anyway | 17:47 |
Dakon | even worse, only point, and it's the bool parameter that I actually need | 17:57 |
Dakon | ok, then I'll just calculate the offsets myself | 17:57 |
tsglove | Hey guys, I am looking at getting into Sailfish, and thought to buy the Sony Xperia XA2. Is the installation process documented out? Or do I have to do any "development hacks"? | 18:08 |
mal | these are the current installation instructions included in the installation zip https://github.com/mer-hybris/droid-config-sony-nile/blob/master/sparse/boot/flashing-README.txt | 18:11 |
x2s | .oO( uhm, uhm, why did my sfx phone search for updates the last time two month ago!? ) | 18:16 |
Dakon | you disabled automatic search? | 19:43 |
x2s | Dakon: nop. | 19:58 |
tsglove | mal, thank you! On my way to check those out. | 20:16 |
Dakon | ha, SMTP fix merged! | 21:08 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!