*** zbenjamin is now known as Guest96285 | 02:59 | |
*** zbenjamin_ is now known as zbenjamin | 02:59 | |
*** haasn` is now known as haasn | 03:02 | |
bionade24 | Why is the FolderPickerPage not available despite being in the documentation? https://sailfishos.org/develop/docs/sailfish-components-pickers/qml-sailfish-pickers-folderpickerpage.html/ | 10:27 |
---|---|---|
bionade24 | I can't find it | 10:27 |
bionade24 | FilePickerPage is available, though | 10:27 |
bionade24 | A seems like I need SFOS version for folder picker | 10:30 |
bionade24 | :( | 10:30 |
*** frinring_ is now known as frinring | 11:02 | |
thigg[m] | I just upgraded my xa2 to the release, no warnings were shown, update seemed to work fine, but now my phone is stuck after boot when I enter the decryption key with a forever spinning circle. | 14:50 |
thigg[m] | Any advice? | 14:50 |
thigg[m] | Haven't found the exact same thing scrolling through the forum | 14:51 |
bionade24 | thigg[m]: Boot into recovery and try to open your luks device from there | 15:26 |
thigg[m] | nvm, resolved it. I reset the phone 3 times, but the fourth time, I was pressing power + volume up for 5 secs until it vibrated mulitple times, afterwars it booted fine... | 15:27 |
thigg[m] | don't ask me why tho... maybe some hardware encryption store got corrupted? | 15:33 |
*** vilpan is now known as Guest1488 | 15:38 | |
*** Guest1488 is now known as vilpan | 15:39 | |
*** albertux1 is now known as albertux | 15:40 | |
bionade24 | thigg[m]: Then it wouldn't have worked after it. More like a issue in the firmware. | 15:49 |
attah | Anyone that is a fan of google drive? Seems Cargo is in need of a new maintainer... | 18:04 |
Mister_Magister | attah: >sailfish | 19:07 |
Mister_Magister | >gc | 19:07 |
Mister_Magister | pick one | 19:07 |
attah | hmm? | 19:08 |
attah | Mister_Magister: i don't follow... what do you mean? | 19:15 |
Mister_Magister | sailfish is about privacy | 19:24 |
attah | what makes you the one to decide what it is (only) about? | 19:25 |
attah | don't get me wrong, it's a nice feature, and it goes hand in hand with something i value much more - not being bothered by ads and apps nagging about accounts etc | 19:27 |
attah | but had it not been for the ergonomics/UX/UI i'd not have been here | 19:35 |
bionade24 | attah: I understand you wish but sadly I personally have no reason in maintaining this code either. I don't even have a Google Account. But I do still understand you points. It's not like Sailfish doesn't support privacy-ufriendly cloud providers OOTB. | 19:43 |
attah | OOTB, optional, integration would have been neat | 19:45 |
attah | One of the reasons i'm asking is because i'm not exactly a fan - or should i say heavy user - either | 19:45 |
Mister_Magister | there is sadder thing that happened | 19:46 |
Mister_Magister | ownkeepass was orphaned | 19:46 |
attah | But i have one document i need to produce and have clouded every month | 19:46 |
attah | ...and it being able to give me a PDF that is ready to print is quite useful | 19:47 |
attah | this low usage would make me a suboptimal maintainer | 19:48 |
Mister_Magister | well | 19:49 |
Mister_Magister | If i need something i go and make it | 19:49 |
Mister_Magister | thats the nature of sfos | 19:49 |
Mister_Magister | i had music on nextcloud, couldn't play it, so i made app, now i'm happy | 19:49 |
attah | Same here, 5 times over | 19:50 |
attah | I'll conceivably keep its current functionality afloat... but i think it deserves more, including packaged dependencies | 19:52 |
Mister_Magister | PRs always welcome | 19:53 |
attah | Problem is, the maintainer wants out... | 19:54 |
attah | and i did make one with "Download as PDF", which of course pegs me as a candidate for maintainership | 19:55 |
attah | ...but i don't think i can do it justice | 19:55 |
Mister_Magister | thats what i mean | 19:55 |
Mister_Magister | if someone will want to do it better, they can make pr, contact you, whatever | 19:56 |
Mister_Magister | don't you think | 19:56 |
attah | or it randomly breaks and people contact me | 19:57 |
Mister_Magister | are they paying you? | 19:57 |
attah | the way some people behave, they'd better be | 19:57 |
Mister_Magister | thing is, even if they contact you there's no issue other than spam | 19:58 |
Mister_Magister | if it breaks and there's someone with potential of maintaining it that uses it, they will fix it | 19:58 |
Mister_Magister | its not as serious as you think | 19:58 |
Mister_Magister | just because you do something with it doesn't stop anyone else from doing something with it | 19:59 |
Mister_Magister | if there's someone else that cares, they will do something to help | 19:59 |
bionade24 | Hi I have a "property string name" and a Textfield with you make the value of name editable, but it doesn't work. How can I manipulate "name" with a TextField | 20:15 |
bionade24 | I'm feelin really bad for "Not getting basic stuff done" but I have no fucking idea why it doesn't work | 20:15 |
bionade24 | Code http://ix.io/2PTr | 20:16 |
attah | at risk of embarrassing myself... something like onTextChanged: configPage.backupDestination = text | 20:17 |
attah | I have my target variable thingy set to the text here https://github.com/attah/harbour-seaprint/blob/master/qml/pages/AddPrinterDialog.qml | 20:19 |
attah | so i guess, you can do that too and then have the initial value of the TextField be the config value | 20:21 |
bionade24 | attah: The qml code i used has Binding configured at the beginning of the file, I overlooked it. Thx for help! | 20:23 |
bionade24 | *used as help/reference | 20:23 |
bionade24 | https://github.com/llewelld/harbour-contrac/blob/master/qml/pages/Settings.qml | 20:23 |
attah | that's probably the even more proper way to do it | 20:23 |
bionade24 | Does someone else also know why the ConfigurationGroup doesn't store anything? | 20:36 |
bionade24 | the Component.onDestruction part gets executed. | 20:39 |
bionade24 | Because I get the message from console.log("Settings written to disk") | 20:41 |
fridl | bionade24: I was just scrolling the log: Did you find a way for your question to store data from python side? | 21:50 |
fridl | So, I'm sure you did find already one and my solution probably is not "the best" but as i'm again AFK in a second and you should still be interested in an example: | 22:02 |
fridl | You can call a python method sending a StandardPath (in my case "cache") like here: https://github.com/fridlmue/harbour-avarisk/blob/316b90e15832acd8e6f4bc92da6fa0220b53692c/qml/pages/DangerPage_swiss.qml#L344 | 22:03 |
fridl | And process it e. g. for downloading files there like in the python script here (linked line and following 3): https://github.com/fridlmue/harbour-avarisk/blob/316b90e15832acd8e6f4bc92da6fa0220b53692c/qml/pages/pyAvaCoreSwiss.py#L30 | 22:04 |
fridl | e. g. dump objects there like here: https://github.com/fridlmue/harbour-avarisk/blob/316b90e15832acd8e6f4bc92da6fa0220b53692c/qml/pages/pyAvaCore.py#L384 | 22:06 |
fridl | hope it helps if you are still searching. | 22:06 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!