#nemomobile log for Monday, 2020-03-30

T42<neochapay> @aa13q [I've managed to build lipstick (or some part o …], Make separate patch for this https://git.sailfishos.org/aa13q/lipstick/commit/e4c44b2142790a64f07ed60befe4029326842431#36c23675291e736c9bde393c32a8814230fd0e96_72_7307:49
T42<aa13q> @neochapay [Make separate patch for this https://git.sailf …], got it, will do! β˜ΊοΈπŸ‘07:56
T42<aa13q> @aa13q [got it, will do! β˜ΊοΈπŸ‘], done: https://git.sailfishos.org/aa13q/lipstick/commits/aa13q-alpm-qt5.1408:05
T42<neochapay> oh....time to build nemo sdk becouse sailfish sdk outdated....08:18
PureTryOut[m]Btw aa13q the systemd check in Lipstick has already been fixed in master https://git.sailfishos.org/mer-core/lipstick/commit/8eb1eaaee07ff5f580ba2bdfda96ba1761b1ffb108:43
PureTryOut[m]Btw, this just creates broken symlinks but I'm unsure on how to fix it https://git.sailfishos.org/mer-core/libdsme/blob/master/Makefile#L7809:20
PureTryOut[m]Oh fixed it after 30 minutes of messing around. Replace the line for `ln -sf $$(basename $$f)`09:22
T42<aa13q> PureTryOut, about lipstick upstream: thanks, missed that! I'm using Sergey's 5.12 groundwork, will try to rebase current state to upstream master09:25
PureTryOut[m]Good, thanks09:25
PureTryOut[m]`/bin/ld: warning: libssusysinfo.so.1, needed by /usr/lib/libsystemsettings.so.1, not found (try using -rpath or -rpath-link)`09:48
PureTryOut[m]Yeah no kidding, `libssusysinfo.so.1` doesn't exist, only `libssusysinfo.so.1.0.0` does09:49
PureTryOut[m]aa13q: do you have that issue as well?09:49
PureTryOut[m]Oh, that's again because of broken symlinks... Nice...09:56
* PureTryOut[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/MBCpvMPpqNrWsuseDbcejbSV >10:02
PureTryOut[m]πŸŽ‰10:02
PureTryOut[m]Ok now, are there any instructions on actually running Glacier?10:04
T42<eekkelund> PureTryOut: On what HW and what is wrong?10:09
PureTryOut[m]What is wrong? What do you mean?10:10
PureTryOut[m]And currently I just want it to run in a Qemu VM, but on postmarketOS πŸ˜‰10:10
T42<eekkelund> We did a rewrite of Nemo Mobile website. Here is the PR: https://github.com/nemomobile-ux/nemomobile-ux.github.io/pull/510:10
T42<eekkelund> And here is the Demo: https://kahel.in/nemo10:10
T42<neochapay> (Photo, 1280x643) https://irc.thaodan.de/.imgstore/j2Y0VJJs7f.png so big header10:10
PureTryOut[m]That's a fancy website10:11
PureTryOut[m]But the top menu doesn't work without Javascript it seems, so dislike from me πŸ˜›10:12
DylanVanAssche<PureTryOut[m] "But the top menu doesn't work wi"> 😁 who need JS anyway :D10:12
PureTryOut[m]Seriously though, such menus can be done with CSS with a simple on hover10:13
T42<neochapay> (Photo, 854x873) https://irc.thaodan.de/.imgstore/kW001tqQI8.png sheed broken to10:13
T42<neochapay> (Photo, 1280x505) https://irc.thaodan.de/.imgstore/kcdq0MR6xy.png if not ready maybe remove ?10:14
T42<eekkelund> PureTryOut: on Qemu these env vars could help:10:15
T42<eekkelund> ```QT_QPA_EGLFS_INTEGRATION=eglfs_kms10:15
T42<eekkelund> XDG_RUNTIME_DIR=/run/user/100010:15
T42<eekkelund> GLACIER_NATIVEORIENTATION=110:15
T42<eekkelund> QT_IM_MODULE=qtvirtualkeyboard10:15
T42<eekkelund> QT_QUICK_CONTROLS_STYLE=Nemo10:15
T42<eekkelund> LIPSTICK_OPTIONS="-plugin evdevtablet -platform eglfs -plugin evdevmouse evdevkeyboard"```10:15
T42<eekkelund> and then lipstick $LIPSTICK_OPTIONS10:15
T42<eekkelund> @PureTryOut[m] [Seriously though, such menus can be done with …], My css skills were already on the limits πŸ˜ƒ10:16
locusfoh there were still pending stuff, oh well10:16
PureTryOut[m]eekkelund: ah thanks, but how would it know to start the Glacier UX? Or does it autodetect that depending on what is installed?10:18
PureTryOut[m]I guess Qt5Compositor is that private Qt API that got removed, so https://github.com/nemomobile-ux/glacier-home/blob/master/src/src.pro#L122 will not work anymore. Currently fails to compile on Qt 5.1410:22
PureTryOut[m]locusf: could you reset the room image? My homeserver can't retrieve it it seems10:37
PureTryOut[m]Oh it's different now10:45
PureTryOut[m]Thanks!10:45
T42<neochapay> @eekkelund [My css skills were already on the limits πŸ˜ƒ], add some fixup10:51
T42<eekkelund> http://nemomobile.net/blogs/ the banner is broken here, and on the front page the banner-phone image disappeared11:04
T42<eekkelund> good fixes otherwise! :)11:05
T42<neochapay> (Photo, 303x59) https://irc.thaodan.de/.imgstore/EinrONkUey.png13:22
T42<neochapay> sdk works !13:22
vknechtis there any template/example KS for creating nemo image directly "on top" of a sfos one ?13:31
vknechtbtw, congrats for your solitary work and results :-)13:34
T42<neochapay> i write sdk instucions now for suite13:34
T42<neochapay> http://nemomobile.net/sdk/14:24
T42<neochapay> SDK setup instructions14:24
T42<jmlich> Have you tried use of sdk in LXC/LXD container? It seems to be similar to SB2.14:30
T42<neochapay> @jmlich [Have you tried use of sdk in LXC/LXD container …], not tried...14:31
T42P@t %lastname% was added by: P@t %lastname%14:40
T42<P@t %lastname%> 714:40
*** Snoras_ is now known as Snoras15:09
T42<neochapay> ```bash-3.2$ sb2 -t nemo-aarch64 -m sdk-install -R ping 8.8.8.815:23
T42<neochapay> PING 8.8.8.8 (8.8.8.8): 56 data bytes15:23
T42<neochapay> ping: permission denied (are you root?)```15:23
T42<neochapay> SWEeeeeeeeeeeeeeeeeeeeet15:23
T42<Nokius> (Sticker, 512x512) https://irc.thaodan.de/.imgstore/QzMi5Nd4Hi.webp15:37
T42<Nokius> @neochapay [SWEeeeeeeeeeeeeeeeeeeeet], you have to be root to ping15:37
T42<Nokius> also on the SFOS devices this days15:38
T42<Nokius> dunno when but it was introdcted15:38
T42<neochapay> @Nokius [dunno when but it was introdcted], https://pastebin.com/2Yfda5fC15:44
T42<neochapay> can't update zypper15:44
T42<Nokius> is you network up and running ;)16:20
T42<neochapay> haha16:33
T42<markvesime> is there an .img build of nemo I can download somewhere? The most recent one I have is from 17Feb18:18
T42<neochapay> @markvesime [is there an .img build of nemo I can download …], img for what ?18:20
T42<markvesime> sorry, for the pinephone18:21
T42<neochapay> @markvesime [sorry, for the pinephone], you can flash sfos and replace rootfs18:40
T42<neochapay> but in next 3-5 days i update rootfs and crate image18:40
T42<markvesime> great, thanks Sergey, the OS looks great18:41
*** verin0x3 is now known as verin0x23:06

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