*** birdzhang is now known as birdzhang_pc | 01:23 | |
*** frinring_ is now known as frinring | 02:46 | |
nh1402[m] | r0kk3rz: I had another thought about Firefox, not sure if it would work, but what if we mix and matched the ac_options in there. Use ac_add_options --target=arm-linux-androideabi with ac_add_options --enable-application=browser instead of the mobile, and fiddle it to work | 07:28 |
---|---|---|
r0kk3rz | yeah i dont think we want to do that | 07:35 |
r0kk3rz | we shouldnt need to use the androideabi | 07:35 |
r0kk3rz | i should finish off the clang dep and then maybe see how far i get with fx | 07:36 |
r0kk3rz | mal: did you PR wayland update? | 07:36 |
nh1402[m] | we shouldn't need to but wouldn't this way mean we wouldn't have as many dependencies | 07:43 |
r0kk3rz | would that even work with wayland? | 07:44 |
r0kk3rz | i was hoping i could configure out most of the deps anyway | 07:45 |
nh1402[m] | I'm not sure about that | 07:46 |
r0kk3rz | do you know which dependencies that would drop? | 07:54 |
nh1402[m] | no idea, it was just a thought | 08:10 |
nh1402[m] | I did try it briefly yesterday but naturally there were errors. | 08:10 |
leszek | is it possible to use something else than javascript and sqlite db to save a list of variable entries from QML? QML Settings maybe? Anyone has experience using it? Does it work? | 08:53 |
r0kk3rz | sure | 08:53 |
r0kk3rz | if you just want key value pairs | 08:54 |
leszek | r0kk3rz: I want to save a bookmark list | 08:54 |
leszek | so basically one key : { multiple values or array } | 08:54 |
leszek | r0kk3rz: also an example of this would be nice | 08:55 |
r0kk3rz | its quite straight forward - https://github.com/r0kk3rz/harbour-matrix/blob/master/qml/harbour-matrix.qml#L138 | 08:56 |
leszek | yeah this is just one key : value | 08:57 |
leszek | I fear key : multiple values won't work | 08:57 |
r0kk3rz | surely dconf can do such things, thats the backend for it | 08:59 |
leszek | ok I try it then | 08:59 |
r0kk3rz | https://sailfishos.org/develop/docs/nemo-qml-plugin-configuration/qml-nemo-configuration-configurationvalue.html/ | 09:00 |
r0kk3rz | that says you can save a list<variant> | 09:01 |
leszek | ah nice. So it is also harbour compatible as it seems | 09:02 |
mal | r0kk3rz: not yet, I need to fix one bug first | 09:48 |
r0kk3rz | well its ok, it wont get into 2.2.1 anyway :) | 09:56 |
leszek | r0kk3rz: apparently it does not work with an array of objects at least its giving me MDConf: no conversion of QVariant(QJSValue, ) whatever that means. | 10:05 |
r0kk3rz | ah | 10:06 |
r0kk3rz | oh well | 10:06 |
r0kk3rz | dconf aside, yeah roll your own something :) | 10:06 |
leszek | so I can't add bookmarks to this list with not only one value like url but also a name | 10:06 |
r0kk3rz | you might be able to iterate through a group | 10:07 |
r0kk3rz | hmm or not, nothing in the documentation at least | 10:08 |
leszek | yeah that would be cool. Getting a list of keys that I could use | 10:09 |
leszek | hmm... | 10:09 |
leszek | ah you can do nested configuration groups. Hmm... | 10:10 |
leszek | maybe I can use this somehow | 10:10 |
r0kk3rz | because you can have multiple nested groups, so app/bookmarks/(k,v) | 10:10 |
leszek | yep thats also something I discovered right now | 10:10 |
r0kk3rz | but i dont see how you can iterate through the whole list, maybe theres a way | 10:11 |
leszek | I will try lets see | 10:11 |
leszek | this Nemo.Configuration is a pain in the butt. It does not work at all. The same error message all the time | 11:03 |
*** Blizzzek is now known as Blizzz | 11:15 | |
leszek | qml is driving me nuts. I have a property var something = [] array and reference to it from another page with property var foo = parent.something. When I now update something foo apparently stays the same :/ | 12:47 |
Lectem_ | Hi guys I'm new to SFos, I was wondering if there's a perfpackage ? couldn't find it using pkcon | 12:56 |
Lectem_ | (or linux tools) | 12:57 |
r0kk3rz | i think that requires kernel things to work anyway | 13:00 |
fledermaus | it does | 13:00 |
r0kk3rz | Lectem_: by default pkcon doesnt have a lot in it unless you activate mer-tools repo | 13:01 |
r0kk3rz | there is also OBS where a lot of packages are built by the community | 13:02 |
fledermaus | I don't think it's there even in mer-tools bicbw | 13:02 |
r0kk3rz | no it wont be | 13:03 |
Lectem_ | "<r0kk3rz> i think that requires kernel things to work anyway" Performance counters ? aren't those available pretty much everywhere ? | 13:04 |
Lectem_ | that'd be a shame not to be able to profile apps, cause right now lipstick uses around 7% of my cpu... | 13:04 |
Lectem_ | Where can I find the OBS repo ? | 13:07 |
r0kk3rz | https://build.merproject.org/ | 13:07 |
fledermaus | Lectem: they are but they are configurable, dunno if they're on or not in SF kernels by default | 13:09 |
r0kk3rz | Lectem_: check dbus monitor, if lipstick is using lots is probably that | 13:10 |
Lectem_ | they're available ! Kernel Performance Events And Counters CONFIG_PERF_EVENTS=y | 13:12 |
*** aivot-on_ is now known as aivot-on | 13:13 | |
Lectem_ | mmmhh, not so many dbus communications | 13:14 |
Lectem_ | like, if I dont touch my screen, no dbus comm | 13:14 |
Lectem_ | and still getting 4-12% cpu usage from lipstick | 13:15 |
r0kk3rz | looking at the system bus? | 13:16 |
Lectem_ | also I just saw dbus-monitor show some of my passwords in cleartext from the google auth.... is that safe ? | 13:16 |
r0kk3rz | lipstick is also the compositor so its not going to be dead idle | 13:17 |
mal | Lectem_: lipstick does always use some cpu if display is on | 13:17 |
Lectem_ | yeah right "fixed" https://together.jolla.com/question/37710/dbus-monitor-shows-exchange-mail-password-in-clear-text/ | 13:22 |
Lectem_ | mal: doesn't Qt have a "no redraw" cache ? or are you talking of something else ? | 14:00 |
mal | Lectem_: no idea | 14:01 |
Lectem_ | unknown:151 - file:///usr/share/lipstick-jolla-home-qt5/statusarea/ConnectionStatusIndicator.qml:151:5: QML NetworkManager: Binding loop detected for property "technologiesEnabled" | 14:38 |
Lectem_ | that could explain the cpu burn | 14:38 |
cos- | that just disables the binding | 14:42 |
cos- | my guess is that there is an animation or timer triggering if it really uses cpu when doing nothing. drawing is normally done asynchronously. | 14:44 |
zebbiz_lap | Hello | 15:30 |
zebbiz_lap | I'm trying to update the OS, but there's a patch that can't be unapplied | 15:30 |
zebbiz_lap | How do I remove it? | 15:31 |
zebbiz_lap | It seems like it's not even installed | 15:36 |
zebbiz_lap | But I can see it in the patchmanager | 15:36 |
zebbiz_lap | And it's stopping me from updating the OS | 15:37 |
coderus | if you sure it does not effect, clear /var/lib/patchmanager/ausmt/packages | 15:37 |
zebbiz_lap | I'll try, thanks | 15:42 |
zebbiz_lap | coderus: Thank you for that, that worked | 15:46 |
coderus | and install patchm,anager3 after update ;) | 15:49 |
Lectem_ | so much stuff is leaking through dbus :/ | 16:24 |
Lectem_ | how can jolla claim it is secure | 16:24 |
fledermaus | isn't snooping disabled in non-developer mode? | 16:32 |
r0kk3rz | secure from the outside, once your inside its pretty much open :P | 16:39 |
mal | r0kk3rz: which is quite common for many systems | 16:40 |
r0kk3rz | i like it that way, too many internal walls just gets in my way | 16:40 |
tom13 | are there still pc fans that are dc driven? | 18:16 |
tom13 | wrong channel sorry | 18:16 |
r0kk3rz | wait, they make pc fans that are ac driven? | 18:42 |
tom13 | ahh 4-pin fans have a pwm channel | 18:44 |
r0kk3rz | ah of course, speed control | 18:47 |
tom13 | still dc | 18:49 |
tom13 | they always hav 12v on red, but controller in fan reduces speed by pwm channel | 18:50 |
^7heo | guys | 19:03 |
^7heo | is sailfish supposed to have suggestions when using the kb? | 19:03 |
^7heo | because mine never had any... | 19:04 |
kimmoli | not on ported devices | 19:05 |
^7heo | sailfish X | 19:05 |
^7heo | and why so? | 19:05 |
kimmoli | licensed | 19:06 |
kimmoli | afaik should work on official X | 19:06 |
Lieke_ | On SailfishX you have to install "Predictive text input" from Jolla store | 19:06 |
^7heo | well it does not | 19:07 |
^7heo | Lieke_: oooh thaks | 19:08 |
^7heo | thanks* | 19:08 |
r0kk3rz | if you dont/cant have proprietary things, there is presage on openrepos | 19:08 |
^7heo | nah all good | 19:09 |
^7heo | but I cannot find it | 19:09 |
r0kk3rz | do you have android support and exchange? | 19:10 |
^7heo | nope | 19:10 |
^7heo | it's an android app?! | 19:11 |
r0kk3rz | no | 19:11 |
r0kk3rz | but if they also arent in the store, then you dont have proprietary things enabled :) | 19:11 |
^7heo | ok | 19:12 |
^7heo | then presage it is | 19:13 |
r0kk3rz | did you buy sailfish x? | 19:13 |
Ingvix | Anyone has a sense of what to add for notification to have vibration yet? | 19:13 |
r0kk3rz | Ingvix: you know apps dont control that right? | 19:15 |
tom13 | do some sfos users use an android browser for more privacy? | 19:17 |
^7heo | r0kk3rz: yes, is there a free version? | 19:17 |
Ingvix | r0kk3rz, I assumed that was given to be decided by the app on mouhijoki as release notes says "Support for vibration hint on notifications." | 19:17 |
Ingvix | but then why did I lost my IM-notification vibrations after the update? | 19:17 |
r0kk3rz | ^7heo: then you should talk to pketo_ | 19:18 |
^7heo | why? | 19:18 |
r0kk3rz | because you should have proprietary things enabled and you dont? | 19:19 |
Ingvix | or is it just a bug that I have for some reason? | 19:21 |
^7heo | r0kk3rz: I'm fine without really | 19:22 |
^7heo | I'm also not wanting the android layer | 19:22 |
r0kk3rz | you paid for it all the same, but i dont care its up to you :P | 19:23 |
^7heo | yeah :p | 19:24 |
^7heo | I usually like to avoid proprietary stuff when I can | 19:24 |
r0kk3rz | Ingvix: so they did - https://git.merproject.org/mer-core/lipstick/commit/b6fe13bb80fe6869335c037d174c1d4488c60e45 | 19:26 |
Ingvix | Indeed and I'd like to know the property that controls it | 19:28 |
r0kk3rz | Ingvix: how are you generating the notification? | 19:30 |
Ingvix | I'm actually not sure yet. I just want to fix it for sailorgram and I didn't check yet if it does it from qml or somewhere else | 19:31 |
r0kk3rz | because it looks like you'll need to use dbus directly | 19:32 |
Ingvix | it seems to generate it from c++ | 19:33 |
Ingvix | eh, seems a bit over my head | 19:34 |
r0kk3rz | its not that hard | 19:35 |
Ingvix | an advice would be appreciated then | 19:36 |
r0kk3rz | ok no, not over dbus, in the notification cateogory xml | 19:36 |
Ingvix | should something to be added here: https://github.com/QtGram/harbour-sailorgram/blob/c2b0d477197020daa3fedd5fbffc76f1bc4d696a/harbour-sailorgram/src/sailorgram.cpp#L167 or is it something very different? | 19:38 |
r0kk3rz | no that internal feedback if the app is in focus | 19:40 |
Ingvix | I see | 19:40 |
r0kk3rz | unless you want it to vibrate then i suppose, but that has nothing to do with lipstick notifications | 19:40 |
Ingvix | no, I want the vibration to lipstick notification | 19:40 |
r0kk3rz | then put it in the category xml file | 19:41 |
Ingvix | doesn't really ring any bells | 19:42 |
r0kk3rz | config file, anyway | 19:42 |
r0kk3rz | this one, obviously :P - https://github.com/QtGram/harbour-sailorgram/blob/master/harbour-sailorgram/lipstick/harbour.sailorgram.notification.conf | 19:43 |
Ingvix | I see | 19:43 |
pketo_ | ^7heo: if you bought sailfish x and don't find predictive text input or other bits in store, then drop a request here and we will take a look https://jolla.zendesk.com/hc/en-us/requests/new?ticket_form_id=764007 | 19:43 |
^7heo | pketo_: I'd rather not have proprietary stuff | 19:44 |
^7heo | but thanks | 19:44 |
^7heo | I'll try to validate the openrepos key somehow | 19:45 |
^7heo | and install presage | 19:45 |
pketo_ | might be good to check that the license is correctly registered on our end anyway, you don't have to install any of those bits if you don't want to | 19:46 |
Ingvix | thanks, now it's working | 19:48 |
r0kk3rz | i think you should be able to set all the stuff in the file over dbus, i might have to ask pekka about it | 19:52 |
tom13 | sometimes phone becomes unresponsive and a red LED shows. What does red mean? | 20:35 |
tom13 | usually it recovers | 20:35 |
flypig | tom13, I get this too, but I've no idea what it means I'm afraid. It's always a tense time until it recovers (it can take maybe ten minutes sometimes). | 20:36 |
tom13 | ok | 20:37 |
tom13 | the home screen shows battery % and wifi and 3G icons. can i also get %ram or %cpu used up there? | 20:37 |
flypig | tom13, I don't know whether there's a patch to get them in the notification area (there may be), but if you run Lighthouse or AIDA64, it'll show this info on a cover icon. | 20:39 |
tom13 | those are media players? | 20:40 |
flypig | tom13, no, not the ones I'm thinking of. They're both device status apps. Hang on... | 20:41 |
flypig | Lighthouse: https://openrepos.net/content/almindor/lighthouse | 20:41 |
tom13 | ty | 20:41 |
r0kk3rz | red flashing led means lipstick has crashed... | 20:42 |
tom13 | and red solid led? | 20:42 |
flypig | tom13, AIDA64 (on Jolla store): https://zhiz0id.github.io/josh/#/josh/item/103 | 20:44 |
flypig | (took me a while to find) | 20:45 |
tom13 | filesystem full | 20:45 |
tom13 | i need more than 2GB root NeKit | 20:46 |
tom13 | have spare phone, will try your latest port | 20:47 |
Lectem | r0kk3rz> secure from the outside, once your inside its pretty much open :P | 20:55 |
Lectem | <<<< my issue is that it was supposed to be fixed a few years ago | 20:55 |
Lectem | how do such regressions happen | 20:56 |
r0kk3rz | depends | 20:58 |
*** frinring_ is now known as frinring | 22:26 | |
AutonomousSystem | Does anyone know how to disable screen rotation entirely in SFOS 2.1.3.7? or perhaps even disable gyro to accomplish this | 22:57 |
*** feodoran is now known as Guest2901 | 23:52 | |
*** feodoran_ is now known as feodoran | 23:52 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!