askolsam | When "Android app support" is not running on my XA2 the following message is logged every second (`devel-su journalctl -f`): 'kernel: binder: 2959:2959 --> 0:0 transaction failed 29189/0, size 32-0 line 2149' | 09:26 |
---|---|---|
askolsam | Can I do anything to prevent that spam without starting the android app support since I do not use any android apps? | 09:27 |
poetaster | piggz[m], rinigus I wonder what I've done wrong with the chum section of 'Paint'. | 17:01 |
poetaster | piggz[m], rinigus maybe the 'blank' screenshots: ... in any case the description links are fugged. | 17:02 |
rinigus | poetaster: please remove empty screenshots. its something I haven't considered. if you wish, open an issue at chum-gui. | 17:07 |
attah | poetaster: i have kept wondering about this https://github.com/sailfishos/nemo-qml-plugin-thumbnailer/commit/983e7d6e4c3cabbc2fa6c6e383b945540e7afc19 but never formed an opinion... so now you too can wonder | 17:12 |
poetaster | rinigus: thanks, will do. I have some fixes, too :) | 17:17 |
poetaster | attah, starting to wonder. ... | 17:17 |
poetaster | attah, seems solely thumbnail related, though? | 17:19 |
attah | probably... and probably that is just in use where made explicit | 17:20 |
poetaster | yeah, but I get the drift. In any case, the tint behaviour in Label is not there in Canvas in 3.4 | 17:21 |
poetaster | It's annoying since kimmoli's paint is a nice app I'd like to get fully functional :) | 17:21 |
poetaster | I'm fixing the shaders now. | 17:22 |
poetaster | attah, can you check if the image compositing even shows this tint on an 'official' port? | 17:26 |
poetaster | https://openrepos.net/content/poetaster/paint | 17:27 |
poetaster | or on chum | 17:27 |
poetaster | const float pi = 3.14159265f; | 17:33 |
attah | poetaster: it does not | 17:33 |
attah | (inserted a random image, and presumably that should do it?) | 17:34 |
poetaster | yeah, you'll see it if it turns blue :) | 17:34 |
poetaster | That's cool. Can you check is the 'blur shader' works :) | 17:34 |
poetaster | damn it, I'm going to have to buy a sony device. | 17:34 |
poetaster | have bunch of QOpenGLShader::compile(Fragment): 2:13: L0002: Undeclared variable 'f' errors which | 17:38 |
poetaster | I believe come from :incrementalGaussian.x = 1.0f / (sqrt(2.0f * pi) * sigma); statements | 17:38 |
poetaster | cool. shader parsing does not like c++ float syntax. go figure. I don't like it either :) | 17:50 |
poetaster | attah, someone suggested it's a HAL issue. Which, in the ports context might be so? | 17:58 |
attah | poetaster: the port variance certainly suggests it | 17:59 |
poetaster | attah, I have a number of other issues that are beginning to make debugging difficult on volla | 17:59 |
attah | something-something native pixel format and lack of adaptation | 17:59 |
poetaster | attah, do you have tidings the rss reader on your device? | 18:00 |
attah | btw... sorry for lack of feedback was on the phone, but now i'm back | 18:01 |
attah | i'll get it | 18:01 |
poetaster | attah, no way, thanks for helping! | 18:01 |
attah | poetaster: engadget images doesn't seem to want to load | 18:03 |
poetaster | add: https://netzpolitik.org/feed as a feed. | 18:03 |
poetaster | I had forgotten engadget was still in there. need to check that feed. | 18:04 |
poetaster | netzpolitik has 'full' feeds which is evil since it's a huge html dump in the desciption param | 18:05 |
attah | People are decidedly "smurfy" | 18:06 |
attah | poetaster: wait what... now engadget images load, and not smurfy | 18:09 |
attah | right... it was something about the first one not being affected? | 18:09 |
poetaster | the 'attached' images are fine. They are Image elements. The images in the 'content' are filtered html dumped in the Label. | 18:11 |
poetaster | I'm working on taking that apart. among 12 dozen other things. | 18:12 |
attah | ah, okay | 18:12 |
poetaster | Ok. so the error with labels is present on offical devices but not the error with canvas. | 18:12 |
poetaster | interesting. | 18:12 |
poetaster | On the plus side, fixed the openGl shaders :) | 18:13 |
attah | I should ship you one of my devices from the stack, shouldn't i? | 18:13 |
poetaster | I can trade you something odd that I built in my basement ;) | 18:13 |
poetaster | rinigus, you have a tama device to hand? | 18:15 |
poetaster | attah, RGB->BRG wasn't it | 18:20 |
attah | poetaster: for what? | 18:21 |
attah | RGB<->BGR was the issue when i tested before | 18:24 |
poetaster | Ok, I just did some tests and the smurf effect is not rgb->bgr. | 18:25 |
poetaster | you had posted on the forum with that test, or? | 18:26 |
attah | I sure hope so | 18:26 |
attah | might have slipped my mind | 18:26 |
attah | convert 936e1ea54107edee8763dbc69650c6e7c9350904.jpeg -separate +channel -swap 0,2 -combine -colorspace sRGB bgr.png | 18:26 |
attah | Yes, i even posted that same command it seems | 18:27 |
attah | https://forum.sailfishos.org/t/qml-label-dispays-images-with-a-blue-ish-tint/8818/13?u=attah | 18:27 |
poetaster | yes, I have to go through that thread again. And ask piggz some questions. | 18:32 |
poetaster | In any case, progress was made on the opengl front :) | 18:33 |
attah | :) | 18:33 |
poetaster | (goes to fetch beer) | 18:33 |
poetaster | attah, I had managed to use imageElement.grabToImage(function(result) to copy from Image to Canvas | 18:48 |
poetaster | and preserve the color space. and then neglected to commit. So I'm working my way back. | 18:49 |
attah | And then you didn't have any issues? Interesting... | 18:50 |
poetaster | Ya. The problem that remained is that the rotation of the Image did/does not get copied. so I was futzing about with that, and spoiled my progress. | 18:51 |
poetaster | In any case, I found a way to get the image data from an Image, via grab, into a Canvas without the odd color thing. | 18:52 |
poetaster | attah, I see there's progress on cargo! | 18:55 |
attah | ah, yes... very good | 18:55 |
attah | Collaboration is the way to go :) | 18:55 |
poetaster | well, it depends on the availability of the collaborators :) Sadly I seem to have picked up a bunch of stuff where no one is home. | 19:01 |
poetaster | Maybe I'm being to impatient. | 19:01 |
attah | Maybe i should rephrase that... collaboration is really nice | 19:12 |
poetaster | yeah, it is :) My expierence with you guys in the last year+ convinced me to quit my job and get a life. | 19:12 |
attah | Still not sure what we did to deserve all your effort | 19:16 |
poetaster | ah.... I'm a charging a windmills kind of guy. don quijote on speed. | 19:18 |
poetaster | s/a/at/g | 19:18 |
poetaster | and you mentioned it, collaboration! lot's of initiative from individuals, some find code, some odd stuff. what more could I want :) | 19:21 |
poetaster | s/find/fine/ | 19:21 |
poetaster | s/odd/interesting/ | 19:22 |
*** attah_ is now known as attah | 22:08 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!