*** jvd__ is now known as jvd_ | 03:39 | |
*** zumbi_ is now known as zumbi | 07:21 | |
*** frinring_ is now known as frinring | 07:46 | |
dcaliste | jpetrell, may I ask you to give a look to https://together.jolla.com/question/188512/calendar-crash-when-deleting-entry-with-edited-date/ when you have time? | 09:13 |
---|---|---|
dcaliste | It's related to remorse being called while model have refreshed already and recreated list items. | 09:13 |
dcaliste | It is more or less the same issue than https://github.com/sailfishos/sailfish-office/issues/10 that I corrected some years ago by making the model not recreate entries for already existing entries. | 09:14 |
dcaliste | We may apply the same solution here by not resetting the full model on event change. What do you think ? | 09:15 |
pvuorela | dcaliste: what's the model that causes the crash? agendamodel should already do smaller updates instead of full reset. | 09:28 |
dcaliste | pvuorela, yes I'm currently looking at the code in nemo-qml-plugin-calendar. | 09:28 |
dcaliste | the log of jolla-calendar (with additional debug) is: | 09:29 |
dcaliste | - component created | 09:29 |
dcaliste | - (edition done and accepted) | 09:29 |
dcaliste | - component deleted | 09:29 |
dcaliste | - new component created | 09:29 |
dcaliste | - (delete triggered) | 09:29 |
dcaliste | - crash well calling Remorse.itemAction() | 09:30 |
dcaliste | From these series of event, I guess that AgendaModel is fooled to recreate the event on simple edition (like changing starting time). | 09:31 |
pvuorela | ah right, so list item in main page changes when time gets changed. | 09:36 |
dcaliste | pvuorela: exact. | 09:36 |
dcaliste | It's related to the eventsLessTahn() I guess that is working on startTime(). | 09:37 |
pvuorela | not sure if catching the time edit in agendamodel is full fix either. user could move the event to a different day. | 09:37 |
dcaliste | pvuorela: good point. | 09:37 |
explit | dcaliste: r0kk3rz told me i can ping you about sailfish-secrets | 09:42 |
dcaliste | explit, I've seen your entry in tjc. | 09:42 |
dcaliste | When did you created the master key ? | 09:42 |
explit | dcaliste: Oh cool | 09:42 |
explit | I created master key in Sailfish 2.2.0.29, than updated to cbeta 2.2.1.xx version | 09:43 |
dcaliste | can you do in CLI: | 09:45 |
dcaliste | - systemctl --user stop sailfish-secretsd | 09:45 |
dcaliste | - export QT_LOGGING_RULES="*.*=true" | 09:45 |
dcaliste | - devel-su -p sailfishsecretsd | 09:45 |
dcaliste | You should have some message about the opening of databases like Opened secrets database: "/home/nemo/.local/share/system/privileged/Secrets/org.sailfishos.secrets.plugin.encryptedstorage.sqlcipher/metadata.db" | 09:46 |
explit | will try now, thanks | 09:46 |
dcaliste | pvuorela: I agree that the solution should be fine elsewhere than the agenda model, with your remark that event may be moved to another day. Which moves the problem to handling remorse in that case and possibly move the page to the new day. Solution will be much more complicated. Need to think more about it. | 09:48 |
dcaliste | "should be found"… | 09:49 |
explit | dcaliste: OK, should i post you the message? | 09:51 |
dcaliste | If there is an error and you cannot guess what to do, yes. | 09:51 |
explit | dcaliste: are you also on Telegram, so its simplier to send screenshoots? | 09:52 |
dcaliste | Sorry, no… | 09:52 |
explit | ok, no prob, will post here | 09:53 |
dcaliste | Use my email address : login AT free.fr | 09:53 |
explit | ah ok, thanks | 09:53 |
dcaliste | explit: sorry maybe was not clear, my address is <my IRC pseudo> AT free.fr | 09:57 |
explit | ok, now its clear | 10:01 |
dcaliste | explit, by the way, you may list also these two directories (with devel-su -p): | 10:03 |
dcaliste | - /home/nemo/.local/share/system/privileged/Secrets/lockcodecheck | 10:03 |
dcaliste | - /home/nemo/.local/share/system/privileged/Secrets/initialsalt | 10:03 |
dcaliste | Both should contains a directory with a unique ID name like "ffad1e36-3433-4144-98c5-9bd5af29cf23" | 10:04 |
dcaliste | explit: when you are back, looking at the error you sent me and the code, it seems that looking in /home/nemo/.local/share/system/privileged/Secrets/lockcodecheck is the right direction. | 10:15 |
dcaliste | The key derivation plugin name should be there. | 10:15 |
dcaliste | But the value that is read there is wrong. | 10:16 |
dcaliste | Post here just the 'll' result of this directory. | 10:16 |
_explit_ | dcaliste: Is it possiblejust delete all keys and begin from 0 ? | 10:27 |
dcaliste | _explit_: sorry was out for lunch. Yes you can delete all subdirs in /home/nemo/.local/share/system/privileged/Secrets/. This will obviously delete all secrets that you have already stored. | 11:07 |
dcaliste | Technically, I think, only the encryption storage can be deleted (with the lockcodecheck and initialSalt ones) because only this storage is using encryption keys. | 11:08 |
_explit_ | dcaliste: what command should i use to do this? | 11:48 |
dcaliste | _explit_: just for me to understand possible corruption "ls -l /home/nemo/.local/share/system/privileged/Secrets/lockcodecheck" | 11:49 |
explit | dcaliste: | 13:06 |
explit | ExPLIT: | 13:06 |
explit | [nemo@Sailfish ~]$ devel-su | 13:06 |
explit | Password: | 13:06 |
explit | [root@Sailfish nemo]# ls -l /home/nemo/.local/share/system/privileged/Secrets/lockcodecheck/ | 13:06 |
explit | total 4 | 13:06 |
explit | drwxr-xr-x 2 nemo privileged 4096 May 31 18:42 f04a3a23-ee2a-43f4-af5f-a016dbe64152 | 13:06 |
dcaliste | explit: Ok, so you have the new format. Can you also do a "ls -l" in that f04a3a23… directory ? | 13:07 |
explit | dcaliste: | 13:11 |
explit | ExPLIT: | 13:11 |
explit | ssh nemo@192.168.2.15 | 13:11 |
explit | nemo@192.168.2.15's password: | 13:11 |
explit | Last login: Mon Aug 27 15:01:01 2018 from 192.168.2.10 | 13:11 |
explit | ,--- | 13:11 |
explit | | Sailfish OS 2.2.1.15 (Nurmonjoki) | 13:11 |
explit | '--- | 13:11 |
explit | [nemo@Sailfish ~]$ devel-su | 13:11 |
explit | Password: | 13:11 |
explit | [root@Sailfish nemo]# cd /home/nemo/.local/share/system/privileged/Secrets/lockcodecheck/f04a3a23-ee2a-43f4-af5f-a016dbe64152/ | 13:11 |
explit | [root@Sailfish f04a3a23-ee2a-43f4-af5f-a016dbe64152]# ls -l | 13:11 |
explit | total 12 | 13:11 |
explit | dcalste: delete the file0 / file1 / file2 is a bad idea? | 13:13 |
dcaliste | explit: can you save the content of the f04a3a23… directory somewhere for post mortem analysis ? | 13:14 |
explit | dcaliste: of course i send you via email | 13:14 |
dcaliste | Then you can wipe out the lockcodecheck directory and the org.sailfish.….encrypted.… storage directory, using "rm -rf /home/nemo/.local/share/system/privileged/Secrets/lockcodecheck" | 13:15 |
dcaliste | and "rm -rf /home/nemo/.local/share/system/privileged/Secrets/org.sailfishos.secrets.plugin.encryptedstorage.sqlcipher" | 13:15 |
explit | dcaliste: Thank you very much for your help | 13:22 |
explit | dcaliste: i will send you the files | 13:22 |
dcaliste | explit: ok thank you, I will see with Venemo what may have caused the issue. | 13:37 |
lpc | join #linux-kernel | 14:10 |
lpc | Hi, I have a mmc memory card reader that is detected as mmcblkX device on my computer. However, I need it to be considered as an SCSI device (sdX). Is this possible to achieve that using a special kernel configuration? Thanks. | 14:10 |
lpc | (Sorry, wrong chat) | 14:10 |
r0kk3rz | lpc: just symlink it with a udev rule to sdX | 14:13 |
lainwir3d | Hi everyone! | 14:49 |
lainwir3d | Haven't been connected for a while ;-) | 14:49 |
lainwir3d | so, on the topic, does anyone knows if it is possible to specify parameters for the app to be launched with apkd-launcher? | 14:50 |
lainwir3d | I want to add "--disable-gpu" to google chrome apk launch | 14:50 |
lainwir3d | since I suspect the black screen I get on the jolla tablet might be because of this | 14:51 |
fledermaus | no idea, sorry | 14:58 |
fledermaus | ask a question on tjc? | 14:58 |
lainwir3d | yeah, will probably do that | 14:58 |
lainwir3d | I'll try to fiddle with adb, maybe I might get it to launch the apk instead on apkd-launcher | 14:59 |
lainwir3d | thanks anyway ;) | 14:59 |
leszek | isn't it possible to disable gpu via about:flags? | 15:01 |
leszek | at least as a workaround for testing | 15:01 |
lainwir3d | leszek: it is possible, but the chrome app rendering canvas is full black | 15:14 |
lainwir3d | so I can't see a thing no matter what url :P | 15:14 |
leszek | uff | 15:14 |
maszlo | Is Sailfish 3 going to be available in the United States? In my search of the answer I have landed on a few pages that state "sorry, not available in your country" but with out detail. | 20:33 |
r0kk3rz | you mean sailfish X for xperia devices? | 20:34 |
maszlo | I have already purchased one of the Xperia XA2 devices with hope to be able to play in the Sailfish world | 20:34 |
maszlo | I know the Q3 isnt up for the release of the new build. just curious if i bought a paper weight or not | 20:37 |
r0kk3rz | well it depends, i dont think sailfish x will be straight forwardly available from the USA | 20:38 |
r0kk3rz | ive heard of some people using vpns to get around the region guard, or you can build the adaptation yourself from sources | 20:38 |
maszlo | When you say Sailfish X, i thought that was a hand set that jolla released. is that the project using the sony devices? | 20:39 |
fledermaus | sailfish x is sfos for the sony experia handset(s) aiui | 20:40 |
r0kk3rz | it was originally for the Sony Xperia X | 20:41 |
r0kk3rz | but has been expanded to the XA2 | 20:41 |
maszlo | What is the reason they are trying to avoid the US? | 20:42 |
r0kk3rz | i believe its some kind of legal issue | 20:43 |
r0kk3rz | or simply, a lack of legal clarity within jolla since they only sell it within the EEA | 20:43 |
maszlo | do you have any reference what the software license costs? | 20:44 |
r0kk3rz | €50 iirc | 20:45 |
maszlo | thats not bad, i have donated more than that to HTC 10 rom devs | 20:47 |
maszlo | I have only been about to play with sailfish on a nexus 7, but it obviously didnt have any alien dalvik support. | 20:48 |
Mister_Magister | How to disable notifications on lock screen? Its privacy hole | 22:02 |
fledermaus | settings → device lock → show notifications when locked | 22:06 |
Mister_Magister | Kay found it | 22:11 |
Mister_Magister | Thanks | 22:11 |
Mister_Magister | maszlo: nexus 7 2013 does have alien support :p | 22:12 |
*** feodoran is now known as Guest45984 | 23:27 | |
*** feodoran_ is now known as feodoran | 23:28 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!