*** frinring_ is now known as frinring | 00:56 | |
*** zbenjamin_ is now known as zbenjamin | 01:11 | |
*** zbenjamin is now known as Guest22588 | 01:17 | |
*** zbenjamin_ is now known as zbenjamin | 01:17 | |
*** feodoran_ is now known as feodoran | 02:19 | |
Almindor | how can you position a page on pagestack so it is "always to the right" (as if on top) of another without re-adding it all the time? | 02:30 |
---|---|---|
Almindor | what I need is the ability to swipe right and return to the previous page, but keep the top page accessible by sweeping left | 02:31 |
Almindor | *swiping | 02:32 |
r0kk3rz | you dont use the page stack for that | 02:43 |
r0kk3rz | a way i tackled a similar issue is making the left page a big loader element, and swapping out the QML dynamically | 02:44 |
r0kk3rz | so theres only ever two 'pages' | 02:44 |
r0kk3rz | so you could use that for your right page, if that suits your interaction needs | 02:45 |
r0kk3rz | eg. https://github.com/r0kk3rz/SirenSong-Media-Player/blob/master/qml/pages/LibraryPage.qml#L97-L113 | 02:47 |
Almindor | it seems I can use the "pushAttached" which works, my only quirk is I'd like to be able to jump to the attached page directly at times | 03:24 |
r0kk3rz | i think you can do that if you have a reference to that page | 03:47 |
Almindor | yeah it seems the trick is to use "Immediate" mode to add the pages and then .navigateForward | 03:51 |
Almindor | hmm, I've installed gdbserver on the emulator as per https://sailfishos.org/wiki/Application_SDK_Known_Issues#Debugging but I'm still getting exit code 127 when trying to debug | 04:00 |
Almindor | did something change recently? this used to work for me before | 04:01 |
caitlin | mal, yeh :( or be taught to fish :/ | 06:47 |
r0kk3rz | surely those fixes will make it into a release at some point | 06:51 |
caitlin | I had hoped, but as yet no | 06:52 |
r0kk3rz | which packages did you need? | 06:52 |
caitlin | a bunch of ohm-plugins things, and policy-settings-common | 06:57 |
caitlin | i don't know where or even if they're publically forked to make this work | 06:58 |
r0kk3rz | id expect git.merproject.org | 06:58 |
r0kk3rz | oh they renamed it, git.sailfishos.org then | 06:59 |
r0kk3rz | so no, it hasnt been merged yet - https://git.sailfishos.org/mer-core/policy-settings-common/merge_requests/28 | 07:01 |
caitlin | winner, thanks | 07:01 |
r0kk3rz | https://git.sailfishos.org/mer-core/ohm-plugins-misc/merge_requests/25 | 07:02 |
*** frinring_ is now known as frinring | 09:36 | |
*** feodoran is now known as Guest18205 | 10:34 | |
*** feodoran_ is now known as feodoran | 10:34 | |
*** ecloud_ is now known as ecloud | 15:20 | |
Mister_Magister | who is the guy who manages jolla-devices? | 17:51 |
fledermaus | shaft! | 17:58 |
fledermaus | scnr. | 17:59 |
Mister_Magister | fledermaus: whet | 18:37 |
attah | Nemo Thumbnailer with http(s):// paths appears not to work, is that really so? | 18:44 |
fledermaus | Mister_Magister: are you not expanding scnr or did you not get the preceding reference? | 18:48 |
Mister_Magister | fledermaus: shaft part i don't get | 18:48 |
fledermaus | https://www.youtube.com/watch?v=Q429AOpL_ds | 18:49 |
Mister_Magister | fledermaus: i don't follow | 18:58 |
fledermaus | it's a call response in the song. | 19:00 |
fledermaus | "who's the man who <insert awesomet thing here>" | 19:00 |
fledermaus | "shaft!" | 19:00 |
Mister_Magister | whatever | 19:01 |
fledermaus | you asked. | 19:03 |
Mister_Magister | fledermaus: and didn't got an answer | 19:05 |
fledermaus | sheesh, it was just a joke. | 19:07 |
Mister_Magister | i don't mind joke just searching for answer | 19:08 |
fledermaus | ok. well I don't have that, sorry. | 19:08 |
Umeaboy | Hi! Where are the src.rpm' | 22:21 |
Umeaboy | s located? | 22:21 |
Umeaboy | I would like to rebuild ofono for the Pioneer model. | 22:22 |
Umeaboy | I capabilities to call and send/recieve SMS, but I can't surf. It might be due to wrong AP settings, but if those were wrong wouldn't that mean that I'd have no service? | 22:23 |
Umeaboy | I meant APN. | 22:25 |
Umeaboy | Sorry. | 22:25 |
Umeaboy | The standard APN setting was wrong from when I installed Sailfish. | 22:29 |
r0kk3rz | so change it? | 22:38 |
vknecht | Umeaboy, afaik there's no real "src.rpm", what we have is .spec files to build .rpm files, ie. https://git.sailfishos.org/mer-core/ofono/blob/master/rpm/ofono.spec for all devices | 22:43 |
mal | ofono rebuild won't help with such things probably | 22:44 |
r0kk3rz | just set it in the settings | 22:44 |
Umeaboy | Yeah. This has happened to me in Lineage as well. | 22:44 |
Umeaboy | vknecht: Can I build ofono locally on my laptop or do I need to build it on my phone? | 22:45 |
mal | nobody builds such things on phone | 22:46 |
vknecht | if you have platformsdk or obs account, no need to build on phone | 22:46 |
vknecht | it could be more complicated to set up :) | 22:47 |
vknecht | (on phone, I mean) | 22:47 |
Umeaboy | vknecht: OK, because the presets where wrong and I didn't set it that way. | 22:48 |
vknecht | but as said, default APN setup may not be related to ofono ; iirc when I looked for that, it's a gnome package which has the defaults | 22:49 |
r0kk3rz | catastrophe | 22:49 |
monich | vknecht: https://git.merproject.org/mer-core/mobile-broadband-provider-info is the provider database used by sfos | 22:50 |
vknecht | yeah, that's it :-) https://github.com/GNOME/mobile-broadband-provider-info | 22:51 |
vknecht | so what's the "real" one ? :-) | 22:52 |
r0kk3rz | the one monich just linked to | 22:53 |
* monich nods | 22:53 | |
vknecht | sure | 22:53 |
monich | there's also support for ota provisioning in case if provider has that | 22:54 |
vknecht | https://git.sailfishos.org/mer-core/mobile-broadband-provider-info | 22:54 |
r0kk3rz | same thing | 22:54 |
* vknecht was just promoting the renaming ;-) | 22:55 | |
Umeaboy | I'll make a fork and add the right APN settings. | 23:13 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!