T42 | 上官玉瓿 %lastname% was added by: 上官玉瓿 %lastname% | 00:56 |
---|---|---|
r0kk3rz | rinigus: i wonder if the the jb linker was like that because of alien-dalvik | 04:42 |
rinigus | r0kk3rz: maybe. But from the comments around it, I suspect that newer linkers were just coded with a small mistake | 04:45 |
r0kk3rz | yeah maybe | 04:46 |
r0kk3rz | clearly it was never really a problem for anything | 04:46 |
r0kk3rz | and i do wonder if we can hack in xdg-shell support into the flatpak-runner thing | 04:58 |
rinigus | r0kk3rz: exactly, but it's a problem now | 05:15 |
rinigus | I think we can have it in, but it's not trivial. Probably would be simpler with newer qtwayland | 05:16 |
rinigus | For that, if not using qtwayland, would also have to think how to forward events (touch and so) | 05:18 |
r0kk3rz | yeah, who knows when the new qt will land | 05:24 |
T42 | <庄生婷 %lastname%> (Photo, 799x453) https://irc.thaodan.de/.imgstore/F1OiRYfxZD.png 💋💋5万电报微信群推广群发广告、批量私聊电报指定群成员、非小号Mytoken关注惊爆价,拉币圈活粉 、twitter/facebook/potato/Linkedin/微博/YouTube/增粉评论转发点赞、国内外KYC身份材料出售、电报群/微信群增粉拉人 、交易所APP实名注册认证 、专业中英文客服 、水军群活跃聊天 、交易 | 08:51 |
T42 | Ffubmgjgbvq was added by: Ffubmgjgbvq | 12:20 |
T42 | <eugenio_g7> Which thing is responsible of adding the 'nemo' user to the groups specified in /usr/lib/droid/hw-group.d/*.list generated by dhd? The groups doesn't seem to be added automatically on my port and would like to find why | 12:51 |
T42 | <Donreddy> Hi, did sailfish os supports Volte calls ?? | 12:55 |
T42 | <elros34> @eugenio_g7 there was PSA some time ago that for <= 3.2.1.20 release, upgrade-3.2.1 branch of droid-hal must be used. This could be related to your issue | 12:58 |
mal | sailfish doesn't have volte support at the moment | 12:58 |
T42 | <Donreddy> Ok thanks for info. | 12:59 |
T42 | <eugenio_g7> @elros34 ok thanks, will check | 13:00 |
T42 | Duncan %lastname% was added by: Duncan %lastname% | 13:57 |
T42 | <eugenio_g7> @elros34, yup that seems to be it :) Thanks! | 14:00 |
T42 | scribbler_j was added by: scribbler_j | 17:17 |
T42 | <NotKit> rinigus, regarding your flatpak attempts and lipstick limitations, could Cage as nested Wayland compositor be a workaround? | 20:46 |
rinigus | NotKit: I think so. looked into it a bit and it seems to be promising. but that would require some kind of workaround with input methods... | 20:48 |
rinigus | if you wish to look into it, please do. | 20:48 |
rinigus | I am now working on getting maliit into flatpak with the idea of using its plugin to communicate with the keyboard outside | 20:49 |
TheKit | my workaround idea was to make it render to a texture and embed it into QML app, but if keyboard can be drawn by lipstick, it may be not needed | 20:50 |
rinigus | although, maliit would probably work there as well (if it works with the primitive one) | 20:50 |
rinigus | TheKit: it would still be great to have decent compositor (any of them). that would allow us to get gtk apps as well. | 20:51 |
rinigus | so, its possible to make them "headless" and render on gles | 20:51 |
rinigus | and gles could be in qml app. something as done in mapbox gl qml plugin | 20:52 |
TheKit | can I just use https://github.com/sailfishos-sony-tama/mer-libhybris/commits/tama_dev for Fxtec? | 20:53 |
rinigus | yes, should work. you could also use tama branch, I merged it already | 20:53 |
rinigus | it has latest libhybris (may even help with something), patch for more extensions that was needed for tama, and flatpak patch | 20:55 |
rinigus | TheKit: ^ | 20:55 |
TheKit | thanks, I will try to see if Flatpak just works on it with that | 20:58 |
rinigus | fingers crossed :) | 21:00 |
TheKit | rinigus, which repo is org.kde.mobile.angelfish in? | 21:22 |
rinigus | in KDE | 21:23 |
rinigus | just a sec | 21:23 |
TheKit | https://distribute.kde.org/kdeapps.flatpakrepo? | 21:24 |
rinigus | yes | 21:24 |
rinigus | (was going to write about keyboard, but you probably don't care about it anyway) | 21:25 |
TheKit | I see lot of "Usage: gpg-connect-agent [options] (-h for help)" but it does not seem to cause error | 21:26 |
rinigus | yes, the issue has been filed regarding it. | 21:27 |
rinigus | don't forget to reboot after install. as well as to make extension | 21:27 |
rinigus | and no harm noticed either | 21:28 |
TheKit | Angelfish seems to be lacking icons for me, but works | 21:33 |
T42 | <adampigg> i wonder if i should copy my devel repo to testing, and tell my users to use that, so i can break devel | 21:35 |
rinigus | TheKit: great! try to run with | 21:37 |
rinigus | `flatpak-runner --env=QT_QUICK_CONTROLS_STYLE=Plasma --env=QT_QUICK_CONTROLS_MOBILE=1 org.kde.mobile.angelfish` | 21:37 |
rinigus | that will turn on the icons | 21:37 |
TheKit | that did the trick, thanks | 21:38 |
rinigus | to get around qtwebengine scaling bugs, try | 21:38 |
rinigus | flatpak-runner --env=QT_QUICK_CONTROLS_STYLE=Plasma --env=QT_QUICK_CONTROLS_MOBILE=1 --`env=QT_WAYLAND_FORCE_DPI=130 --env=QT_SCALE_FACTOR=3 org.kde.mobile.angelfish` | 21:38 |
rinigus | here, keep dpi*scale equal to your physical dpi | 21:38 |
rinigus | webengine will ignore dpi and scale just by scale_factor. use int for scale factors | 21:39 |
rinigus | note that there are number of issues already filed in main and flatpak-runner repos. | 21:41 |
rinigus | as for qt webengine bug, I think we are triggering https://bugreports.qt.io/browse/QTBUG-74493 | 21:41 |
rinigus | (off to sleep, enjoy flatpaks) | 21:42 |
TheKit | good night, thanks for the help | 21:43 |
rinigus | thanks | 21:43 |
T42 | sicelo was added by: sicelo | 22:19 |
TheKit | Flatpak's Telegram mostly works, great | 22:19 |
TheKit | it's pretty much usable with keyboard unless right-click menu is opened which is a separate window and breaks compositor | 22:22 |
T42 | <adampigg> so, if i just build the tama_dev branch of mer-libhybris i should be mostly there? | 22:40 |
T42 | <NotKit> just tama is fine] | 22:51 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!