Thursday, 2018-08-09

*** frinring_ is now known as frinring00:49
*** svartoyg is now known as svartoyg_afk09:15
*** Elleo__ is now known as Elleo09:17
*** Blizzzek is now known as Blizzz09:44
*** Lectem_ is now known as Lectem10:12
rubdosSailfishOS SDK seems unable to ssh into IPv6 adresses10:37
rubdosis that a known issue?10:37
rubdosthe test button says it's okay10:37
rubdosbut the deploy button freaks out10:37
rubdosssh: Name or service not known10:37
leszekmight be an ssh issue10:37
rubdosdoes it use a different ssh in its testing phase than it does in it's rsync phase?10:38
leszekusually not10:38
rubdosthe reason I'd like it to work is: I have a DNS name moto-z-play.[location].rubdos.be that AAAA's to my phone, and all my DHCPs offer [location].rubdos.be as search domain... So I can just ssh moto-z-play at that point10:39
rubdosand I even made a location for the USB connection :P10:39
rubdosthat way it works without wifi, with wifi, without USB, and with USB, but SFOS SDK is the only one that doesn't want to play that game ... yet! :D10:39
*** BitEvil is now known as SpeedEvil11:50
elrosspiiroin: maybe you missed it,  I can confirm that this https://git.merproject.org/spiiroin/mce/commits/elros-als-bug works for me13:54
olI have some questions about Jolla Store authentication.16:03
ol1. How authentication token is obtained? Can I request it without using Jolla phone using some form of HTTP request from a desktop computer?16:03
ol2. Where Jolla Store credentials are stored?16:03
ol3. How can I download a package from authenticated repository to my desktop computer?16:03
olI was trying to unbrick my Jolla 1 phone, but made a mistake and lost sbj-configs package in process. Now I need to download it somehow and install manualy using recover mode.16:04
rydareol: can you log in to the phone via ssh and use the package manager?18:02
rydareor is it bricked18:02
tortoisedochey18:37
tortoisedocI get this error when trying to unzip in mer platform sdk18:37
tortoisedocerror: unpacking of archive failed on file /usr/bin/cpp: cpio: rename failed - Invalid cross-device link18:37
tortoisedocfresh install, latest sfos18:37
tortoisedocdebian stretch18:37
rydareif, while zypper dup'ing you get some "cpio: rename failed - Invalid cross-device link" error, feel free to ignore it by press "i" and "enter"18:42
rydarefrom https://wiki.merproject.org/wiki/Nemo/Armv7hl_Development_Guide18:42
rydaremaybe that's not quite the same error though18:42
Mister_Magisterhow to pageStack.push with parameters? its not in documentation18:43
rydaretortoisedoc: i just realized that page is for N9 or N950 so it might not apply18:47
Mister_Magisteranyone?18:51
Mister_Magistergreat properties arent even used at all18:55
Mister_Magisterwhat am i even asking18:55
Mister_Magisterhow do i pass variable between pages?19:01
r0kk3rzmagic19:03
Mister_Magisterr0kk3rz: ?19:03
Mister_Magisterim asking seriously19:03
flypigMister_Magister, you mean something like this: var dialog = pageStack.push(Qt.resolvedUrl("Page.qml"), {myprop1: "value 1", myprop2: "value 2"})19:06
Mister_Magisterflypig: that properties arent event usng19:07
Mister_Magisterused*19:07
flypigUsed where?19:07
Mister_Magisterin code19:07
Mister_Magisteryou can add  whatever you want in second parameters pagestack.push doesnt use that at all19:07
flypigMister_Magister, if the properties exist in the code you're pushing to, they should get updated to the values you specify.19:07
Mister_Magisterwell no.19:08
flypigMister_Magister, you're seeing something different?19:08
r0kk3rzyou need to declare on the page19:08
Mister_Magisterflypig: im seeing that its not used at all19:08
Mister_Magisterand not working at all19:08
flypigMister_Magister, it should work okay. Can you share your code? Are your properties defined on the page, as r0kk3rz mentioned?19:09
flypigMister_Magister, also, note this only works in one direction. It's harder to pass values back to the page you came from.19:09
Mister_Magisterflypig: kay im simply stupid19:10
Mister_Magisterwrong bracket19:10
Mister_Magisteri put it like pageStack.push(Qt.resolvedUrl("../VideoPlayer.qml", { hui: "hui"}))19:10
Mister_Magisteryeah nvm im just stupid19:10
flypigMister_Magister, :) everyone loves brackets19:10
r0kk3rzdun goofed19:11
flypigI'm glad you got it working.19:11
Mister_Magisterr0kk3rz: bamboozled19:11
Mister_Magisterif somebody interested then im making legit sfos yt client lol19:12
flypigMister_Magister, nice :) Open source?19:12
Mister_Magisterofc19:12
Mister_Magisterbased off minitube19:12
Mister_Magistersearching and playing works :P19:13
Mister_Magisterenough for release xD19:13
* Mister_Magister joking19:13
flypigNice :) I look forward to seeing the results. Is minitube Qt?19:15
Mister_Magisterflypig: yep but not QML19:15
Mister_Magisteri just got pure c++ parts out of it19:15
Mister_Magisteraaand its workign nicely19:16
flypigMister_Magister, it'd be interesting to hear how easy the conversion is to QML, what can be learnt etc. You should write it up.19:16
* Mister_Magister wonders why after setting vieo size to full screen size it isnt fullscreen19:16
Mister_Magisterflypig: nah19:16
flypigShame :(19:16
Mister_Magisterim cutting tons of stuff of it and making my way19:17
Mister_Magisterbut there is like playlistModel which is QAbstractListModel which i can just put in qml lol19:17
Mister_Magisterim wondering how should i license file that is already licensed but with my changes19:17
flypigWhat licence is the original?19:18
Mister_MagisterGPL i think19:18
flypigYou don't have much choice then ;)19:18
Mister_Magisteri mean19:18
Mister_Magisterput 2 licenses in one file?19:18
Mister_Magisteror leave old license19:19
Mister_Magisteror add my name to license?19:19
flypigI think just update copyright headers to add your name.19:19
Mister_Magisterin what way?19:19
flypig(without removing the original, of course)19:19
Mister_Magisteradd second copyright line?19:19
flypigActually, I notice the GPL doesn't have a copyright line for the code author19:20
Mister_Magisterflypig: i mean add second line like this? https://github.com/Michal-Szczepaniak/Morsender/blob/master/Morsender/src/Morsender.cpp#L219:21
Mister_Magisterhttps://github.com/flaviotordini/minitube/blob/master/COPYING19:22
flypigMister_Magister, yes, that's what I'd do, if there are changes.19:22
Mister_Magisterthanks!19:22
flypigNP. I'm not a lawyer, of course ;)19:23
Mister_Magisterme neighter19:25
Mister_Magisterand licenses are hell19:25
* Mister_Magister dont get why 16:9 video isnt 16:9 on 16:9 screen19:27
flypigMister_Magister, agreed. Not sure about your video I'm afraid.19:28
Mister_Magisterflypig: i extended height and it seems okay so ill leave it like that19:28
flypigMister_Magister, here's the code I use for video, in case it helps: https://github.com/llewelld/getiplay/blob/master/qml/pages/VideoView.qml19:29
Mister_Magistertoo many l but thanks xD19:30
flypigYeah, sorry. Most of it is ignorable (displays the controls) Lines 75 - 90 are the important bit.19:31
Mister_Magistersorry for what xD im just joking about user name xD19:31
flypigVideoOutput { fillMode: Image.PreserveAspectFit }19:31
flypigGood luck with it Mister_Magister. Ciao.19:33
Mister_Magisterbye19:33
tortoisedocrydare : it actually worked20:17
tortoisedocthanks20:17
olrydare: I can start the phone in recovery mode. It boots but it doesn't start connman and lipstick in normal mode.20:33
olrydare: I've succeeded unbricking it after botched upgrade, but connman was not working. So, I've connected through USB networking and started upgrading packages using zypper. At some point zypper decided to remove sbj-configs package. Now I can access it only using recovery mode. I have access to filesystem and can chroot there, but I can't download sbj-configs package.20:39
rydareoh yikes20:42
rydarei wish i had advice for you20:43
rydareI'm just a newb20:43
olAll I need now is to get sbj-configs package. Do you have Jolla-1 phone?20:43
olI mean, working Jolla-1 phone.20:43
rydareno i don't20:46
olAnybody? I don't ask much, please just run "pkcon download /var/tmp sbj-configs" on Jolla-1 and share somehow a rpm file that was downloaded into "/var/tmp".20:56
malif I still had my jolla1 I would have done that already, hopefully someone with the device can get you the package21:20
schmittlauch[m]ol: here you go https://seafile.orlives.de/f/9c93025effc64bde9197/?dl=121:25
olschmittlauch[m]: Thank you very much!21:26
schmittlauch[m]You're welcome. Did you get it?21:27
olschmittlauch[m]: Yes, I've downloaded the file sucessfully. I'll be trying to install this package in recovery mode soon.22:33
olDoes anybody know how to authenticate for Jolla Store from command line?22:45
*** feodoran is now known as Guest1503623:51
*** feodoran_ is now known as feodoran23:51

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!