*** zbenjamin_ is now known as zbenjamin | 02:47 | |
*** frinring_ is now known as frinring | 06:17 | |
*** stephg_ is now known as stephg | 08:43 | |
*** Guest12483 is now known as Helle | 11:03 | |
kadse | #~. | 11:31 |
---|---|---|
kadse | sorry! | 11:31 |
coderus | kadse: it's return ~. Not ~. return | 12:09 |
kadse | coderus: still not used to the american layout ^^ | 12:23 |
coderus | kadse: but why should you to? | 13:41 |
kadse | coderus: using the key combinations I'm used to with a german layout on an american keyboard creates a few errors | 13:44 |
*** jkt_ is now known as jkt | 14:37 | |
attah | Any kind soul without alot of extra gstreamer plugins that can check if this works? https://github.com/attah/harbour-s2play/releases/tag/0.1 | 19:14 |
fledermaus | SVT? | 19:16 |
attah | yes | 19:16 |
attah | and it does DLNA casting with Jupii | 19:17 |
fledermaus | what is SVT is what I'm asking | 19:17 |
attah | "I'll build my own #¤&% ecosystem" | 19:17 |
attah | oh | 19:17 |
attah | swedish public service TV | 19:17 |
fledermaus | fatal error: file <blah blah blah> libsailfishapp-launcher-<version> not found on releases.jolla.com | 19:31 |
fledermaus | attah: ^ | 19:32 |
attah | that's... odd | 19:32 |
fledermaus | attempted install w pkcon install-local | 19:32 |
mal | attah: seems to working fine, videos play and menus work | 19:33 |
attah | hmm, maybe you really don't have the dependency | 19:33 |
mal | at least based on quick testing | 19:33 |
attah | thanks mal | 19:33 |
fledermaus | you may be hard-locked to a minimum launcher version I don't have? | 19:34 |
fledermaus | I'm on a J1 | 19:34 |
attah | I just went with whatever is default on latest SDK | 19:34 |
attah | Are you on old SW too= | 19:34 |
attah | ? | 19:34 |
mal | attah: a small UI bug, the playback seek bar doesn't have the bar extend when playing, only the circle is moving | 19:34 |
attah | Yeah, i don't know how to fix that... my other play app has that too xD | 19:35 |
attah | sometimes it works, sometimes it doesn't | 19:35 |
attah | I'll try my J1 | 19:36 |
mal | attah: https://github.com/joonne/harbour-nayttamo/blob/master/qml/pages/PlayerPage.qml#L134 | 19:36 |
mal | like that | 19:36 |
mal | attah: the connection thingy you have is not needed | 19:37 |
mal | attah: probably other ways to do it | 19:38 |
mal | like setting maximumValue: player.duration and value: player.position | 19:38 |
attah | Hmm, your solution looks alot more straight-forward | 19:39 |
attah | although, i'm not sure what part of it fixes the bug | 19:39 |
mal | the latter version I mentioned might be more efficient | 19:39 |
mal | as it doesn't need to scale | 19:39 |
attah | yeah, i think i'll keep that part.. but do away with connection | 19:40 |
attah | but seriously, why is this a significant difference? | 19:40 |
attah | for the highlighting of the bar no less, handle still works | 19:40 |
mal | maybe the sync: false is the problem | 19:41 |
attah | well, that is a property i defined | 19:41 |
attah | similar-but-worse solution to your "down &&" | 19:42 |
attah | fledermaus: app works on my J1 on SFOS 3.something | 19:44 |
fledermaus | how'd you install it? | 19:45 |
attah | deploy as rpm in the SDK | 19:46 |
attah | Is your install like brand new? | 19:46 |
fledermaus | ah I probably need to be signed up for developer stuff or something | 19:47 |
attah | no, i don't think so | 19:47 |
fledermaus | tried pkcon install-local as nemo and got an auth failure when trying to install the extra launcher package | 19:47 |
attah | only thing i can think of is that you need to have installed *any* QML-only app | 19:47 |
attah | and/or pkcon refresh | 19:47 |
attah | If you aren't on some ancient version | 19:48 |
fledermaus | pkcon refresh: Fatal Error: Failed to obtain authentication | 19:49 |
fledermaus | I'm on Sipoonkorpi | 19:49 |
attah | no (valid) jolla account? | 19:49 |
fledermaus | should be valid | 19:49 |
attah | does accounts/store agree? | 19:50 |
fledermaus | checking | 19:50 |
fledermaus | store seems to know who I am | 19:51 |
attah | Does it like my S'Play from store? | 19:52 |
mal | attah: I tried some things and only my original way seemed to work | 19:52 |
* attah fishes for that sweet sweet install count | 19:52 | |
mal | attah: your app UI is a bit slow, not sure why | 19:52 |
attah | On S'' or S'? | 19:53 |
mal | attah: I got some good ideas for UI from your app | 19:53 |
fledermaus | S'play installing | 19:53 |
attah | mal: i'm all ears, not to mention accepting pull requests :) | 19:54 |
attah | fledermaus: that has the exact same dependency to sailfishapp | 19:54 |
mal | attah: well the seek bar can be fixed the way my app does it | 19:55 |
fledermaus | attah: S'pay works, I hear things I assume are swedish. | 19:56 |
fledermaus | +l | 19:56 |
attah | cool | 19:56 |
attah | now you should have the dependency satesfied for S''Play | 19:56 |
attah | mal: i'll give it a testrun on S'Play (SR) for a day or two, then do both apps | 19:56 |
mal | attah: ah, your app just uses webview for the UI | 19:57 |
fledermaus | now it worked | 19:57 |
attah | mal: yes, that is slow as a snail on Valium | 19:57 |
attah | dependency gremlins... | 19:58 |
mal | that explains the UI speed | 19:58 |
attah | I'm flattered you think i could be arsed to do all that | 19:58 |
mal | attah: my Yle Areena app is completely native | 19:59 |
attah | Good on you! | 19:59 |
fledermaus | attah: seems to work | 19:59 |
fledermaus | must have been a glitch in the matrix | 19:59 |
attah | Do they have an API or is it sort of reversed? | 19:59 |
attah | yup | 19:59 |
mal | attah: not as pretty though, I'm happy with some parts but not all, for the other parts your app gave some ideas, need to try to implement those | 19:59 |
mal | attah: yle has public API | 20:00 |
attah | happy that the quick hack inspires | 20:00 |
attah | SVT does not :( | 20:00 |
attah | SR does, so that app is fully native | 20:01 |
mal | http://developer.yle.fi/index.en.html | 20:01 |
* attah should move to Åland | 20:01 | |
mal | some yle videos are available everywhere | 20:02 |
mal | attah: in which part of Sweden do you live? | 20:02 |
attah | Mainly because you seem to get even more things right over there, not purely to get yle | 20:02 |
attah | Östergötland | 20:02 |
attah | originally from Öland | 20:03 |
attah | they seriously need to rename Gotland (or Bornholm) to Äland | 20:04 |
mal | heh | 20:04 |
mal | ok, I live in south coast of finland, right next to the capital | 20:05 |
attah | mal: Well, your solution seems to always have the highlighting of "played duration", but if i skip by just tapping on the slider, i can get it to disconnect from progress tracking | 20:10 |
attah | dragging works well | 20:10 |
mal | attah: did you remember this line https://github.com/joonne/harbour-nayttamo/blob/master/qml/pages/PlayerPage.qml#L144 | 20:12 |
mal | attah: note the onSliderValueChanged | 20:12 |
mal | not onValueChanged | 20:12 |
attah | i had written from memory, and replaced down with pressed | 20:13 |
mal | also the signal name change is relevant | 20:13 |
attah | and entirely missed that other thing | 20:13 |
attah | Now it works, thanks | 20:14 |
mal | good | 20:14 |
attah | But on S''Play it still doesn't work | 20:33 |
FloR707 | Hi, is it possible to remove the automatic RPM validator during the build steps? | 20:49 |
attah | Looks like you can uncheck it in Tools->Options->Sailfish OS | 20:52 |
attah | Looking to save some sweet seconds, or just can't be bothered with Harbour? | 20:53 |
FloR707 | It is has a bug. | 20:53 |
FloR707 | It tells me that a library that I am being using for several releases it not allowed. | 20:54 |
mal | which one? | 20:54 |
FloR707 | keepAlive | 20:54 |
FloR707 | Thanks found it. | 20:55 |
attah | Oh there is something for keepalive that is allowed? | 20:55 |
attah | I rolled my own dbus hack | 20:55 |
FloR707 | import Nemo.KeepAlive 1.1 | 20:56 |
FloR707 | is allowed according to an email I got from QC | 20:56 |
FloR707 | The email stated that this lib should not fail the validator. That it is a bug and that they want to fix it. | 20:57 |
attah | I agree | 20:57 |
attah | But it would be neat if they could actually update the official list | 20:57 |
attah | Also i wouldn't call it a bug if it works as intended | 20:58 |
attah | https://github.com/sailfishos/sdk-harbour-rpmvalidator/blob/harbour-qa/allowed_qmlimports.conf | 20:58 |
attah | More of a discrepancy, since it is not actually on the list | 20:58 |
FloR707 | You are right. That is what QC stated. I switched to keepAlvie in August 2017! | 20:59 |
attah | sheesh | 20:59 |
attah | I'm filing a "bug" xD | 20:59 |
attah | https://github.com/sailfishos/sdk-harbour-rpmvalidator/issues/113 | 21:00 |
FloR707 | Hmm did not do the trick. My build still fails because of the validator. | 21:01 |
attah | I didn't know validator actually failed builds, just printed some red text | 21:01 |
attah | I'm pretty sure i accidentally built something that failed validator and submitted to QA | 21:02 |
FloR707 | It is not starting on my device as usual | 21:03 |
attah | I'm going to guess it's unrelated | 21:03 |
FloR707 | Ah I always forget to change the device as well… | 21:04 |
attah | classic | 21:05 |
FloR707 | No, for me the build fails. | 21:06 |
FloR707 | The only errors displayed are the ones from the RPM validation that is turned off. | 21:06 |
attah | Are you deploying or building an RPM for store? | 21:07 |
FloR707 | Okay got it. Wrong settings. Grey highlight on a grey background is not that ideal... | 21:09 |
TheOnlyBouncer | r0kk3rz, sup! so had a friend of mine try to setup pi using the images, but he is running into the same issue | 22:41 |
TheOnlyBouncer | r0kk3rz, any chance you can get me in contact with that piguy? | 22:42 |
r0kk3rz | TheOnlyBouncer: i saw him trying to do a pi3 update not that long ago, but i can grab one of mine and see what the story is | 23:05 |
TheOnlyBouncer | r0kk3rz, ah cool, thanks | 23:09 |
tom_bola | hi all | 23:57 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!