*** zbenjamin is now known as Guest79619 | 02:08 | |
*** zbenjamin_ is now known as zbenjamin | 02:08 | |
*** frinring_ is now known as frinring | 02:10 | |
fridl | Is the StandardPaths.cache sometimes 'cleared' by the System on Sailfish, and if yes under which conditions? | 09:13 |
---|---|---|
fridl | (I want to know to know if I should go there or StandardPath.data for some stuff) | 09:14 |
bolobolo | hellow | 12:29 |
bolobolo | where would be the best place to get sailfish updates news | 12:29 |
grandba_shark | when is version 4 i thought it was going to be end 2020 i can't wait to know what's new and improved | 16:41 |
Nico[m] | It will come out when it is ready | 16:42 |
Nico[m] | There are no absolut timelines with releases, as that tends to lower their quality | 16:42 |
grandba_shark | any hints on whats cooking | 16:43 |
Nico[m] | No :D | 16:44 |
grandba_shark | i just hope i can use it on flagship phone | 16:51 |
grandba_shark | so it can run faster | 16:51 |
Nico[m] | The speed of the hardware is not an issue. The animations are just purposely slow | 16:52 |
grandba_shark | oh | 16:52 |
grandba_shark | i hope then they give me the option to speed it up | 16:52 |
Nico[m] | Asking the same question every other day won't change anything | 16:53 |
Nico[m] | <grandba_shark "i hope then they give me the opt"> I think you need to file a FeatureRequest on the forums for that | 16:53 |
grandba_shark | ok let me do that thanks for the advice | 16:54 |
fridl | Nico[m]: I don't know if you can help once again, but with using 'nemo-qml-plugin-contextkit-qt5' the RPM Validator warns: RPM Validation: Requires: [nemo-...-qt5] Dependency not allowed | 21:36 |
fridl | I tried to copy the line from https://harbour.jolla.com/faq#2.6.0 | 21:36 |
fridl | in the spec file. But it still pops up. Do I need care about that to be able to have it in harbour? | 21:37 |
fridl | Should I modify the line that I copy to the spec file? (I don't really get what it does...) | 21:38 |
mal | fridl: try Requires: qml(org.freedesktop.contextkit) | 21:47 |
fridl | mal: Perfect :-) | 21:50 |
fridl | Thank you! | 21:50 |
mal | I had the same issue in one project and now I know how to fix it :) | 21:51 |
fridl | I cant login to the GitLab, but probably it would be a good Idea to write that into the readme of https://git.sailfishos.org/mer-core/nemo-qml-plugin-contextkit/tree/master | 21:52 |
mal | yes, I think so, I look into that next week | 21:53 |
fridl | Thanks for the help anyway :-) | 21:54 |
mal | fridl: what app are you making? | 21:57 |
fridl | https://github.com/fridlmue/harbour-avarisk/tree/V0.7-4 | 21:58 |
fridl | or here | 21:58 |
fridl | https://openrepos.net/content/fridl/avarisk-avalanche-bulletins | 21:59 |
fridl | The latest RPM is here: https://github.com/fridlmue/harbour-avarisk/releases/tag/V0.7-4 (not yet in openRepos or store) | 21:59 |
mal | nice | 22:00 |
fridl | its improving with me learning a lot new stuff ;-) | 22:02 |
fridl | but QML and Silica is quit fun. | 22:02 |
mal | I installed the app for testing and looks good and works nicely | 22:08 |
fridl | good to hear :-) I needed the org.freedesktop.contextkit to prevent starting the python download of the content if there is no Internet. So If you switch it off it should not try to downlad. | 22:09 |
mal | fridl: a tiny issue, when started from commandline there is this output, maybe some conditions are need to not try invalid paths | 22:10 |
mal | [W] unknown:78 - file:///usr/share/harbour-avarisk/qml/cover/CoverPage.qml:78:13: QML Image: Cannot open: qrc:///res/warning-pictos/levels__.png | 22:10 |
fridl | And if a report was open it caches it, so you can open it offline as well. | 22:10 |
mal | [W] unknown:69 - file:///usr/share/harbour-avarisk/qml/cover/CoverPage.qml:69:13: QML Image: Cannot open: qrc:///res/danger-levels/level_.png | 22:10 |
fridl | Yeah, I know them. This is as the level is not yet set, so no picture is loaded. | 22:11 |
fridl | There are also some more warnings sometimes. So you think it is no good style to just leave them, right? ;-) | 22:12 |
mal | also when network is disabled I see some python errors in output, maybe those could be prevented some way | 22:12 |
mal | anyway very good app already | 22:13 |
fridl | Thank you :-) | 22:15 |
fridl | mal: I just realized, that I still get the warning from the RPM Validation... | 22:25 |
fridl | RPM Validation: Requires: [qml(org.freedesktop.contextkit)] Dependency not allowed | 22:27 |
mal | hmm | 22:27 |
fridl | is it correct in the yaml file like that: | 22:28 |
fridl | Requires: | 22:28 |
fridl | - sailfishsilica-qt5 >= 0.10.9 | 22:28 |
fridl | - pyotherside-qml-plugin-python3-qt5 | 22:28 |
fridl | - qml(org.freedesktop.contextkit) | 22:28 |
fridl | https://github.com/fridlmue/harbour-avarisk/blob/45ab3e6249cc5a888a1e2890a1c9ec9dcc253843/rpm/harbour-avarisk.yaml#L35 | 22:30 |
fridl | And do I need to do that? https://github.com/fridlmue/harbour-avarisk/blob/45ab3e6249cc5a888a1e2890a1c9ec9dcc253843/rpm/harbour-avarisk.spec#L9 | 22:31 |
fridl | Ahh, i will check delete the build dirs and restart QtCreator... There was somethin in the past... | 22:34 |
fridl | nope, didn't do the trick. | 22:36 |
mal | fridl: looks like that might be a bug, the org.freedesktop.contextkit qml import is allowed but no way to require the needed package | 22:41 |
mal | I asked about that internally from sdk people | 22:41 |
fridl | Ok, thank you! | 22:42 |
mal | in the past that requirement was provided always on device but the package which pulled it in doesn't do it anymore so it doesn't get installed by default | 22:42 |
fridl | I don't need to file a bug report somewhere then, right? | 22:43 |
mal | no need | 22:43 |
fridl | And when the bug is resolved I don't need to add it to the yaml file at all? | 22:44 |
mal | I think it should be there, in my opinion either one or both of those possible dependencies should be allowed by validator | 22:48 |
fridl | ok, nice. I'll take a nap now. Once again thanks for the help. If theres somehow additional news on that: i'll read the logs if im not online anyway. | 22:50 |
Nico[m] | <mal "fridl: try Requires: qml(org.fre"> Nifty! | 22:53 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!