Monday, 2013-05-06

wirew0rmSfiet_Konstantin: ok then i think i'll have to do that. don't like the trend though. im very enthusiastic about sailfishos because i hope for a smartphone os with a more "linux like" user/developer has the control feeling.00:04
*** ljp has joined #sailfishos00:11
Sfiet_Konstantinwirew0rm: at least it is easy to support many platform with that method00:14
Sfiet_Konstantinwirew0rm: if you have to package your sdk for every linux distro ...00:14
Sfiet_Konstantinthat would be a pain00:14
specialthe SDK is only an alpha, and there aren't any sailfish images outside of it00:14
specialmight be a different situation in the future00:15
fmunozswirew0rm, the installer doesn't require to be run as root, so you could run it under a different user with less privileges and copy whatever it extracts00:23
wirew0rmSfiet_Konstantin: I can partly understand the motivation, but i a) don't understand what blackmagic the installer does that couldn't be done in a few comprehensible lines in a bashscript and b) packages don't have to be built upstream, but this is making it very hard to build packages00:36
wirew0rmspecial: also understandable, but if no one asks, chances are lower for the future, i think00:38
*** phaeron has quit IRC00:50
*** mjones__ has joined #sailfishos00:53
*** mjones_ has quit IRC00:53
*** Sfiet_Konstantin has quit IRC00:54
wirew0rmSfiet_Konstantin, special, fmunozs: thanks for answering my questions, looking forward to the presentation of the device. (and a future where i can do # pacman -S sailfishos-sdk ;) )00:57
fmunozsI used to mantain some aur packages for meego image creator  :P00:58
wirew0rmfmunozs: I'm only "Contributor" :)01:06
wirew0rmand i've never looked that much into meego as i was quite happy with webOS for a time... but i'm really missing the performance of a new phone, so sailfish could be exactly at the right time01:09
*** woweric has joined #sailfishos01:15
*** mue_ has quit IRC01:39
wirew0rmfound a way to get the emulator only: http://jolla.cachefly.net/SailfishOSSDK/alpha/repository/common/org.merproject.emulator/0.0.5-3emulator.7z02:00
wirew0rmunfortionaly this repository is not browsable, so you cannot watch for new versions...02:01
*** jayrulez has joined #sailfishos02:18
*** M13 has joined #sailfishos02:23
*** furikku has joined #sailfishos02:34
*** krabador has quit IRC02:35
*** Morpog_Mobile has quit IRC03:02
*** M13 has quit IRC03:45
*** ljp has quit IRC03:49
*** ljp has joined #sailfishos03:49
*** M13 has joined #sailfishos04:02
*** sigmaorion has joined #sailfishos04:31
sigmaorionhi! Is audio working on the SDK? I've read in the documentation that it should work and that the pulley menu should make a sound, but I get no sound at all...04:32
sigmaorionsorry, with "audio on the SDK" I meant "in the emulator"04:32
*** f3an0r has joined #sailfishos04:44
dm8tbrsigmaorion: make sure the virtual machine has a sound card04:47
dm8tbrsigmaorion: also check using e.g. alsamixer if the sound levels in the emulator are up04:48
sigmaoriondm8tbr, yeah, in the Wiki it says that the VM doesn't have audio enabled by default, but it was enabled04:48
sigmaorionand alsamixer returns an error, something like "connection refused"04:48
sigmaorionI tried changing the audio card in the emulator, but had no luck04:49
dm8tbrIt worked for me back then04:49
sigmaorionwhat would the audio module be in the emulator?04:49
sigmaorionI mean, it should be there when doing "lsmod", right?04:50
dm8tbrIIRC I used the default04:50
sigmaorionmaybe some issue with the VB version :/04:51
sigmaorionmaybe because I'm running the SDK in Windows? (yeah, I know, awful!)04:52
sigmaorionwell, no worries about that for now :). What I'm really wondering how to fix is the following: My QML app has a page where there is a grid of colored rectangles (if you look for bbSmile game in Ovi Store, you will see what I'm talking about). Those rectangles rotate a random angle when tapped... when the rectangles in the top rotate, they will cover the pulley menu!!!04:56
sigmaorionso, how do I "cropp" the content of my QML page (or send it backwards) so that it won't cover the pulley menu?04:56
*** VDVsx has quit IRC04:57
sigmaorionPulley menu = PullDownMenu QML element :)04:59
*** mhall119|away has quit IRC05:05
*** VDVsx has joined #sailfishos05:10
*** mhall119|away has joined #sailfishos05:13
*** f3an0r has quit IRC05:31
*** Venemo has quit IRC05:33
*** Sage_ is now known as Sage05:33
wowericyou  can  change  the   example  code05:34
wowericsilicacomponentgallery05:37
*** f3an0r has joined #sailfishos05:37
*** Pali has joined #sailfishos05:39
*** Guest52051 is now known as w00t05:49
*** w00t has joined #sailfishos05:49
sigmaorionwoweric, was that for me?05:50
wowericcan you find  the  example code?05:55
sigmaorionwoweric, yeap, I can find it05:55
sigmaorionwhich page should I look in?05:56
wowericurl C:\SailfishOS\examples\SailfishOS\componentgallery\pages\05:56
wowericor  you  can man  a  sailfishos  new  example05:56
sigmaorionwoweric, well, yeap, but I don't see the point, sorry... are you answering me about the content of my page getting over the pullDownMenu content?05:58
wowerichttp://paste.kde.org/738434/   like this05:59
wowericuse   anchors.fill: parent05:59
*** Pat_o has joined #sailfishos06:00
sigmaorionwoweric, yeap, that's the way it is done, but the content of the SilicaFlickable element is getting out of bounds...06:01
sigmaorionI have a Grid element inside SilicaFlickable, where each element of the Grid is a rectangle06:02
sigmaorionwhen the rectables in the top rox scale up, they cover the pullDownMenu06:03
sigmaorion*rectangles06:03
wowericlet  me  see you  code,in  paste.kde.org06:03
sigmaorionyeap, sure06:04
Stskeepsmorn all06:05
wowerichi  sts.06:05
sigmaorionStskeeps, morning!06:06
sigmaorionwoweric, http://paste.kde.org/738440/06:06
sigmaorionwoweric, each rectangle has a mouseArea and when it is "clicked" it just makes the rectangle to scale, rotate, change color, etc randomly06:08
sigmaorionso, after clicking the rectangles in the top, some of them gets larger (scaling up), which is the desired behavior, that is what the app is about... but the problem is that the rectangles will cover the menu in the top.06:09
*** veskuh has joined #sailfishos06:10
wowericsorry,you  can  find  Stsleeps for  help06:10
*** Jck_true has joined #sailfishos06:10
sigmaorionI tried making the Grid children of a rectangle, thinking it would probably limit the area where the rectangles are drawn, but it didn't work...06:10
sigmaorionwoweric, thank you for your time!06:11
sigmaorionit's 3:11am in the morning here, I'm out to bed, hehe06:11
sigmaorionsee you guys, bye06:11
*** Sfiet_Konstantin has joined #sailfishos06:12
sigmaorionwoweric, I have set clip property of the parent rectangle (the one that fills the screen) to true and now it works just fine! :)06:14
sigmaorionhehe06:14
sigmaorionnow I will sleep more happilly... cheers!06:15
woweric:) it  is  good  news06:15
sigmaorionwoweric, yeap, thanks for your help! See you, bye bye!06:16
*** sigmaorion has left #sailfishos06:16
*** Pali has quit IRC06:16
*** jpetrell has joined #sailfishos06:26
*** frecel has quit IRC06:28
*** batteryyy has joined #sailfishos06:29
*** sigmaorion has joined #sailfishos06:30
*** auri__ has joined #sailfishos06:33
*** frecel has joined #sailfishos06:46
*** PMG has quit IRC07:01
*** martyone has joined #sailfishos07:02
*** martyone has quit IRC07:05
*** niqt has joined #sailfishos07:05
*** martyone has joined #sailfishos07:08
*** SfietKonstantin has joined #sailfishos07:10
*** jukkaeklund has joined #sailfishos07:12
*** Sfiet_Konstantin has quit IRC07:12
*** martyone_ has joined #sailfishos07:15
*** martyone has quit IRC07:15
*** Pat_o has quit IRC07:18
*** SfietKonstantin is now known as Sfiet_Konstantin07:21
*** phaeron has joined #sailfishos07:27
*** niqt has quit IRC07:30
*** PMG has joined #sailfishos07:31
*** niqt has joined #sailfishos07:32
*** niqt has quit IRC07:33
*** niqt has joined #sailfishos07:36
*** chriadam is now known as chriadam|away07:37
*** niqt has quit IRC07:37
*** niqt has joined #sailfishos07:41
*** niqt has quit IRC07:42
*** niqt has joined #sailfishos07:43
*** rcg has joined #sailfishos07:43
*** niqt has quit IRC07:43
*** niqt has joined #sailfishos07:44
*** niqt has quit IRC07:45
*** niqt has joined #sailfishos07:46
*** pavi has joined #sailfishos07:50
paviJust installed the SDK . But the VM is not starting  It says MER SDK connecton refused07:58
*** fk_lx has joined #sailfishos08:02
paviIs there no one here who helps with running the SDK   ?08:03
pavi I am running it on Open Suse 12.308:03
*** f3an0r has quit IRC08:04
Kondoupavi: did you start the build-machine?08:08
paviKondou, you mean the VM ?08:08
Kondouyeah, the build-vm08:08
rcgpavi, there are two vms08:10
paviKondou, I thought the Qt designer startd the VM08:10
rcgthats what Kondou is trying to say08:10
Kondouwhat rcg says08:10
pavishould it be explicitly started08:10
rcgyou have the sdk vm and the emulator vm08:10
Kondouyes08:10
Kondoufirst start the build vm08:10
Kondouthen the emulator08:10
Kondounext time try looking into the FAQ btw x)08:11
Kondouhttps://sailfishos.org/develop-faq.html08:11
pavisorry for asking how do I start them ? If I run the first program it tries starting it and fails saying that it cant connect08:11
rcgpavi, there should be buttons for starting the vms in the left bar (pretty close to the bottom)08:13
rcgin qtcreator, that is08:14
pavircg, yeah but it still says Mer SDK connection refused08:14
pavior sailfishos emulator connection refused08:15
rcghmm ic08:15
pavircg, Kondou I went to tools ->options ->devices where I ran the test and it says SSH connection failure: Connection refused08:19
pavilooks like some permission issue ?08:19
rcgpavi, sorry, am pretty busy right now, you could try to look if you find instructions to ssh into the vm from the shell08:21
pavircg, yeah thanks . will search for them08:21
rcgonce you can log in from the shell, the connection for qtcreator should work as well08:21
paviHopefully there is a wiki08:21
rcgi assume either that the vms are not in knownhosts or that the permissions on the mer-sdk ssh keypair are not correct08:22
paviShould the MER sdk be running already as some ssh service ?08:23
rcgthe vms should be running08:25
rcgyou connect to localhost on either port 2222 (sdk) or 2223 (emulator)08:25
rcgssh -p 2222 -i ~/.ssh/mer-qt-creator-rsa root@localhost08:26
rcge.g.08:26
rcgthe vms must be running of course08:26
*** Sfiet_Konstantin is now known as SfietKonstantin08:27
paviok08:27
*** phaeron has quit IRC08:39
*** phaeron has joined #sailfishos08:40
*** phaeron has quit IRC08:44
*** SfietKonstantin has quit IRC08:46
*** SfietKonstantin has joined #sailfishos08:49
*** jpetrell has quit IRC08:51
*** fk_lx has quit IRC08:58
*** fk_lx has joined #sailfishos09:02
pavircg,  The VMs are not running at all , so no point in SShing to them . How do I start them ? virtual box says that both devices are shut down and I dont have permissions to sstart them09:04
paviIs -rw-r--r-- the correct permission for the keys?09:11
rcgpavi, oh, so the problem seems to be even already in virtualbox09:23
pavircg, kontio thanks solved it09:23
rcgah great :)09:23
paviits because of opensuse and virtual box errors09:23
paviHave to run it as root09:24
*** pavi_ has joined #sailfishos09:26
*** pavi has quit IRC09:28
*** pavi_ has quit IRC09:32
*** niqt has joined #sailfishos09:38
*** niqt has quit IRC09:42
*** niqt has joined #sailfishos09:43
*** niqt has quit IRC09:45
*** niqt has joined #sailfishos09:47
rcghmm.. i'm sure that the settings can be adjusted such that it's not required to run as root09:48
*** niqt has quit IRC09:53
*** niqt has joined #sailfishos09:54
*** niqt has quit IRC09:58
*** niqt has joined #sailfishos09:59
*** woweric has quit IRC10:02
*** achipa has joined #sailfishos10:02
achipajust wondering, is the sailfishos alpha sdk supposed to work anywhere outside the default install path? I figured it has issues when the project dir is outside of home, but it seems the sdk dir itself is picky, too10:04
*** SfietKonstantin has quit IRC10:04
*** Sfiet_Konstantin has joined #sailfishos10:04
fk_lx achipa: best to report that on sailfish-devel mailing list10:05
achipaWell it's an alpha sdk so I'm just curious... it crimps my chroot-based dev setup, that's all10:07
*** niqt has quit IRC10:07
Sfiet_Konstantinachipa: I missed it, what's the problem ?10:07
achipainstall SDK any place *other* that ~/SailfishOS and it still somehow manages to have the ~/SailfishOS paths in configs and the tooling setup10:08
achipamight be that it's the chroot confusing it, that's why I'm asking10:08
*** niqt has joined #sailfishos10:08
*** SfietKonstantin has joined #sailfishos10:08
*** Sfiet_Konstantin has quit IRC10:09
*** SfietKonstantin is now known as Sfiet_Konstantin10:09
*** niqt has quit IRC10:14
*** niqt has joined #sailfishos10:17
*** fmunozs has quit IRC10:17
*** niqt has quit IRC10:18
*** niqt has joined #sailfishos10:19
*** niqt has quit IRC10:20
*** niqt has joined #sailfishos10:21
*** fk_lx has quit IRC10:22
*** fk_lx has joined #sailfishos10:24
*** niqt has quit IRC10:24
*** niqt has joined #sailfishos10:25
*** niqt has quit IRC10:26
*** niqt has joined #sailfishos10:27
*** niqt has joined #sailfishos10:28
*** M13 has quit IRC10:29
*** fmunozs has joined #sailfishos10:31
*** niqt has quit IRC10:34
*** niqt has joined #sailfishos10:35
*** Pat_o has joined #sailfishos10:35
*** lizardo has joined #sailfishos10:35
*** jluisn has joined #sailfishos10:37
*** niqt has quit IRC10:38
*** niqt has joined #sailfishos10:38
*** niqt has quit IRC10:41
*** niqt has joined #sailfishos10:42
*** niqt has joined #sailfishos10:44
*** Pat_o has quit IRC10:44
*** niqt has quit IRC10:47
*** niqt has joined #sailfishos10:48
*** arcean has joined #sailfishos10:50
*** Summeli has joined #sailfishos10:56
*** niqt has quit IRC10:57
*** jluisn_ has joined #sailfishos11:28
*** jluisn has quit IRC11:29
*** phaeron has joined #sailfishos11:34
*** martyone__ has joined #sailfishos11:34
*** martyone_ has quit IRC11:34
*** cxl000 has joined #sailfishos11:37
*** martyone__ is now known as martyone11:52
*** Pat_o has joined #sailfishos11:54
*** jpetrell has joined #sailfishos12:05
*** Pali has joined #sailfishos12:14
*** jukkaeklund has quit IRC12:17
*** wower has joined #sailfishos12:24
wowerhi12:25
*** Xruxa has joined #sailfishos12:28
*** woweric has joined #sailfishos12:29
*** Pali has quit IRC12:35
*** martyone_ has joined #sailfishos12:40
*** martyone has quit IRC12:41
*** martyone_ is now known as martyone12:42
wowerthe   emulator   sometime  is unusually to  open.must  stop it  and try again12:48
*** veskuh has quit IRC12:54
*** sigmaorion has quit IRC13:04
*** veskuh has joined #sailfishos13:09
*** martyone has quit IRC13:24
*** auri__ has quit IRC13:34
*** wower has quit IRC13:50
*** woweric has quit IRC13:52
*** r3d has joined #sailfishos13:53
*** zhxt has joined #sailfishos14:00
*** wower has joined #sailfishos14:02
*** woweric has joined #sailfishos14:02
*** VDVsx has quit IRC14:05
*** Pat_o has quit IRC14:10
*** Pat_o has joined #sailfishos14:11
*** jluisn_ has quit IRC14:19
*** jluisn has joined #sailfishos14:19
*** fk_lx has quit IRC14:19
*** fk_lx1 has joined #sailfishos14:19
*** fk_lx has joined #sailfishos14:20
*** fk_lx1 has quit IRC14:23
*** fk_lx has quit IRC14:24
*** r3d has quit IRC14:34
*** krabador has joined #sailfishos14:34
*** rcg has quit IRC14:39
*** rcg has joined #sailfishos14:40
*** sigmaorion has joined #sailfishos14:55
*** Xruxa has quit IRC14:58
*** Pantti_ has quit IRC15:00
*** zhxt_ has joined #sailfishos15:07
*** zhxt has quit IRC15:07
*** Superpelican has joined #sailfishos15:10
*** batteryyy has quit IRC15:11
*** wower_ has joined #sailfishos15:12
*** wower has quit IRC15:14
*** wower_ is now known as wower15:14
*** miksuh has quit IRC15:22
*** miksuh has joined #sailfishos15:28
*** spider-mario has joined #sailfishos15:31
*** rcg has quit IRC15:58
*** Pat_o has quit IRC16:12
*** sardini has joined #sailfishos16:12
*** zhxt_ has quit IRC16:19
*** wower has quit IRC16:20
*** woweric has quit IRC16:20
*** achipa has quit IRC16:21
*** VDVsx has joined #sailfishos16:21
*** mindflash has joined #sailfishos16:25
*** Pat_o has joined #sailfishos16:29
*** Pat_o has quit IRC16:29
*** xmlich02_ has quit IRC16:30
*** rcg has joined #sailfishos16:32
*** krabador has quit IRC16:35
*** fk_lx has joined #sailfishos16:54
*** M13 has joined #sailfishos16:57
*** Pat_o has joined #sailfishos17:02
*** Superpelican has quit IRC17:03
*** fmunozs has quit IRC17:05
*** Vlad_on_the_road has joined #sailfishos17:12
*** fmunozs has joined #sailfishos17:26
*** martyone has joined #sailfishos17:33
*** phaeron has quit IRC17:36
*** Pali has joined #sailfishos17:38
*** SeekingFor has quit IRC17:43
*** SeekingFor has joined #sailfishos17:43
*** Superpelican has joined #sailfishos18:02
*** Venemo has joined #sailfishos18:11
*** veskuh has quit IRC18:27
*** xmlich02_ has joined #sailfishos18:28
*** Morpog_PC has joined #sailfishos18:44
*** phaeron has joined #sailfishos18:44
*** furikku has quit IRC18:55
*** Superpelican has quit IRC19:15
*** zenvoid has joined #sailfishos19:18
*** M13 has quit IRC19:22
*** zenvoid_ has joined #sailfishos19:23
*** zenvoid has quit IRC19:23
*** inkjetunito has joined #sailfishos19:32
*** mindflash has quit IRC19:37
*** inkjetunito has quit IRC19:42
*** inkjetunito has joined #sailfishos19:42
*** Vlad_on_the_road has quit IRC19:47
*** ajalkane has joined #sailfishos19:52
*** inkjetunito has quit IRC19:57
*** zenvoid_ has quit IRC20:01
*** Pat_o has quit IRC20:07
*** rashm2k has joined #sailfishos20:12
*** spider-mario has quit IRC20:13
*** Vlad_on_the_road has joined #sailfishos20:20
*** rashm2k has quit IRC20:41
*** rashm2k1 has joined #sailfishos20:41
*** ajalkane has quit IRC20:45
*** jluisn has quit IRC20:48
*** lizardo has quit IRC20:55
*** M4rtinK has joined #sailfishos20:55
*** sigmaorion has quit IRC20:57
*** Vlad_on_the_road has quit IRC21:18
*** rcg has quit IRC21:21
*** fmunozs has quit IRC21:23
*** gabriel9 has joined #sailfishos21:25
*** arcean has quit IRC21:27
*** arcean has joined #sailfishos21:27
*** martyone has quit IRC21:36
*** Pali has quit IRC21:38
*** fk_lx has quit IRC21:39
*** Morpog_PC has quit IRC21:39
*** arcean has quit IRC21:47
*** arcean has joined #sailfishos21:49
*** M4rtinK has quit IRC22:25
*** cxl000 has quit IRC22:36
*** gabriel9 has quit IRC22:51
*** gabriel9 has joined #sailfishos22:53
*** fmunozs has joined #sailfishos23:17
*** rashm2k1 has quit IRC23:18
*** rashm2k1 has joined #sailfishos23:18
*** rashm2k1 has quit IRC23:19
*** gabriel9 has quit IRC23:39
*** Sfiet_Konstantin has quit IRC23:39
*** gabriel9 has joined #sailfishos23:40
*** miksuh has quit IRC23:44
*** chriadam|away is now known as chriadam23:48
*** arcean has quit IRC23:58

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