| kimmoli | hu | 04:05 | 
|---|---|---|
| Thaodan | how fast nodejs builds on arm depends on how much is accelerated most things should be accelerated already, | 08:56 | 
| piggz | rinigus: standard reply :) | 18:51 | 
| rinigus | piggz: indeed. with Qt, getting shorter and shorter every year. I guess those mystery lawyers got fired | 18:52 | 
| rinigus | ... the ones that were examining all options, day after day | 18:53 | 
| piggz | i worry about devs eventually switching to eg plasma as it becomes more viable | 18:53 | 
| rinigus | piggz: I don't think we should worry about it too much. if it will be better on plasma then it would make sense to switch. | 18:54 | 
| rinigus | but there is long way to go | 18:54 | 
| piggz | rinigus: things like c++20/3 support would certainly be nice | 18:56 | 
| piggz | i had to frig qt 5.6 to consider c++17 a thing | 18:57 | 
| piggz | which, for info is CONFIG += c++1z | 19:00 | 
| rinigus | piggz: open sourcing would be nice, then we can help with the switch to need Qt. But that's not gonna happen either. | 19:00 | 
| piggz | rinigus: isnt newer qt backwards compatible? im sure it would be | 19:01 | 
| piggz | i guess the changes would be the sticking point | 19:02 | 
| rinigus | Changes? | 19:02 | 
| piggz | any jolla patches | 19:03 | 
| piggz | which would need added to any newer versoin | 19:03 | 
| rinigus | Indeed. | 19:04 | 
| attah | Isn't the problem GPL3 like always? | 19:07 | 
| x2s | Hm. Why do I have contacts in my contact list that I can't edit or delete? | 19:11 | 
| attah | Saved on SIM card perhaps? | 19:12 | 
| x2s | It's an email address | 19:13 | 
| x2s | And only that. No name, nothing. Can't edit it, can't remove it | 19:13 | 
| x2s | very strange | 19:13 | 
| piggz | attah: it is for jolla ... question is wether community could bring a newer qtv without breaking things, it would be an interesting, yet somewhat large task | 19:58 | 
| attah | Yeah... i doubt it... they are stable but not that stable | 19:58 | 
| henk | mal: cool, thanks, when is that exactly? not sure what timezone you are in and what tomorrow exactly means (; | 20:17 | 
| attah | henk: did you try CodeReader? | 20:21 | 
| mal | henk: oops, forgot to check today | 20:23 | 
| henk | attah: yeah. it reads the QRCode, displays the VCARD content as a string and offers me to "Open URL". when I click that, it says "Cannot open URL: Unsupported Scheme". | 20:29 | 
| henk | mal: oh, so I’m already too late … when’s the next opportunity? I’d try to remind you shortly before then … | 20:29 | 
| attah | henk: when i scanned a vcard qr with CodeReader it offered me to import it | 20:30 | 
| henk | TIL: androids built-in camera seems to only support this since august 2022, with version 13 (or was it 14?) | 20:30 | 
| attah | Although sandboxing gets in the way it seems | 20:30 | 
| henk | attah: oh, that’s good to know! then maybe my format is wrong … | 20:31 | 
| attah | ...or at least different | 20:31 | 
| henk | well "wrong for codereader" (: how did you generate you vcard? | 20:32 | 
| attah | https://www.qr-code-generator.com/solutions/vcard-qr-code/ | 20:33 | 
| mal | henk: the camera qr code support gets you the raw vcard but I think no simple way to import that to contact list except via intermediate file | 20:33 | 
| attah | Seems contacts declares the correct mime type for open-with | 20:34 | 
| mal | I tested that https://www.qr-code-generator.com/solutions/vcard-qr-code/ sample qr code | 20:34 | 
| henk | attah: ah, yeah, that works. will compare to what I got from qreator, thank you | 20:34 | 
| attah | Now if only there was some neutral temporary ground to hand it over in, or better yet open-with counted as a sharing method | 20:35 | 
| mal | heh, same like that attah just gave | 20:35 | 
| * attah eagerly awaits the time he can retire https://openrepos.net/content/attah/seaprint-share-plugin | 20:36 | |
| mal | need to see if there is some simple way to add support for making the camera app determine vcard mime type | 20:37 | 
| nephros | what possible mime types are there? | 21:04 | 
| attah | all of them | 21:06 | 
| nephros | would Method { | 21:15 | 
| nephros | name: "importContactsData" | 21:15 | 
| nephros | Parameter { name: "vcard"; type: | 21:15 | 
| nephros | "string" } from Sailfish.Contacts help? | 21:15 | 
| henk | ok, it was due to missing linebreaks 'sigh' | 21:29 | 
| ilpianista | hi there, how do I start my app with root privileges from the application launcher? I know, I shouldn't, but I'm wrapping a binary which requires root privileges. It works fine if I run it from the terminal, but from the launcher the invoker (I suspect it's it) start the app as nemo. | 23:11 | 
| b100dian[m] | what does the executable do, can you package is as a systemd service? | 23:21 | 
| ilpianista | there's also a systemd file (which I start), but I need to invoke the binary to start the login phase. Problem is the binary performs a check on the UID and thus it exits when you aren't root | 23:25 | 
| b100dian[m] | Something like fakechroot -- fakeroot chroot --userspec=0 / whoami ? | 23:31 | 
| b100dian[m] | * Something like fakeroot whoami ? | 23:32 | 
| ilpianista | I can try, thanks for the hint | 23:32 | 
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!