Zsiraf | Hi there! | 06:06 |
---|---|---|
Zsiraf | I have a Jolla1. I tried to update it to 3.0.0.8 yesterday evening. Downloaded and started the update. Logo and progress bar appeared. The bar doesn't show any progress and stuck from more than 8 hours. | 06:09 |
Zsiraf | Can anybody help? | 06:09 |
Zsiraf | Thank's | 06:09 |
PeperJohnny | You could reboot it and try with "devel-su" "ssu re 3.0.0.8" "version --dup" in the terminal | 06:10 |
PeperJohnny | Gui update is sketchy for some with 3.0 | 06:10 |
Zsiraf | How reboot? | 06:11 |
PeperJohnny | Take the battery out | 06:11 |
Zsiraf | Ah. | 06:11 |
Zsiraf | Ok Thank's | 06:11 |
PeperJohnny | you're welcome | 06:11 |
dcaliste | Hello chriadam, jpetrell. I hope you're fine. Today, I'll have to leave at 8.30UTC for a meeting. Would you mind if we discuss from now on? | 07:46 |
jpetrell | dcaliste: sure | 07:46 |
chriadam | dcaliste: hi :-) | 07:46 |
chriadam | no problem | 07:46 |
jpetrell | dcaliste: took task to team sprint to get the signing feature integrated in 3.0.1 | 07:47 |
dcaliste | Wouhou great, thank you. | 07:47 |
dcaliste | I've see your remarks yesterday in settings. | 07:47 |
jpetrell | yeah some code comments | 07:48 |
jpetrell | need to test the UI bits still | 07:48 |
jpetrell | on device | 07:48 |
chriadam | I still need to merge secrets etc | 07:48 |
jpetrell | codewise starts to look good | 07:48 |
chriadam | also the QMF PR LGTM but I haven't tested on device | 07:48 |
chriadam | will wait for jpetrell there i think | 07:48 |
jpetrell | yeah | 07:48 |
dcaliste | I've modified code in setting according to your remarks. | 07:49 |
jpetrell | is there upstream pull request for https://git.merproject.org/mer-core/messagingframework/merge_requests/18/ | 07:50 |
dcaliste | jpetrell: no it can't it's the part that is related to QtAccount which is still a patch. | 07:52 |
jpetrell | ok | 07:52 |
jpetrell | I think the PR looks good. pvuorela_? | 07:52 |
dcaliste | It's not related to the signature process per se. | 07:52 |
dcaliste | It's some additional settings to store prefered key and plugin for signing outgoing mails. | 07:52 |
dcaliste | All the signature process (and verification) has been upstreamed already. | 07:53 |
dcaliste | What remain to be tested is the handling of client, to be sure that I'm not creating slightly wrong emails that are accepted by some permisive clients and rejected by others. | 07:54 |
dcaliste | I've tested with Claw mails and Round cube mainly myself. | 07:54 |
jpetrell | dcaliste: sorry for asking again, but what do I need to do to setup everything? build and install pull requests in messaging-framework, sailfish-secrets, nemo-qml-plugin-email, jolla-email? | 07:55 |
dcaliste | Exact and setting-account also. | 07:56 |
jpetrell | looks like I can generate keys from email settings | 07:56 |
dcaliste | So, compile QMF!18, nemo-sml-plugin-email!33 and jolla-email!contrig-pgp-signature. | 07:56 |
dcaliste | Then, compile the PR in secrets and the settings-email. | 07:57 |
dcaliste | In settings, you should be able to generate a pair of keys. | 07:57 |
dcaliste | It takes some one or two minutes. | 07:57 |
dcaliste | When composing an email, you can expand the sending options and check that you have a sign checkbox, that should be checked. | 07:58 |
dcaliste | Make sure that the openpgp plugin is loaded for secret with 'secret-tools --list-plugins' | 07:59 |
dcaliste | Then, send the email, a system window should appear to ask for the passphrase you entered when creating the pair of keys. | 07:59 |
dcaliste | When checking your mail, the mail should appear as signed, with the icon-m-certificate in the list view and with a header in the mail view. | 08:00 |
dcaliste | If you have several devices, you can check the mail with another device, the mail should appear as signed but with a mention of missing key and a way to download it. | 08:01 |
jpetrell | cool | 08:02 |
jpetrell | dcaliste: how is it controlled if checkbox is by default on or off | 08:02 |
dcaliste | The download will fail obviously since you didn't upload your public key to any server, but it will show you what append when you receive a signed mail from someone you don't have the public key yet. | 08:02 |
dcaliste | The checkbox in composer is on by default _if_ in setting you have set a key with the combo. | 08:02 |
dcaliste | If you set the combo to the special 'no signature' entry, then the checkbox is uncheck or not shown. | 08:03 |
jpetrell | cool | 08:03 |
dcaliste | It is uncheck when you have chosen a key once and then returned to no signature. | 08:04 |
jpetrell | might be good to be able to control that easily from composer when you want to turn off the signing | 08:04 |
dcaliste | It is not shown when you have never chosen any key for this account. | 08:04 |
jpetrell | but that is out-of-scope from the first version | 08:04 |
dcaliste | I'm open to any modification design-wise in the UI. It's my proposition, but I'm not expert. | 08:05 |
dcaliste | It can be done also I guess after some testing of usability from some selected users. | 08:05 |
dcaliste | Of course, the checkbox can be uncheck per email when the setting is 'sign by default'. | 08:06 |
dcaliste | And reverse, the checkbox can be check by email when the setting is 'don't sign by default but use this key in case'. | 08:07 |
jpetrell | yeah | 08:10 |
dcaliste | jpetrell: if you have an account with a certificate for S/MIME on a desktop, you can send you an email also and check it on device. It should work. For composing S/MIME emails though, I haven't tried yet. | 08:13 |
jpetrell | dcaliste: cool | 08:13 |
dcaliste | If you don't have, I can send you a S/MIME signed email so you can check. Normally it's the same UI than for OpenPGP, but you'll notice that checking is much slower. | 08:14 |
dcaliste | Also, the signed part is refered as attachment in the mail, so the UI is displaying it, which is not very usefull IMHO. | 08:14 |
dcaliste | But it can be tweaked later I guess. | 08:14 |
chriadam | I think that's normal, for most mail clients (they usually show the .sig as an attachment, I think?) | 08:16 |
dcaliste | chriadam: yes, but for OpenPGP, the RFC doesn't require to note it as attchment, so it is not returned as one by QMF and thus not displayed. | 08:17 |
chriadam | ah, fair enough. well that's fine too. e.g. shown as attachment for s/mime but not for openpgp, seems ok to me. | 08:17 |
chriadam | but as you said, can be tweaked later if required | 08:17 |
dcaliste | Exactly. | 08:18 |
dcaliste | jpetrell: one last thing, if you have issues and want to test what is going wrong, you can test the secret part of things alone using the command-line: | 08:19 |
dcaliste | You can create a key by command line with "gpg2 -gen-key" | 08:20 |
dcaliste | You can obtain a signature for a file using the default key with: "gpg2 -a -s [file]" | 08:21 |
dcaliste | Both should open a system window asking for passphrase (to define it or to use it). | 08:21 |
dcaliste | If this works, then secret plugin is working as expected and GnuPG is at the right (old last GPLv2) version with all patches (correcting issues in signing action). | 08:22 |
jpetrell | cool thanks | 08:24 |
dcaliste | You can use secret tool to list your PGP keys also: "secrets-tool --list-keys org.sailfishos.crypto.plugin.gnupg.openpgp" | 08:24 |
chriadam | dcaliste: thanks again. sorry this is taking so long. I will definitely merge the gpg plugin into secrets tomorrow after one final smoke test. thursday I'm not in the office, seeing spine surgeon ;-) should be back on friday. | 08:24 |
dcaliste | chriadam, I don't know how to say this in English, but I hope everything will be allright and wish you the best possible outcome in these circumpstances. | 08:25 |
*** Armadill0 is now known as Armadillo | 08:25 | |
chriadam | dcaliste: haha, thanks. I'm sure it'll be fine | 08:26 |
chriadam | getting better every week. | 08:27 |
dcaliste | jpetrell: if you want to publish your newly generated key to a key server, you can use: "gpg2 --send-keys with the key id". Listing keys can be done with secret tool or with "gpg2 -k". | 08:27 |
dcaliste | chriadam, jpetrell, thank you for attending today. I need to leave in some minutes. It's great to see things moving on. Have a nice day. | 08:30 |
jpetrell | dcaliste: no worries! sorry and thanks for your patience :) | 08:31 |
chriadam | thank you | 08:31 |
chriadam | you too | 08:31 |
henk | hey, I just upgraded my jolla to sailfish 3. It told me "swipe down to close this window" or something similar, but when I swipe down I just get the "top menu". It worked before the upgrade. Am I missing anything obvious? How do I close an app in sailfish 3? | 12:15 |
_sven | swipe down near the corner | 12:16 |
henk | o_O wow | 12:17 |
henk | _sven: thanks (: | 12:17 |
mal | I think it has some type of highlight in the instruction that shows the sides | 12:21 |
henk | mal: ah, I was wondering whether I missed something; sounds like I did. the message didn’t seem like anything was new so I probably didn’t take note of the details … | 12:23 |
mal | henk: why would they add a specific instruction after upgrade if nothing had changes? :) | 12:25 |
mal | *changed | 12:25 |
fledermaus | mal: it does | 12:27 |
fledermaus | in fact the first few times you're using things it says "from the corners, dummy!" :) | 12:27 |
* fledermaus waits for XA2 suppport. | 12:28 | |
_sven | mal: any hint about the empty submenus in 3.0.0.8 on gemini/landscape mode? | 12:32 |
mal | _sven: which submenus? | 12:41 |
_sven | mal: systemsettings | 12:43 |
_sven | mal: all the submenus in settings are empty after setting landscape mode in /var/lib/qt5/qml/Sailfish/Silica/Page.qml | 12:46 |
mal | works fine here | 12:47 |
_sven | mal: did you touch Page.qml file? | 12:48 |
_sven | on gemini? | 12:48 |
mal | yes, the usual | 12:49 |
_sven | mal: the usual means change pageOrientation = desiredPageOrientation to pageOrientation = OrientationLandscapeInverted? | 12:52 |
mal | _sven: sed -e "s/return allowed/return Orientation.All/" -i /usr/lib/qt5/qml/Sailfish/Silica/Page.qml | 12:58 |
r0kk3rz | https://github.com/mer-hybris/droid-config-sony-nile/releases/tag/upgrade-3.0.0/0.2.6 | 13:41 |
r0kk3rz | the plot thickens | 13:41 |
jwalck | orly?:) | 13:52 |
mal | r0kk3rz: based on tjc the images are back online already | 13:53 |
r0kk3rz | oh, who looks at tjc anymore | 13:53 |
mal | https://together.jolla.com/question/193211/update-on-the-status-of-sailfish-x-for-xa2-devices/?answer=193285#post-id-193285 | 13:53 |
dcaliste | jpetrell: thank you for the review in email app. Some of the suggested changes are not as straight forward as changing capitalisation. I'm going to do then during the week. | 14:10 |
jpetrell | dcaliste: I understand, there are a lot of moving parts, states, etc. | 14:10 |
dcaliste | I don't quite understand the issue you obtained when receiving the email: | 14:11 |
dcaliste | - you generated a pair of with gpg2 --gen-key. | 14:11 |
dcaliste | - you choose this key in setting. | 14:12 |
dcaliste | - you compose an email with it and sign the out going email. | 14:12 |
dcaliste | - then on reception, even after downloading the signature, the status stayed on "unchecked signature" ? | 14:13 |
dcaliste | jpetrell: have you succeedly received any valid signed email in your test and just this sequence was failing or you never saw any valid email? | 14:14 |
dcaliste | In the later case, have you restarted messageserver5 after installing new QMF (systemctl --user restart messageserver5)? | 14:15 |
jpetrell | dcaliste: sorry need to go now to day care to pick up my kid | 14:15 |
dcaliste | jpetrell: sure no problem. | 14:16 |
henk | fledermaus: that’s a joke, right? | 14:40 |
fledermaus | henk: not literally, but there were a couple of reminders to swipe down fdrom the corners iirc. | 14:41 |
henk | uhm /-: yeah, I got one just now. the first one said "swipe from the top to close". and I find it hard to control my cynicism now. | 14:44 |
henk | that’s like saying "click anywhere to open the menu" and then later "oh, btw, with 'anywhere' we meant the little windows icon that covers like 1% of your desktop" | 14:45 |
fledermaus | mine explicitly highlighted the corners | 15:11 |
mal | yes, it did highlight those | 15:12 |
Konsieur | Can anyone tell me if the application FloleVac (Xiaomi vacuum cleaners :o) works on Sailfish? I can't install it but I think it's just a bug or a lack of space. I can try to fix it but actually I only have 30 min to decide if I buy my new vacuum cleaner, I'll never fix it this quickly. :< | 15:14 |
Konsieur | Please help me checking if my Jolla can help me cleaning my place. | 15:14 |
Konsieur | :< | 15:14 |
mal | what does the app do? | 15:15 |
Konsieur | It's used to program the robot, set areas, timers, check wearing of parts, check what has been vacuumed, and so on | 15:16 |
Konsieur | And unfortunately there is no alternative. And I believe Xiaomi can be a bit intrusive with their apps, but in the end probably just like most Android apps | 15:16 |
Konsieur | I freed a lot of space on my Jolla C but it still tells me I don't have enough, even after a reboot, so I think I might have another issue with Alien Dalvik. I'll fix it later, but if the app works on other Jollas, then I can purchase the vacuum cleaner before the Gearbest deal ends in 30 min. :< | 15:18 |
Konsieur | I know they have deals all the time, but hey. | 15:18 |
mpol | installs and starts on my jolla 1 with 3.0.0.8. I do not have a setup, so cannot continue | 15:25 |
Konsieur | Thanks a lot mpol, that's all I needed! | 15:26 |
Konsieur | I can't install it so I wanted to check if the issue was on my side. | 15:26 |
r0kk3rz | ah the 21st century | 15:28 |
Konsieur | Yes. :< | 15:29 |
Konsieur | I'm not proud of buying something that *requires* Android. :( | 15:29 |
mpol | I would never buy such a thing :) I must be weared | 15:30 |
r0kk3rz | Konsieur: im not sure it'll work, if it requires wifi direct it might not | 15:35 |
r0kk3rz | or bluetooth | 15:35 |
r0kk3rz | and its hard to know such a thing before purchase | 15:35 |
Konsieur | I believe it connects to the home wifi and not directly, but you're right, I need to check that | 15:36 |
r0kk3rz | but 'help im not sure if this robotic vaccuum cleaner is compatible with my phone' is such a 21st century problem | 15:36 |
Konsieur | I agree it's quite depressing. | 15:39 |
Konsieur | Especially with big companies like Xiaomi, I don't think their ethics are very good when they get access to your home Wifi and Android/Dalvik device. | 15:40 |
Konsieur | Actually the right application might be Mi Home and not FloleVac mpol, this is confusing. | 15:42 |
henk | fledermaus: the one with the text "swipe from the top to close"? | 18:01 |
albertux | pensa se la fuga era di metano.... (iphone scroreggione) :) :) https://www.zeusnews.it/n.php?c=26810 | 18:10 |
albertux | ohps, sorry I posted in wrong channel.... :( | 18:16 |
fledermaus | henk: well I can't see it now, so can't confirm. But I remember the corners being very clearly indicated. | 18:20 |
henk | fledermaus: I agree that they were clearly indicated in the second message saying "swipe the corner to close" or similar. but did you even get both messages or only the one with the text mentioning the corner? | 18:22 |
r0kk3rz | #swipegate | 18:23 |
fledermaus | I had at least two messages | 18:24 |
fledermaus | because I remember thinking "yes yes I got it the first time" | 18:24 |
henk | hm, ok, thanks | 18:25 |
Konsieur | Did anyone successfully patch the official Sailfish X 3.0.0.8 with the X Compact patcher (Xhttps://github.com/g7/sailfishx-patcher-f5321)? The github repository only mentions latests SF2 versions. | 18:48 |
rick_ | ahoi fellow sailors! | 20:47 |
rick_ | i just saw that the fixed images are up for the xa2 | 20:47 |
rick_ | does anybody know if we will get an update if we flashed the version that was pulled before? | 20:48 |
rick_ | i dont have many issues so far aside from battery life | 20:48 |
rick_ | do i need to reflash the new image or will there be an update available within the next couple of days? | 20:48 |
martonmiklos | Hi all | 20:53 |
martonmiklos | is there any way to debug a C++ QML plugin on an SFOS device via QtCreator | 20:53 |
martonmiklos | I have tried to add an executable in the run config | 20:53 |
martonmiklos | but it looks like it tries to run it on the host machine | 20:54 |
mal | rick_: the issue was just in the flashing scripts so the images should be otherwise the same | 20:58 |
rick_ | mal: ah ok, thanks | 20:58 |
rick_ | martonmiklos: dont know if there is a better way, but i use the "deploy by building executable" option | 20:59 |
rick_ | martonmiklos: in build steps i upload the binary via sftp | 20:59 |
martonmiklos | well | 20:59 |
martonmiklos | the executable is already on the device | 20:59 |
martonmiklos | I just cannot get the debugger attached to it | 21:00 |
rick_ | martonmiklos: and in the exe option the is something like "use other" | 21:00 |
rick_ | martonmiklos: where i then put in the absolute path to the exe on the device | 21:00 |
rick_ | in my case /home/nemo/devel/mybinary | 21:00 |
martonmiklos | https://imgur.com/a/2pLZvyd | 21:01 |
martonmiklos | the build/run page here differs if I have a library project | 21:02 |
martonmiklos | if the project is a library I see no "deploy by building executable" option under the method | 21:03 |
rick_ | martonmiklos: oh yeah, you're right. screen looks different | 21:03 |
martonmiklos | so I am trying to debug a shared library | 21:04 |
rick_ | martonmiklos: i cant remember the exact option, but there is something like "execute on device path" | 21:04 |
rick_ | martonmiklos: never did a shared lib... sorry -_- guess i'm not of much use in this case | 21:05 |
martonmiklos | yeah debugging an application is works OoTB | 21:05 |
martonmiklos | I would be happy if I could debug my lib on the host now too | 21:06 |
martonmiklos | but I cannot get it working due to QML load error | 21:06 |
martonmiklos | QQmlApplicationEngine failed to load component qrc:/main.qml:3 module "hu.mm.vCardSerializer" is not installed | 21:06 |
martonmiklos | but now I got a better idea: | 21:07 |
martonmiklos | I can debug the C++ stuff wo the QML integration :P | 21:07 |
rick_ | martonmiklos: that sounds good :D | 21:07 |
martonmiklos | no | 21:07 |
martonmiklos | it sounds a HACK... | 21:07 |
rick_ | martonmiklos: haha... yeah pretty much | 21:09 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!