Monday, 2014-09-22

sledgesshell lesson learned: never grep for >00:00
sledgesever00:00
*** arcean has quit IRC00:41
*** marxistvegan has quit IRC01:06
*** marxistvegan has joined #sailfishos-porters01:08
*** marxistvegan has quit IRC01:39
*** _Serial has quit IRC02:42
*** dmt__ has quit IRC02:44
*** marxistvegan has joined #sailfishos-porters02:45
*** spiiroin has quit IRC02:46
*** spiiroin has joined #sailfishos-porters03:09
*** spiiroin has quit IRC03:29
*** spiiroin has joined #sailfishos-porters04:13
*** sletta has joined #sailfishos-porters04:51
*** vrutkovs has joined #sailfishos-porters04:53
*** VDVsx has quit IRC04:56
*** sletta has quit IRC04:56
*** VDVsx has joined #sailfishos-porters05:22
*** olafh has joined #sailfishos-porters05:32
*** sletta has joined #sailfishos-porters05:39
*** sletta has quit IRC05:41
*** marxistvegan has quit IRC05:43
*** vrutkovs has quit IRC05:51
*** VDVsx has quit IRC05:54
*** VDVsx has joined #sailfishos-porters05:55
*** Guhl has joined #sailfishos-porters06:11
*** blackjack4it has joined #sailfishos-porters06:32
*** blackjack4it has left #sailfishos-porters06:32
*** sletta has joined #sailfishos-porters07:01
*** alin__ has quit IRC07:01
*** SK_work has joined #sailfishos-porters07:16
*** Guhl has quit IRC07:18
*** dr_gogeta86 has joined #sailfishos-porters07:45
*** sletta has quit IRC08:07
*** alin has joined #sailfishos-porters08:09
*** alin has quit IRC08:09
*** alin has joined #sailfishos-porters08:09
*** cxl000 has joined #sailfishos-porters08:10
*** sletta has joined #sailfishos-porters08:10
*** chrisi has quit IRC08:28
*** chrisi has joined #sailfishos-porters08:32
*** arcean has joined #sailfishos-porters09:07
*** Guhl has joined #sailfishos-porters09:26
*** alin has quit IRC09:28
*** alin has joined #sailfishos-porters09:31
*** alin has quit IRC09:31
*** alin has joined #sailfishos-porters09:31
*** sletta has quit IRC09:32
*** dmt__ has joined #sailfishos-porters09:34
*** iuno has joined #sailfishos-porters09:45
iunohi there ;-)09:45
*** iuno has quit IRC09:53
*** iuno has joined #sailfishos-porters09:55
*** Nokius1 has joined #sailfishos-porters10:18
*** Nokius has quit IRC10:21
*** dmt__ has quit IRC10:35
Guhlhi, i would have a systemd question10:40
Guhlmy /system does not mount10:40
Guhlin system.mount is says What=/dev/block/mmcblk0p2510:40
Guhlbut for whatever reason when i check the kernel messages10:41
Guhlis see10:41
Guhl<30>[   35.093139] systemd[1]: Expecting device dev-block-mmcblk0p25.device...10:41
Guhl<28>[   63.937561] systemd[1]: Job dev-block-mmcblk0p25.device/start timed out.10:41
Guhl<31>[   63.938354] systemd[1]: Job dev-block-mmcblk0p25.device/start finished, result=timeout10:41
Guhl<27>[   63.940185] systemd[1]: Timed out waiting for device dev-block-mmcblk0p25.device.10:41
Guhl<27>[   63.943389] systemd[1]: Dependency failed for Droid mount for /system.10:42
Guhli would say that the simple solution is to change the What=10:42
Guhlto10:42
GuhlWhat=/dev/mmcblk0p2510:42
Guhlbut of course my question is why do the dev-block-mmcblk0pxx.device jobs timeout10:45
*** krnlyng has quit IRC10:46
*** krnlyng has joined #sailfishos-porters10:47
Guhlw00t -> test_glesv2 creates a diamond shaped thing containing a rotating spiral on my screen10:48
*** sletta has joined #sailfishos-porters10:52
Guhland now for something completely different: why does lipstick not start?10:55
*** swex has joined #sailfishos-porters10:56
sledgesGuhl: because /system not mounted10:58
sledgesdoes ./block/ node exist?10:58
Guhlsledges, /system is now mounted on boot as i changed it to /dev/mmcblk0p2510:59
sledgeslaunch qmlscene now11:00
Guhlusing which qml? or none?11:09
GuhlEGL_PLATFORM=fbdev test_hwcomposer works perfectly btw11:09
Guhllauching without qml creates something that looks like a file explorer on the screen11:10
Guhlas there is not realy going on to much her atm i'll paste 20 lines to irc OK11:12
Guhlsh-3.2# EGL_PLATFORM=fbdev /usr/lib/qt5/bin/qmlscene -platform hwcomposer11:12
GuhlEGLFS: Screen Info11:12
Guhl - Physical size: QSizeF(4.29497e+09, 4.29497e+09)11:12
Guhl - Screen size: QSize(480, 800)11:12
Guhl - Screen depth: 3211:12
Guhl== hwcomposer module ==11:12
Guhl * Address: 0x4359f00411:12
Guhl * Module API Version: 211:12
Guhl * HAL API Version: 011:12
Guhl * Identifier: hwcomposer11:12
Guhl * Name: Qualcomm Hardware Composer Module11:12
Guhl * Author: CodeAurora Forum11:12
Guhl== hwcomposer module ==11:12
Guhl== hwcomposer device ==11:13
Guhl * Version: 1010001 (interpreted as 1010001)11:13
*** swex has quit IRC11:13
Guhl * Module: 0x4359f00411:13
Guhl== hwcomposer device ==11:13
GuhlQEglScreen 0x1a0a68811:13
GuhlQEglWindow 0x1a2cb18: 0x1a54900 0x011:13
GuhlQEglWindow 0x1a2cb50: 0x1a52648 0x011:13
GuhlQEglWindow 0x1a7b3a0: 0x1a52618 0x011:13
GuhlThis plugin does not support propagateSizeHints()11:13
GuhlQEglBackingStore::flush 0x1a5490011:13
GuhlWARNING: virtual int FbDevNativeWindow::setBufferCount(int): allocated only 2 buffers out of 311:13
GuhlQEglBackingStore::flush 0x1a5490011:13
GuhlQEglBackingStore::flush 0x1a5490011:13
Guhlthat looks very promising to me -> but now i got to go cooking as my ladies will come home soon for lunch :-)11:14
*** spiiroin has quit IRC11:23
*** Eztran has joined #sailfishos-porters11:29
sledgesniice!11:31
*** vakko has joined #sailfishos-porters11:34
*** vakko is now known as vakkov11:34
vakkovHi there, porters!11:35
alinvakkov: freshers week over?11:39
vakkovalin: first lecture starting in 20 minutes11:40
alinvakkov: forget about that... see which university has freshers week this week11:40
alinlectures will be every week11:40
Guhlso piggz said:11:42
Guhlpiggzwhat happens if you run qmlscene?  if it works, you likely want the servicemanager patches11:42
Guhlso it seems that i likely want the servicemanager patches11:43
Guhlif i would know where and what they are11:43
Guhlbut a question to the porting pros here11:44
Guhlthe system.mount file obviously is generated from out/target/product/vision/root/fstab.vision11:46
Guhlwhich basically means that whit every new build my change in system.mount will be gone11:48
alinGuhl: probably... unless specially patched will be by whatever ends up in /etc/fstab11:48
alinGuhl: I think there is a procedure where you have to create new mountpoints for the device... commit them and not worry when you build the image11:48
alinGuhl: sledges knows11:48
Guhlyou mean the fix_mountpoints script from hybris-boot?11:49
*** spiiroin has joined #sailfishos-porters11:50
Guhli think that is for recovery.fstab11:53
Guhlbut i'll wait for sledge11:53
*** vakkov has quit IRC11:53
sledgesyes, alin's correct11:54
sledgesjust remove blocl bit, add vision next to i930511:54
alinsledges: ok.. I will do a printscreen to that... to show to my gf11:55
Guhlsledges, where?11:55
sledgesfix-mountpoints11:55
sledges;)11:56
Guhlahh now i see11:56
Guhlthe "i9305" | "encore" | "n7000") section11:56
Guhlcool11:58
Guhlsledges, do you know which "servicemanager patches" piggz was refering to?11:59
*** swex has joined #sailfishos-porters11:59
Guhlanother question - i have to load a kernel module on boot12:01
Guhlwhere would i tell this to the build system?12:01
alinGuhl: I think one of the init. files12:17
alinGuhl: you can sed it in ks  in the post section12:17
*** hurrian has joined #sailfishos-porters12:20
*** hurrian has joined #sailfishos-porters12:20
*** arcean has quit IRC12:23
*** iuno has quit IRC12:32
*** iuno has joined #sailfishos-porters12:34
sledgesGuhl: piggz: Nokius1: sorry merged only now, good work! https://github.com/mer-hybris/android_system_core/pull/8  https://github.com/mer-hybris/android_frameworks_base/pull/112:36
sledgesGuhl: find rpm/ | grep modules12:37
Guhlsledges, i c - thanks a million12:39
*** marxistvegan has joined #sailfishos-porters12:41
Guhlsledges, to incorporate the patches you just committed i need to update the devel mer-hybris ?12:50
Guhlah no i need to repo sync right12:53
sledgesyes12:55
Guhlit's getting to convenient to just ask a question to you instead of looking and thinking myself :-)12:56
sledgesthat's why i start answer slowly;P12:57
Guhlheh12:58
*** arcean has joined #sailfishos-porters13:06
*** vakkov has joined #sailfishos-porters13:10
*** vakkov has quit IRC13:17
*** vakkov has joined #sailfishos-porters13:29
GuhlOK:module load worked13:48
Guhlsystem is mounted13:48
GuhlOMG it asks for a language selection and i even used the right input for the touch screen13:49
sledges\o/13:59
* sledges hands out a porter's badge to Guhl 13:59
alinGuhl: you are there...14:00
alinGuhl: are you in the tutorial?14:00
*** Guhl has quit IRC14:04
*** beidl_ has joined #sailfishos-porters14:04
*** iuno has quit IRC14:07
*** beidl has quit IRC14:07
*** iuno has joined #sailfishos-porters14:08
*** Guhl has joined #sailfishos-porters14:16
*** marxistvegan has quit IRC14:25
sledgesGuhl: photosession time;)14:26
Guhlwell if i get lipstick running you'll be the first to see it :-P14:28
*** beidl_ is now known as beidl14:30
beidlhabe die ehre14:30
Guhlund die masern14:30
beidl:P14:31
sledgeslet's go all the way:)14:32
Guhlyou would not wanna  go down that road14:36
sledgesyou don't wanna get lipstick running?;P14:36
iunobeidl: a bayer, hier? ;-)14:37
beidliuno: austrian ;)14:37
iunoah almost! (sorry for that :P)14:38
*** marxistvegan has joined #sailfishos-porters14:44
beidliuno: close enough :)14:45
*** VDVsx has quit IRC14:47
*** arcean has quit IRC14:57
*** MSameer has quit IRC15:03
*** MSameer has joined #sailfishos-porters15:03
sledgeshttps://twitter.com/IekkuPylkka/status/51402984852502528115:20
* sledges <- not biased at all15:22
Guhlsledges, maybe you can see something in this why lipstick fails?15:25
Guhlhttp://pastebin.com/8bGxffbx15:25
beidlGuhl: could you please run top and see if a process is going crazy?15:27
sledgesGuhl: would be good to isolate lipstick - just start it from cmdline as user15:29
Guhlnot really when lipstick tries to start it's like 70% CPU but all other processes are insignificant15:29
Guhlas root?15:31
sledgesas user15:31
Guhlnemo?15:32
sledgesyes15:32
Guhl[C] unknown:0 - Failed to create display (Connection refused)15:33
Guhlsorry that was without -platform15:34
Guhlhttp://pastebin.com/0st0zMYk15:35
*** phdeswer has quit IRC15:35
*** Jonni_ has joined #sailfishos-porters15:36
*** Jonni has quit IRC15:36
Guhlbetween the QEglScreen15:37
Guhland the next line it hangs for about 10 seconds15:38
Guhlthen the screen backlight turns on and i get the segfault15:38
*** iTune has joined #sailfishos-porters15:41
sledgesGuhl: did you repo sync and make hybris-hal ?15:42
Guhlyes15:42
sledgesdid you re-generate image?15:43
*** VDVsx has joined #sailfishos-porters15:43
Guhlyes the changes like in fix-mountpoints and modul loading all work15:44
Guhland as said on the first run after i flash the image the welcome app comes up15:44
Guhlbut i did not make clobber before i did the make hybris-hal15:45
Guhlso one can not be absolutely sure if your patches really got built15:45
*** marxistvegan has quit IRC15:46
*** marxistvegan has joined #sailfishos-porters15:46
sledgesi mean15:48
sledgesyour init.rc should point to the newly recompiled servicemanager15:48
sledgesunder /usr/libexec/droid-hybris/system/bin15:48
Guhlyou did a change to init.rc ?15:49
Guhlthe one in hybris-boot?15:49
sledgesis one of the PRs15:52
sledgesnot init-script ;) .rc ;)15:52
GuhlOK sorry was confused15:52
Guhlsledges, just to sort out confusions by "make hybris-hal" you mean?15:54
sledgesenter HABUILD_SDK15:58
sledgesrepo sync (you did)15:58
sledgesbreakfast etc15:58
sledgesmake hybris-hal15:58
sledgeswill rebuild the PRs15:58
Guhlyes i did that,15:59
sledgesafterwards you don't have to regen image, just copy new init.rc to device's / and servicemanager from out/ to /usr/libexec/droid-hybris/system/bin15:59
Guhli am rebuilding again atm after i did a make clobber first to make sure that everything really gets rebuilt16:00
Guhlwill copy them when the build is finished16:00
sledgesensure it's the right servicemanager binary you're picking up (similar in size and latest date)16:09
sledgesbeen there, got lost;)16:09
*** zZz0n is now known as zon16:12
Guhlwhile this builds i'll be gone for a while - later16:23
*** filippz has joined #sailfishos-porters16:53
*** piggz has joined #sailfishos-porters17:09
piggzlo porters17:10
sledgeshi17:21
*** uvatbc has quit IRC18:01
*** phdeswer has joined #sailfishos-porters18:11
*** alin has quit IRC18:31
*** filippz has quit IRC18:32
vgradehi18:42
vgradepiggz: was reading about your mem alloc issue.18:42
vgradepiggz: I see the first gralloc succeed and the next fail, is that what you were seeing18:43
*** sletta has quit IRC18:51
*** marxistvegan has quit IRC18:54
*** marxistvegan has joined #sailfishos-porters18:55
*** zetaz has joined #sailfishos-porters18:56
Guhlhi piggz18:58
*** arcean has joined #sailfishos-porters19:24
Guhlnew status: can start lipstick as user nemo19:31
*** krnlyng has quit IRC19:39
*** krnlyng has joined #sailfishos-porters19:39
piggzvgrade: yes ... also the first alloc requests the full amount20:00
piggzGuhl: cool, how well is it working20:00
Guhlclose to not at all :-)20:03
*** uvatvmw has quit IRC20:21
*** piggz has quit IRC20:28
*** uvatvmw has joined #sailfishos-porters20:40
*** uvatvmw has quit IRC20:43
iunosorry, was busy the last time... so I had the problem with cpu load and tried this: http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2014-08-25.log.html#t2014-08-25T21:57:0820:46
*** uvatvmw has joined #sailfishos-porters20:47
iuno(copied the files over again from hammerhead to amami) but it didn't help. also looked inside the platform-device script and it turns out 'echo $1' outputs nothing20:47
iunobtw i only rushed through the logs... i suppose there is nothing new about https://wiki.merproject.org/wiki/Adaptations/libhybris/gpu ?20:49
zetazstrange thing : I am running the initramfs, but the echo continue fails. To try to debug that I echo'ed the "switch_root /target /target/sbin/init --log-level=debug --log-target=kmsg" to /init-ctl/stdin21:04
zetazbut it answers with the help of command switch_root21:05
*** piggz has joined #sailfishos-porters21:05
piggzGuhl: what have you got?21:05
piggzvgrade: ping21:05
*** swex has quit IRC21:05
Guhlpiggz, well21:05
zetazI don't see an error in my call. Helps says that /target must be a mount point (it is), and it must be run as PID 1 (which init is, so the echo'ed command should be too ?)21:06
Guhlthe test_egl, ... test_hwcomposer programs work perfectly21:06
Guhlwe fixed the mount problem for system21:06
Guhl(i will pull request to your repo later)21:07
Guhlwhen i do a clean install the welcome app where you select the language comes up and also the touch input works21:08
piggzcool21:08
Guhlbut lipstick did not start21:08
Guhlafter a repo sync and new build (new service manager)21:09
*** iTune has quit IRC21:09
Guhli can now start lipstick from a nemo shell21:09
Guhlbut it is not responsive to touch input21:10
sledgesah21:10
sledges$LIPSTICK_OPTIONS21:10
piggzGuhl: on my build, I have to pull the battery after first boot and getting to the language selection...after that it works21:11
sledgescat /var/lib/environment/compositor/droid-hal-device.conf21:11
piggzGuhl: did you change your kernel config for uevent_helper_path ?21:11
Guhlthe only thing that works is turn the display on and off with the power button (with a lot of lag)21:11
sledgeszetaz: take switch_root command exactly as it is in init-script21:11
Guhli thing so - i changed it to "" sec21:12
Guhl-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"21:13
Guhl+CONFIG_UEVENT_HELPER_PATH=""21:13
zetazsledges: I did, only replaced the $INIT by the actual value the script would use21:13
zetazand I tried both syntax (if init-debug is present, and if not)21:14
zetazI must be making a stupid mistake somewhere...21:14
sledgeszetaz: how come echo continue doesn't work!?21:14
zetazlet's try again21:14
piggzGuhl: change it back ... for me it fixed the touch input ... i dont know what the correct fix is yet...21:14
Guhlpiggz, aha interesting21:15
Guhlsledges,21:15
Guhl# Config for htc/vision21:15
GuhlHYBRIS_EGLPLATFORM=fbdev21:15
GuhlQT_QPA_PLATFORM=hwcomposer21:15
GuhlLIPSTICK_OPTIONS=-plugin evdevtouch:/dev/input/event1 -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/droid.qmap21:15
sledgesGuhl: i know what's in there21:16
sledgesstart lipstick $LIPSTICK_OPTION21:16
sledgesafter exporting that above21:16
Guhlk - noob at work21:16
zetazsledges: If init-debug is present, I get the "Mer Debug: ERROR: could not setup USB as usb0 or rndis0" message. I tried inverting usb0 and rndis0 order (as it was needed for hybris-recovery boot) but same results. So I wanted to check if the switch root was done correctly before getting further.21:17
*** lbt has quit IRC21:17
sledgesnp:)21:17
sledgesnoob ported a phone to GUI ;P21:17
Guhlsledges, i did an export LIPSTICK_OPTIONS="...."21:22
Guhlbut that does not change the behaviour21:22
Guhlif i unsleep Display it takes about 2 seconds then the clock is displayed21:23
sledgesGuhl: and you launched lipstick with $LIPSTICK_OPTIONS21:24
sledges?21:24
Guhlnah sorry21:24
*** lbt has joined #sailfishos-porters21:24
Guhlin the sense of:21:24
Guhl$LIPSTICK_OPTIONS EGL_PLATFORM=fbdev lipstick -platform hwcomposer21:24
zetazsledges : here are the commands I tried, and their output. http://pastebin.com/Duq592BP21:25
sledgesGuhl: nope21:26
sledgesEGL_PLATFORM=fbdev lipstick -platform hwcomposer $LIPSTICK_OPTIONS21:26
Guhlyeah does not work21:26
sledgesdon't believe you:))21:26
Guhlmy version does not work :-)21:27
vakkovhttps://wiki.merproject.org/wiki/Nemo/USBNetworking21:27
vakkovis this still requiered21:27
Guhlaha this looks good:21:27
Guhlevdevtouch: Using device /dev/input/event121:28
Guhlmin X: 1 max X: 102321:28
Guhlmin Y: 2 max Y: 96621:28
Guhlmin pressure: 0 max pressure: 021:28
Guhldevice name: atmel-touchscreen21:28
GuhlProtocol type B (mtdev)21:28
*** javispedro has joined #sailfishos-porters21:28
GuhlOMG21:28
vakkovsledges: is this - https://wiki.merproject.org/wiki/Nemo/USBNetworking still required and is there a way that doesn't brake network-manager and the latter starts automatically21:30
Guhli can scroll up and down now21:31
sledgesGuhl: \o/21:31
sledgesvakkov: i have buried networkmanager long ago, can't say:))21:31
vakkovhow are your connections managed then21:32
Guhlit did start the browser21:32
vakkovsledges: ^^21:33
zetazsledges: I give up for today. At least I have checked all leds/buttons/HW keyboard/headphone switch are working. I'll try to find some time to continue in the week.21:34
zetazgood night !21:34
*** zetaz has left #sailfishos-porters21:36
Guhlsledges, piggz https://www.thinkthinkdo.com/g2ics/20140922_007.jpg21:40
Guhlthe jolla has probably the worst camera of all phones i had in the last 5 years21:41
Guhlthis is a very good moment to quit it for today tomorrow i'll try to get lipstick working as a service21:43
piggzGuhl: you got the camera to work??21:46
Guhldid not even try yet i did take the picture of the G2 running Sailfish OS using the Jolla21:47
*** marxistvegan has quit IRC21:48
piggzah, k21:48
Guhlbut it does (of course) not work21:50
sledgesGuhl: tweet?21:52
Guhlwhat is a tweet in the sense of a twitter message21:52
sledgesyes21:52
Guhli do not exist on any (virtual) social network21:53
sledgesGuhl: fair play, I'll wait for a fancier photosession from you pls ;P21:53
Guhlbut if you would like to tweet it - please go ahead21:54
piggzGuhl: so, the uevent thing helped?21:54
Guhldid not do the uevent thing yet21:55
piggzk21:55
Guhljust the lipstick options21:55
piggzanyway, gotta get to zzZZ21:55
piggzc ya!21:55
Guhladded to the command line when starting21:55
piggzhmm, so maybe your touchscreen works without the uevent change21:56
Guhlme too - thanks guys - you are an amazing community21:56
*** piggz has quit IRC21:56
sledgesGuhl: a photo of homescreen and in broad daylight21:57
sledgesyour jolla camera will do miracles then :D21:58
Guhlbtw the hardware keyboard works out of the box - that is insane21:58
sledgeswoot?21:58
sledgeswaht device is that?21:58
Guhli'll rather use my leica m8 tomorrow :-P21:58
GuhlHTV Vision, aka Desire Z, aka T-Mobile G221:58
sledgesaaaaa! first phone with hwkbd!21:59
Guhlthis is G221:59
sledgesman you can't imagine what impact that tweet will make ;)21:59
sledgesso get that leica out tomorrow :D21:59
*** dmt__ has joined #sailfishos-porters21:59
Guhlwill do - sledges good night21:59
sledgesnn21:59
sledgesthanks21:59
sledgesvakkov: networkmanager... :")))22:02
sledgesbut i put it to submission not to reset usb0, lesse how....22:02
stephgevening chaps22:16
sledgesohai!22:16
sledgesfirst #hwkbd phone sailed!:))22:16
stephgwooop22:16
stephg!22:16
* stephg reads backlog22:17
*** zon is now known as zZz0n22:19
*** marxistvegan has joined #sailfishos-porters22:24
*** Guhl has quit IRC22:33
vakkovsledges: tel me more about that. I want my pc to start without looking for a whole minute for connections22:34
*** alin has joined #sailfishos-porters22:36
sledgesvakkov: all i see from first glance is a bunch of MAC addresses added to no-auto-default in /etc/NetworkManager/NetworkManager.conf22:36
*** cxl000 has quit IRC22:56
iunocan I test other functions while lipstick is still not working?23:12
sledgesiuno: yes, with test_*23:13
iunobzw.. is sailfish booted 'all the way up' when I continue from telnet stage 1 & 2 (ssh running, lipstick hardmasked)?23:13
sledgesiuno: nope, because lipstick has there rest of deps like bluez etc23:14
sledgesbut you have connectivity23:14
sledgesand test_* suite queries low level hw, which is initialised at that point23:14
iunosledges: ok, thanks23:15
sledgeshttps://twitter.com/sledgeSim/status/51419244980024934523:20
iunohmm at least vibration works... ;)23:21
sledgeshehe23:22
iunosegfault in most tests23:25
sledgesas root?23:28
iunoyes23:29
*** iTune has joined #sailfishos-porters23:31
*** marxistvegan has quit IRC23:34
*** junnuvi_ has quit IRC23:35
*** olafh has quit IRC23:35
*** junnuvi has joined #sailfishos-porters23:35
*** uvatvmw has quit IRC23:40
*** uvatvmw has joined #sailfishos-porters23:47
*** junnuvi has quit IRC23:48
*** uvatvmw has quit IRC23:49
*** junnuvi has joined #sailfishos-porters23:49
*** uvatvmw has joined #sailfishos-porters23:50
*** iuno has quit IRC23:58

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