Wednesday, 2025-08-06

T42<edp_17> Mal: good morning. I've installed wpa_supppicant from sfos4.6 and wifi works. Thanks for the suggestiion!05:14
T42<edp_17> How can I put this into the build? (I mean into the zip file)05:15
T42<edp_17> I am getting this error on 'adaptation-common' repo: https://paste.ubuntu.com/p/GQZqNCjT5v/07:37
T42<edp_17> How can I fix it?07:38
T42<morciatka> I guess it should be worth it to figure out what regression happened between the builds, but I am too noob to suggest stuff :))) (re @edp_17: Mal: good morning. I...)07:45
mal@edp_17 as you can see in the url list it tries to look for sailfishos_5.0 target in your adaptation repo, which you haven't added, you have those ones with full versions10:42
Mister_Magistermal: did anyone recently told you that you're awesome? Reminder that you're awesome :P10:43
Mister_Magisterspeaking of being awesome, would be awesome if jolla enabled qtglsink10:55
T42<edp_17> mal: I wonder where from that sailfishos_5.0 was coming from as I used sailfishos_5.0.0.67 for repository on OBS.11:33
malhttps://github.com/mer-hybris/community-adaptation/blob/master/adaptation-community-common.ini11:39
malyou can see there the releaseMajorMinor11:39
malit was changed so that in the future one target per release is enough11:40
malso during the transition from full release numbers to the short ones happens now during 5.0 and hopefully only now we need both11:50
malI got android 15 base booting to UI13:11
T42<edp_17> Great news! Well done. :)13:13
malthat is on fp613:17
Mister_Magisterbut did you release android 14 manifest? :D13:23
malhmm13:23
malit seems I forgot again13:23
malI'll have to do that13:23
maltoo many things to do13:24
Mister_Magisterlmao good job anyway13:25
Mister_Magistermal: yeah I alone have like 5 or 6 requests/issues pending :D13:25
Mister_Magisterlike 3.4 fix, adding qtglsink, animations being double speed, the mce PR, the suspend not working until you connect charging cable,13:26
malI also have seen that suspend issue with usb cable on some device, didn't yet figure out what is causing it13:28
Mister_MagisterI know cause you told me about it xd13:28
Mister_Magisterbut thats the least of the mentioned issues13:28
Mister_Magisterbiggest is animations being double speed I think13:29
Mister_Magisterbecause newer phones are all >60Hz13:29
Mister_Magisterhey at least jolla will have to fix that sooner or later13:29
malyes, that is something not very nice, need to see if I have any device with that issue13:29
Mister_Magister90Hz device should also have it (animations being 1.5x speed)13:30
Mister_Magisterits like all the timing in qt is tied to refresh rate so double the refresh rate double the passage of time13:30
malI think fp6 has up to 120 Hz display13:30
Mister_Magisterif you got gui, then you can check in developer settings13:31
T42<morciatka> Mister_Magister: animations being 1.5x confirmed on my port13:31
Mister_Magisterand maybe run into another issue13:31
Mister_Magisterof the fps counter being capped at 99 xd13:31
T42<morciatka> but they actually feel nicer than on 60Hz devices, I would keep that bug as a "feature"13:31
Mister_Magisteryeap, same, i would like to have correct timers but faster animations, like on forums one guy is patching silica to speed up animations while we have that side-effect13:32
Mister_Magisterbut timers being faster is NOT fun13:32
Mister_Magisterdoubleclick was essentially anihilated becaues you can't press fast enough13:32
Mister_Magistertho I would love to see my mce PR being merged13:33
Mister_Magistertho i have some thoughts about it13:33
malMister_Magister: the fps counter is done in a very terrible way :D13:34
malI checked the code13:34
Mister_Magister:D13:34
malbut the counter is least of the issues13:36
Mister_Magistermal: pretty please check the mce pr it shouldn't take long i can even provide you with build, more people could use it and its working flawlessly13:42
malMister_Magister: what is the usecase for qtglsink?13:44
maland is that in gst?13:44
Mister_Magisteryes13:44
Mister_MagisterInstead of messing around with creating custom sink just so that I can accept gstdroid custom output I could just use ready made qt gst sink and then gst-droid would simply convert its custom format to normal raw one and it would simplify my life tremendously as well as allow overlaying subtitles and others could maybe use it13:45
Mister_Magisterits in gst-plugins-bad iirc13:45
Mister_Magisteryou checked it some time ago and it was just disabled for no apparent reason13:46
Mister_Magistersorry qmlglsink*13:46
Mister_Magisterhttps://github.com/GStreamer/gst-examples/blob/master/playback/player/qt/main.qml#L61 see you could just have qml element and pass that to the pipeline13:48
Mister_Magisterno custom sink that can't have overlays13:48
Mister_Magisteryou guys leverage qtmultimedia which has its own gstreamer sink but for apps its not possible13:49
malI wonder how I did subtitles in one app I made13:54
Mister_Magisteri just made app_sink and use qml element to display them but that obvoiusly doesn't work with formatted or graphic subtitles13:55
Mister_Magisterbut the subtitles are only small issue, biggest issue is pain in the… custom sink13:55
malok13:57
Mister_Magisterlike, i'm the only one in the whole sfos developer community doing that right now13:57
T42<edp_17> mal: So, how can fix that wrong repo on device? (https://paste.ubuntu.com/p/GQZqNCjT5v/)15:33
malit's not about fixing it on device but fixing it on obs, you can see here the target sailfishos_5.0 https://build.sailfishos.org/project/show/nemo:testing:hw:fairphone:fp5 which you are missing in https://build.sailfishos.org/project/show/nemo:testing:hw:lge:hammerhead so, just add the target the usual way there and everything should be fine16:24
mal@edp_17 did you understand what you need to do?16:59
Mister_Magistermal: got quite difficult question. The tablet I've ported has pen for drawing, and its reporting events, events match evdev_tablet plugin so I enabled it, and I've confirmed that plugin is receivng events and sending them to Qt but after that nothing happens, can't control gui, I even porter software for testing drawing tablets in qt and it doesn't report anything. Any idea how to debug it further17:11
malhmm, quite odd, need to think a bit17:25
Mister_Magisterno worries my pen is in customs17:32
T42<edp_17> Mal: yes, I got it. Thanks. Need to check my other two ports treltexx and ocean because I don't remember had this issue there.17:50
malI added the change to common repo about 2 months ago18:36
T42<edp_17> mal: that explains. I've built 5.0 for the other two earlier.18:57
malyou still should add the target for those in case someone updates their devices19:47
T42<elros34> can't you add symlinks on obs to not rebuild 5.0.0.x and 5.0?20:24
T42<edp_17> mal: haha, I think when you checked my hammerhead Meta data, you managed to delete all build repository entries. :)20:42
T42<edp_17> No worries, I'll add them back.20:42
T42<edp_17> I've added that "sailfishos_5.0" on all three ports. Is it possible to fix repos on device? When doing a zypper ref on hammerhead, it still gives that error.20:51
malhmm, what?21:22
malpretty sure I didn't even open the meta page21:22
T42<edp_17> mal: I am not sure how, but, somehow all build sections disappeared. When you mentioned that I have a missing entry, I thought you opened it up and accidentally changed. Sorry about that.22:07
T42<edp_17> I've put everything back, so, not a problem. I also added that line you mentioned.22:08
T42<edp_17> I'll upgrade the device and hopefully that will fix the repo issue on it.22:09
T42<edp_17> Well, I cannot upgrade because of that repo error.22:21
T42<edp_17> I'll package a new zip to see whether this is fixed in there.22:23
malI think you misunderstood a bit, you didn't actually add the target22:30
malyou only added the line to enable build of the target without adding the target itself22:31
malalso the .58 target is wrong22:31
malcompare the targets in the Meta22:32

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!