*** igordcard has joined #sailfishos | 00:05 | |
*** igordcard has quit IRC | 00:07 | |
*** pigletto has quit IRC | 00:08 | |
sandsmark | bah, maliit | 00:16 |
---|---|---|
sandsmark | passing non-const references to get stuff? bad api designer, no cookies | 00:16 |
jcbjoe | omg i just forgot my security code lol | 00:19 |
jcbjoe | sad | 00:19 |
jcbjoe | i didn't have anything on it anyway | 00:19 |
*** pigletto has joined #sailfishos | 00:19 | |
*** gogeta has quit IRC | 00:27 | |
*** msava has quit IRC | 00:30 | |
*** JoshStrobl has quit IRC | 00:32 | |
*** arcean has quit IRC | 00:33 | |
*** msava has joined #sailfishos | 00:34 | |
*** olafh has quit IRC | 00:35 | |
*** zetaz has left #sailfishos | 00:36 | |
*** FlashAsparagus has joined #sailfishos | 00:38 | |
*** louisdk has quit IRC | 00:39 | |
*** rm_work is now known as rm_work|away | 00:43 | |
*** flywheel has joined #sailfishos | 00:44 | |
*** fmunozs has joined #sailfishos | 00:44 | |
*** Behold has quit IRC | 00:47 | |
*** inte_awa` has joined #sailfishos | 00:56 | |
*** inte_awa` has quit IRC | 00:56 | |
*** inte_awa` has joined #sailfishos | 00:56 | |
*** inte_away has quit IRC | 00:59 | |
*** adriaan has quit IRC | 01:08 | |
*** lpotter has quit IRC | 01:12 | |
*** lpotter has joined #sailfishos | 01:12 | |
saidinesh5 | sandsmark: oh? | 01:13 |
sandsmark | saidinesh5: fixed it :D | 01:13 |
sandsmark | but I was about to go to bed | 01:13 |
saidinesh5 | diff please? :P | 01:13 |
saidinesh5 | sandsmark: what was the issue? | 01:13 |
sandsmark | (forgot to export QT_IM_MODULE) | 01:13 |
saidinesh5 | whut | 01:14 |
saidinesh5 | noooooo? | 01:14 |
saidinesh5 | sandsmark: but the plugin renders and stays on the screen? | 01:15 |
sandsmark | it does | 01:15 |
sandsmark | and I can type and stuff | 01:16 |
saidinesh5 | O_O | 01:16 |
sandsmark | I just needed to set some sane geometry, tho | 01:16 |
saidinesh5 | sane geometry as in? | 01:16 |
sandsmark | m_view->setGeometry(0, 0, 480, 400); | 01:17 |
saidinesh5 | Ah in skeyer you mean? | 01:17 |
sandsmark | and then host->setScreenRegion(m_view->geometry()); | 01:17 |
sandsmark | yeah | 01:17 |
saidinesh5 | hmm........ weird. | 01:17 |
saidinesh5 | nah i think we have different issue then | 01:17 |
sandsmark | okok | 01:18 |
saidinesh5 | sandsmark: for me currently it doesnt render at all | 01:18 |
saidinesh5 | like it takes the screenshot of the whole desktop | 01:18 |
saidinesh5 | and stays like that | 01:18 |
sandsmark | yeah, that's what happened to me as well | 01:18 |
sandsmark | until I set the sane geometry | 01:18 |
saidinesh5 | ohhh | 01:18 |
saidinesh5 | sandsmark: but why does this happen ? | 01:19 |
saidinesh5 | and it doesnt happen to me in kubuntu | 01:19 |
sandsmark | maybe they have some patches? | 01:19 |
sandsmark | idunno | 01:19 |
*** hasdf has joined #sailfishos | 01:19 | |
saidinesh5 | hmm..... | 01:19 |
sandsmark | I pushed a couple of extra fixes to my maliit-fork | 01:19 |
saidinesh5 | on github? | 01:19 |
saidinesh5 | i ll check it out though | 01:19 |
sandsmark | https://github.com/maliit/framework/pull/8 | 01:20 |
sandsmark | http://sprunge.us/giiX is the PKGBUILD I'm using | 01:20 |
saidinesh5 | one of this was ubuntu's patches afaik | 01:21 |
saidinesh5 | the updateInputMethodArea | 01:21 |
saidinesh5 | even i had to add that previously to get it to at least display things | 01:21 |
sandsmark | ah, ok | 01:22 |
saidinesh5 | sandsmark: any neat little way to detect desktop vs. mobile vs. tablet? | 01:22 |
sandsmark | well, that makes it work even without setting the custom geometry now | 01:22 |
sandsmark | saidinesh5: not at build time afaik | 01:22 |
saidinesh5 | Ahh | 01:22 |
sandsmark | there is some qsysteminfo thing, tho | 01:22 |
saidinesh5 | and of course not | 01:22 |
saidinesh5 | at the build time it cant be possible either | 01:23 |
* saidinesh5 checks | 01:23 | |
sandsmark | qdeviceinfo, maybe? | 01:23 |
saidinesh5 | umm.. | 01:24 |
saidinesh5 | need something based on resolution and pixel density afaik | 01:24 |
sandsmark | that sounds hackish :D | 01:25 |
sandsmark | qtsystems is packaged in mer afaik | 01:25 |
saidinesh5 | actually sandsmark i mean thats the only logical way to deal with "formfactors" | 01:25 |
saidinesh5 | i dont particularly care about mobile/tablet distinction.. but more like | 01:26 |
sandsmark | ah, true | 01:26 |
saidinesh5 | is it big enough to display 2 keyboard rows.. | 01:26 |
saidinesh5 | there was something along the lines of mdpi, ldpi, hdpi , etc.. in android | 01:26 |
sandsmark | just check QScreen::physicalSize(), maybE? | 01:27 |
saidinesh5 | yup thats what i was looking at | 01:27 |
saidinesh5 | Screen.something | 01:27 |
saidinesh5 | in qml too | 01:27 |
saidinesh5 | okay i think we know what to do tomorrow | 01:29 |
sandsmark | yeah | 01:30 |
*** inte_away has joined #sailfishos | 01:30 | |
*** inte_awa` has quit IRC | 01:30 | |
sandsmark | I've been prodding at the maliit codebase for the reedit stuff too, so I think I soon have an idea about how the state stuff should look | 01:30 |
sandsmark | but I'll sleep on it first :D | 01:30 |
*** zalan has quit IRC | 01:30 | |
*** zalan has joined #sailfishos | 01:31 | |
saidinesh5 | yup | 01:32 |
saidinesh5 | me too | 01:32 |
sandsmark | goodnight :D | 01:32 |
sandsmark | I'll see how much time I have for hacking tomorrow, we're driving out of marrakech to some mountains | 01:32 |
*** zalan has quit IRC | 01:35 | |
*** lpotter has quit IRC | 01:38 | |
*** lpotter has joined #sailfishos | 01:38 | |
*** Sailor11736_ has quit IRC | 01:40 | |
*** lpotter has quit IRC | 01:47 | |
*** lpotter has joined #sailfishos | 01:49 | |
*** ljp has joined #sailfishos | 01:55 | |
*** lpotter has quit IRC | 01:55 | |
*** qqK has quit IRC | 02:02 | |
*** SCVgeo has joined #sailfishos | 02:11 | |
*** fmunozs has quit IRC | 02:19 | |
*** zalan has joined #sailfishos | 02:19 | |
*** corby has quit IRC | 02:31 | |
*** Kabouik has quit IRC | 02:32 | |
*** timsche has quit IRC | 02:56 | |
*** M4rtinK has quit IRC | 03:01 | |
*** obiwlan has quit IRC | 03:11 | |
*** FlashAsparagus has quit IRC | 03:11 | |
*** obiwlan has joined #sailfishos | 03:13 | |
*** rm_work|away is now known as rm_work | 03:24 | |
*** SCVgeo has quit IRC | 03:48 | |
*** SaberAltria has joined #sailfishos | 04:18 | |
SaberAltria | Anyone installed the gst-plugins-bad-extra? | 04:18 |
*** flash1 has joined #sailfishos | 04:18 | |
SaberAltria | https://openrepos.net/content/sailfishlib/gst-plugins-bad-extra | 04:18 |
SaberAltria | In this webpage, it mentioned that <Added HLS Support> in the changelog | 04:19 |
SaberAltria | but after I installed that package and restarted my phone, the HLS support didn't work anymore and even showed nothing | 04:20 |
SaberAltria | before that, when I played the m3u8 playlist in LLS Video Player, it still could play a few seconds | 04:21 |
SaberAltria | but now it plays nothing... | 04:21 |
*** hasdf has quit IRC | 04:23 | |
*** flash1 has quit IRC | 04:27 | |
*** flash1 has joined #sailfishos | 04:28 | |
*** flash1 has quit IRC | 04:29 | |
*** jcbjoe has quit IRC | 04:48 | |
*** spiiroin has quit IRC | 05:00 | |
*** spiiroin has joined #sailfishos | 05:06 | |
*** flywheel has quit IRC | 05:07 | |
*** useretail has quit IRC | 05:08 | |
*** PebbyAtWark has joined #sailfishos | 05:20 | |
*** Pebby has quit IRC | 05:20 | |
*** m4g0g has joined #sailfishos | 05:53 | |
*** olafh has joined #sailfishos | 06:00 | |
m4g0g | hi | 06:03 |
m4g0g | did somebody update to U10? | 06:03 |
*** filippz has joined #sailfishos | 06:04 | |
m4g0g | My be somebody knows how to install google play after factory reset | 06:07 |
*** _Keestu has joined #sailfishos | 06:11 | |
*** martyone_ has joined #sailfishos | 06:20 | |
*** paju has quit IRC | 06:23 | |
locusf | I can't open contacts database on my Nemo Jolla: http://pastie.org/9795446 is there something I could try to fix it? | 06:27 |
*** furikku has joined #sailfishos | 06:29 | |
*** f3an0r has joined #sailfishos | 06:29 | |
*** martyone_ has quit IRC | 06:32 | |
*** useretail has joined #sailfishos | 06:34 | |
*** flash1 has joined #sailfishos | 06:48 | |
SaberAltria | Anyone know how to play .m3u8 in Jolla? | 06:49 |
m4g0g | does jolla supports Android 5+? | 06:50 |
*** flash1 has quit IRC | 06:51 | |
*** gogeta has joined #sailfishos | 06:52 | |
*** zhxt_work has quit IRC | 06:55 | |
*** mihlit_ has joined #sailfishos | 06:59 | |
*** zhxt has joined #sailfishos | 07:02 | |
*** zhxt is now known as zhxt_work | 07:03 | |
*** SaberAltria has quit IRC | 07:13 | |
*** SfietKonstantin has joined #sailfishos | 07:15 | |
*** SfietKonstantin is now known as Sfiet_Konstantin | 07:15 | |
*** Lipevakala_ has joined #sailfishos | 07:15 | |
*** gexc has joined #sailfishos | 07:17 | |
*** Sail0r has joined #sailfishos | 07:25 | |
*** Sail0r has quit IRC | 07:25 | |
*** Lipevakala_ has quit IRC | 07:34 | |
*** cxl000 has joined #sailfishos | 07:36 | |
*** Lipevakala_ has joined #sailfishos | 07:37 | |
*** Fantick_ has quit IRC | 07:37 | |
*** Finlod has joined #sailfishos | 07:45 | |
*** louisdk has joined #sailfishos | 07:46 | |
louisdk | If I change my ssh password for developer mode will my user and root passwords be changed too? | 07:48 |
*** hasdf has joined #sailfishos | 07:51 | |
*** Lipevakala_ has quit IRC | 07:54 | |
*** Lipevakala_ has joined #sailfishos | 07:54 | |
*** SaberAltria has joined #sailfishos | 07:56 | |
SaberAltria | Help | 07:56 |
*** gabriel9|work has joined #sailfishos | 07:56 | |
Armadillo | why the hell does the Sailfish browser update the websites icons each time you start it? | 07:57 |
SaberAltria | I don't understand the gstreamer in Jolla | 07:57 |
SaberAltria | If no gst-plugins-bad-extra installed, it can play m3u8 video playlists only once | 07:58 |
SaberAltria | after installed gst-plugins-bad-extra, it cannot play m3u8 video playlists but can play m3u8 music playlist (.aac) | 07:59 |
SaberAltria | Anyone familiar with this? | 07:59 |
*** ecloud is now known as ecloud_wfh | 08:01 | |
tbr | sounds like conflicting plugins or such? | 08:01 |
*** Sfiet_Konstantin has quit IRC | 08:02 | |
*** gabriel9 has joined #sailfishos | 08:06 | |
coderus | m4g0g: any problems with google? | 08:06 |
*** gabriel9|work has quit IRC | 08:06 | |
m4g0g | coderus: yes | 08:06 |
coderus | louisdk: only nemo | 08:06 |
m4g0g | thousands | 08:07 |
coderus | SaberAltria: wait update13 with gst 1.x :) | 08:07 |
coderus | m4g0g: wipe /opt/alien | 08:07 |
coderus | and reinstall aliendalvik | 08:07 |
m4g0g | done | 08:07 |
coderus | then put 3 apk in folder | 08:07 |
coderus | or rsync | 08:07 |
coderus | and install PhoneSky.apk | 08:08 |
m4g0g | what version of this apk? | 08:08 |
coderus | there is only one | 08:08 |
m4g0g | I try about 6 different versions of services and phonesky and always play store doesn't work | 08:08 |
coderus | https://together.jolla.com/question/30926/howto-install-google-play/ | 08:09 |
coderus | works for me | 08:09 |
*** spiiroin has quit IRC | 08:09 | |
m4g0g | I will try this after installing aliendalvik but with my internet conenction - it is a big problem | 08:11 |
*** corne_away is now known as corne | 08:17 | |
*** hasdf has quit IRC | 08:19 | |
SaberAltria | coderus no fix until gst 1.x? | 08:20 |
*** jjanvier has joined #sailfishos | 08:28 | |
*** flash1 has joined #sailfishos | 08:30 | |
coderus | SaberAltria: seems so | 08:31 |
coderus | how to debug lipstick? it's crashing, and how to know why? | 08:31 |
*** olafh has quit IRC | 08:31 | |
*** olafh has joined #sailfishos | 08:31 | |
*** flash1 has quit IRC | 08:33 | |
*** spiiroin has joined #sailfishos | 08:33 | |
*** flash1 has joined #sailfishos | 08:34 | |
locusf | gdb? :) | 08:36 |
coderus | louisdk: tried, can connect only from root. continue, crash, bt return "No stack" | 08:41 |
*** Sailor11736_ has joined #sailfishos | 08:41 | |
*** tat has joined #sailfishos | 08:42 | |
coderus | again :D | 08:44 |
coderus | locusf: :D | 08:44 |
locusf | coderus: what, it doesn't work for you? | 08:44 |
locusf | coderus: try attaching as root | 08:44 |
locusf | ah | 08:45 |
locusf | you meant me probably, not louisdk :p | 08:45 |
*** VDVsx__ has joined #sailfishos | 08:45 | |
*** Lipevakala_ has quit IRC | 08:47 | |
*** VDVsx_ has quit IRC | 08:48 | |
*** BtPht has joined #sailfishos | 08:49 | |
locusf | coderus: try running from console | 08:50 |
*** flash1 has quit IRC | 08:50 | |
*** Sail0r has joined #sailfishos | 08:51 | |
*** onurati has joined #sailfishos | 08:53 | |
ulvus | morning | 08:56 |
*** Sailor11736_ has quit IRC | 08:59 | |
*** zGrr has joined #sailfishos | 09:06 | |
*** f3an0r has quit IRC | 09:08 | |
*** Sailor11736_ has joined #sailfishos | 09:19 | |
*** flash1 has joined #sailfishos | 09:19 | |
*** flash1 has quit IRC | 09:20 | |
*** SCVgeo has joined #sailfishos | 09:21 | |
*** adriaan has joined #sailfishos | 09:25 | |
*** Nightmare__ has joined #sailfishos | 09:27 | |
*** jmlich has joined #sailfishos | 09:28 | |
*** Lipevakala has joined #sailfishos | 09:29 | |
*** Nightmare__ has quit IRC | 09:29 | |
*** adriaan is now known as call-a3 | 09:31 | |
*** Lipevakala has quit IRC | 09:33 | |
*** lukdirtwalker has joined #sailfishos | 09:33 | |
*** Lipevakala_ has joined #sailfishos | 09:34 | |
*** Venemo_j has joined #sailfishos | 09:36 | |
Venemo_j | SK_work: how hard would it be to add messaging support to Friends? | 09:36 |
Bysmyyr | it is maybe pointless bacause facebok is closing their api | 09:37 |
*** Nightmare__ has joined #sailfishos | 09:37 | |
SK_work | Venemo_j: impossibly hard | 09:40 |
*** qqK has joined #sailfishos | 09:43 | |
coderus | locusf: yes | 09:44 |
*** Nc_ has joined #sailfishos | 09:45 | |
coderus | locusf: i attached by root | 09:45 |
coderus | still "No stack" | 09:45 |
coderus | tried ulimit -c unlimited | 09:45 |
locusf | coderus: well damn | 09:45 |
*** Shinryuu has joined #sailfishos | 09:47 | |
*** ced117 has joined #sailfishos | 09:47 | |
*** Lipevakala_ has quit IRC | 09:49 | |
*** wickwire has joined #sailfishos | 09:50 | |
meklu | there was some setting somewhere that you were also supposed to set to actually be able to dump core | 09:51 |
meklu | in /etc/security/limits.conf apparently | 09:54 |
meklu | (for automatic core dumps of course) | 09:54 |
*** Zotan has quit IRC | 09:55 | |
*** Lipevakala_ has joined #sailfishos | 09:56 | |
lukdirtwalker | anyone ever had that the SDK couldn't load any projects? | 10:01 |
Morpog_PC | coderus, maybe some of the lipstick maintainers can help? | 10:02 |
Morpog_PC | like giucam | 10:02 |
giucam | coderus: what crash? | 10:03 |
coderus | SailfishOS Eventsview controls remastered patch released for 1.1.1.27: https://openrepos.net/content/coderus/patch-eventsview-controls-one-row-volume | 10:05 |
coderus | giucam: if using my patch to show folder icons lipstick crashes when opening folder with web shortcuts: http://talk.maemo.org/showpost.php?p=1453489&postcount=498 | 10:06 |
coderus | very annoying and can't debug why it crashin. | 10:07 |
giucam | coderus: you can try running lipstick directly in gdb | 10:07 |
*** lainwir3d has joined #sailfishos | 10:07 | |
coderus | crashing not everytime, only 1 of 4, 1 of 3 | 10:07 |
coderus | giucam: it's not starting | 10:07 |
coderus | tells me can't open display | 10:07 |
giucam | coderus: devel-su -p; source /var/lib/environment/compositor/60-boston-ui.conf ; gdb --args lipstick $LIPSTICK_OPTIONS | 10:08 |
giucam | and systemctl --user stop lipstick before starting it | 10:08 |
coderus | well, i tried starting it with options directly: /usr/bin/lipstick -plugin evdevtouch:/dev/input/event0:rotate=0 -plugin evdevkeyboard:keymap=/usr/share/qt5/keymaps/boston.qmap --systemd | 10:08 |
*** Lipevakala has joined #sailfishos | 10:08 | |
giucam | you need to source that file | 10:09 |
*** Lipevakala has quit IRC | 10:09 | |
*** Lipevakala_ has quit IRC | 10:09 | |
coderus | starting now, very thanks! | 10:10 |
giucam | np | 10:10 |
*** Lipevakala has joined #sailfishos | 10:11 | |
*** Sailor11736_ has quit IRC | 10:11 | |
*** Lipevakala_ has joined #sailfishos | 10:13 | |
*** Lipevakala has quit IRC | 10:13 | |
*** Lipevakala has joined #sailfishos | 10:13 | |
*** Lipevakala_ has quit IRC | 10:13 | |
coderus | giucam: http://paste.ubuntu.com/9602608 | 10:14 |
coderus | seems it's not my fault :D | 10:14 |
giucam | yeah, you're probably triggering a qt bug | 10:14 |
*** Lipevakala has quit IRC | 10:15 | |
*** Lipevakala has joined #sailfishos | 10:15 | |
*** Sequenced_ has quit IRC | 10:16 | |
*** Sequenced has joined #sailfishos | 10:16 | |
*** crazy_im1 has joined #sailfishos | 10:17 | |
coderus | thats amazing :D | 10:17 |
*** crazy_imp has quit IRC | 10:18 | |
SK_work | :D | 10:18 |
*** Lipevakala has quit IRC | 10:18 | |
*** Finlod_ has joined #sailfishos | 10:19 | |
*** Lipevakala has joined #sailfishos | 10:21 | |
*** lukdirtwalker has quit IRC | 10:23 | |
*** Finlod has quit IRC | 10:23 | |
*** lukdirtwalker has joined #sailfishos | 10:25 | |
*** lukdirtwalker has quit IRC | 10:30 | |
*** Lipevakala has quit IRC | 10:31 | |
*** lukdirtwalker has joined #sailfishos | 10:31 | |
gogeta | hi SK_work | 10:31 |
gogeta | coderus, SK_work | 10:32 |
*** Lipevakala has joined #sailfishos | 10:32 | |
gogeta | there are a wiki elsewhere a page with all avaible/written patch for patchmanager | 10:32 |
gogeta | ? | 10:32 |
*** Lipevakala_ has joined #sailfishos | 10:35 | |
*** Lipevakala has quit IRC | 10:36 | |
*** Lipevakala_ has quit IRC | 10:40 | |
SK_work | morning gogeta :) | 10:40 |
SK_work | gogeta: that could be nice indeed | 10:40 |
*** Lipevakala has joined #sailfishos | 10:41 | |
*** Nightmare__ has quit IRC | 10:44 | |
*** Nightmare__ has joined #sailfishos | 10:45 | |
*** Lipevakala_ has joined #sailfishos | 10:47 | |
*** Lipevakala has quit IRC | 10:48 | |
*** flywheel has joined #sailfishos | 10:49 | |
*** call-a3 has quit IRC | 10:50 | |
*** Lipevakala_ has quit IRC | 10:53 | |
*** Lipevakala has joined #sailfishos | 10:54 | |
*** Lipevakala_ has joined #sailfishos | 10:56 | |
*** lukdirtwalker has quit IRC | 10:56 | |
*** Lipevakala has quit IRC | 10:59 | |
*** Nc_ has quit IRC | 11:01 | |
*** lukedirtwalker has joined #sailfishos | 11:01 | |
*** call-a3 has joined #sailfishos | 11:02 | |
*** Lipevakala_ has quit IRC | 11:02 | |
ulvus | hi | 11:02 |
*** Lipevakala_ has joined #sailfishos | 11:03 | |
*** Venemo_j has quit IRC | 11:03 | |
*** Lipevakala has joined #sailfishos | 11:05 | |
*** rubdos has joined #sailfishos | 11:06 | |
*** Lipevakala_ has quit IRC | 11:06 | |
*** Lipevakala_ has joined #sailfishos | 11:07 | |
*** rm_work is now known as rm_work|away | 11:07 | |
*** Lipevakala has quit IRC | 11:09 | |
*** Lipevakala has joined #sailfishos | 11:11 | |
*** Rakkeni has quit IRC | 11:11 | |
*** Rakkeni has joined #sailfishos | 11:13 | |
stephg | \o/ my beanie arrived :) | 11:13 |
*** Lipevakala_ has quit IRC | 11:14 | |
*** wickwire_ has joined #sailfishos | 11:16 | |
*** vans01 has joined #sailfishos | 11:19 | |
*** wickwire has quit IRC | 11:19 | |
*** abeam has joined #sailfishos | 11:20 | |
abeam | hi all! | 11:20 |
*** R-Z has joined #sailfishos | 11:20 | |
*** flash1 has joined #sailfishos | 11:24 | |
*** flash1 has quit IRC | 11:24 | |
*** spider-mario has joined #sailfishos | 11:28 | |
*** gogeta has quit IRC | 11:29 | |
*** gogeta has joined #sailfishos | 11:30 | |
*** gogeta has quit IRC | 11:31 | |
coderus | SailfishOS Eventsview control patch updated to show multiple rows of switches: https://openrepos.net/content/coderus/patch-eventsview-controls-switcher-rows-volume | 11:36 |
*** gogeta has joined #sailfishos | 11:37 | |
*** cmazieri has quit IRC | 11:37 | |
coderus | gogeta: SK_work i can create wiki in sailfishos-patches github | 11:37 |
*** gogeta has quit IRC | 11:39 | |
*** gogeta has joined #sailfishos | 11:40 | |
*** spiiroin has quit IRC | 11:41 | |
*** Sequenced has quit IRC | 11:43 | |
*** gogeta has quit IRC | 11:44 | |
*** gogeta has joined #sailfishos | 11:45 | |
*** Lipevakala_ has joined #sailfishos | 11:46 | |
*** Rakkeni has quit IRC | 11:47 | |
*** Nc_ has joined #sailfishos | 11:48 | |
*** Lipevakala has quit IRC | 11:48 | |
*** gogeta has quit IRC | 11:49 | |
*** mihlit_ has quit IRC | 11:49 | |
*** gogeta has joined #sailfishos | 11:50 | |
*** gogeta has quit IRC | 11:50 | |
*** gogeta has joined #sailfishos | 11:52 | |
gogeta | coderus, SK_work sorry but i'm checking out android sources | 11:53 |
*** Rakkeni has joined #sailfishos | 11:53 | |
gogeta | and connection become unstable since yesterday | 11:53 |
*** TheBootroo|work has joined #sailfishos | 11:53 | |
*** zetaz has joined #sailfishos | 11:53 | |
*** gogeta has quit IRC | 11:54 | |
*** gogeta has joined #sailfishos | 11:55 | |
*** Sail0r has quit IRC | 11:56 | |
*** gogeta has quit IRC | 11:59 | |
*** gogeta has joined #sailfishos | 12:00 | |
*** jua_ has joined #sailfishos | 12:03 | |
*** gogeta has quit IRC | 12:04 | |
*** gogeta has joined #sailfishos | 12:05 | |
coderus | android sources? | 12:08 |
*** Lipevakala_ has quit IRC | 12:11 | |
*** corby has joined #sailfishos | 12:12 | |
*** Lipevakala_ has joined #sailfishos | 12:12 | |
*** Rakkeni has quit IRC | 12:19 | |
*** R-Z has quit IRC | 12:23 | |
*** olafh has quit IRC | 12:23 | |
*** gexc has quit IRC | 12:23 | |
*** useretail has quit IRC | 12:23 | |
*** inte_away has quit IRC | 12:23 | |
*** ahiemstra has quit IRC | 12:23 | |
*** ottulo_ has quit IRC | 12:23 | |
*** raa700 has quit IRC | 12:23 | |
*** tiwake has quit IRC | 12:23 | |
*** FireFly has quit IRC | 12:23 | |
*** hge has quit IRC | 12:23 | |
*** Shinryuu has quit IRC | 12:23 | |
*** zalan has quit IRC | 12:23 | |
*** phaeron has quit IRC | 12:23 | |
*** cybrNaut has quit IRC | 12:23 | |
*** tanty has quit IRC | 12:23 | |
*** tuomasjjrasanen has quit IRC | 12:23 | |
*** mpthx has quit IRC | 12:23 | |
*** APTX has quit IRC | 12:23 | |
*** pozzoni has quit IRC | 12:23 | |
*** nieppa has quit IRC | 12:23 | |
*** nezticle has quit IRC | 12:23 | |
*** ZeiP has quit IRC | 12:23 | |
*** ulvus has quit IRC | 12:23 | |
*** Bysmyyr has quit IRC | 12:23 | |
*** randomActOfDevel has quit IRC | 12:23 | |
*** rm_work|away has quit IRC | 12:23 | |
*** nycat has quit IRC | 12:23 | |
*** Claudy has quit IRC | 12:23 | |
*** petantik has quit IRC | 12:23 | |
*** vans01 has quit IRC | 12:23 | |
*** wickwire_ has quit IRC | 12:23 | |
*** crazy_im1 has quit IRC | 12:23 | |
*** SCVgeo has quit IRC | 12:23 | |
*** zGrr has quit IRC | 12:23 | |
*** VDVsx__ has quit IRC | 12:23 | |
*** lazybear has quit IRC | 12:23 | |
*** SpeedEvil has quit IRC | 12:23 | |
*** Yaniel has quit IRC | 12:23 | |
*** netvandal has quit IRC | 12:23 | |
*** yrjo has quit IRC | 12:23 | |
*** wmarone_ has quit IRC | 12:23 | |
*** pketolai_ has quit IRC | 12:23 | |
*** kwork_ has quit IRC | 12:23 | |
*** zen|merge has quit IRC | 12:23 | |
*** keithzg_ has quit IRC | 12:23 | |
*** Aciid has quit IRC | 12:23 | |
*** kido has quit IRC | 12:23 | |
*** anYc has quit IRC | 12:23 | |
*** k00mi has quit IRC | 12:23 | |
*** Toxip has quit IRC | 12:23 | |
*** Kohelet has quit IRC | 12:23 | |
*** zumbi has quit IRC | 12:23 | |
*** FryeX has quit IRC | 12:23 | |
*** __pv has quit IRC | 12:23 | |
*** bastinat0r has quit IRC | 12:23 | |
*** coderus has quit IRC | 12:23 | |
*** pvuorela has quit IRC | 12:23 | |
*** Juice__ has quit IRC | 12:23 | |
*** EddieX has quit IRC | 12:23 | |
*** special has quit IRC | 12:23 | |
*** Stormaaja has quit IRC | 12:23 | |
*** rubdos has quit IRC | 12:23 | |
*** ced117 has quit IRC | 12:23 | |
*** onurati has quit IRC | 12:23 | |
*** Morpog_PC has quit IRC | 12:23 | |
*** inara has quit IRC | 12:23 | |
*** trench has quit IRC | 12:23 | |
*** Turski has quit IRC | 12:23 | |
*** zenvoid has quit IRC | 12:23 | |
*** timeless has quit IRC | 12:23 | |
*** tanghus has quit IRC | 12:23 | |
*** MMori has quit IRC | 12:23 | |
*** kalamadn1s has quit IRC | 12:23 | |
*** Plnt has quit IRC | 12:23 | |
*** zhxt_work has quit IRC | 12:23 | |
*** m4g0g has quit IRC | 12:23 | |
*** obiwlan has quit IRC | 12:23 | |
*** rangoy has quit IRC | 12:23 | |
*** s1gk1ll_ has quit IRC | 12:23 | |
*** jpnurmi has quit IRC | 12:23 | |
*** bara has quit IRC | 12:23 | |
*** rainemak has quit IRC | 12:23 | |
*** thp has quit IRC | 12:23 | |
*** maxorator has quit IRC | 12:23 | |
*** djkinetic has quit IRC | 12:23 | |
*** Funkeh` has quit IRC | 12:23 | |
*** slate_ has quit IRC | 12:23 | |
*** abeam has quit IRC | 12:23 | |
*** salyavin has quit IRC | 12:23 | |
*** RavenholmDX has quit IRC | 12:23 | |
*** juergbi has quit IRC | 12:23 | |
*** smokex_ has quit IRC | 12:23 | |
*** jwalck has quit IRC | 12:23 | |
*** TheBootroo|work has quit IRC | 12:23 | |
*** flywheel has quit IRC | 12:23 | |
*** BtPht has quit IRC | 12:23 | |
*** kontio has quit IRC | 12:23 | |
*** Raim has quit IRC | 12:23 | |
*** Sage has quit IRC | 12:23 | |
*** pJok has quit IRC | 12:23 | |
*** plfiorini has quit IRC | 12:23 | |
*** tigeli has quit IRC | 12:23 | |
*** vakkov has quit IRC | 12:23 | |
*** iekku has quit IRC | 12:23 | |
*** gbour has quit IRC | 12:23 | |
*** fawzi has quit IRC | 12:23 | |
*** Juuba has quit IRC | 12:23 | |
*** evk_ has quit IRC | 12:23 | |
*** kaltsi_ has quit IRC | 12:24 | |
*** Olpe has quit IRC | 12:24 | |
*** arturo182 has quit IRC | 12:24 | |
*** bjorn has quit IRC | 12:24 | |
*** Juuba_ has quit IRC | 12:24 | |
*** Jonni has quit IRC | 12:24 | |
*** chriadam has quit IRC | 12:24 | |
*** valdur55 has quit IRC | 12:24 | |
*** jusa_ has quit IRC | 12:24 | |
*** JvD_ has quit IRC | 12:24 | |
*** netzvieh has quit IRC | 12:24 | |
*** kengu has quit IRC | 12:24 | |
*** RaYmAn has quit IRC | 12:24 | |
*** corby has quit IRC | 12:24 | |
*** qqK has quit IRC | 12:24 | |
*** krnlyng has quit IRC | 12:24 | |
*** oku has quit IRC | 12:24 | |
*** pp_ has quit IRC | 12:24 | |
*** jsimomaa has quit IRC | 12:24 | |
*** Skorpy has quit IRC | 12:24 | |
*** nbg has quit IRC | 12:24 | |
*** Ram-Z has quit IRC | 12:24 | |
*** till- has quit IRC | 12:24 | |
*** mord has quit IRC | 12:24 | |
*** Uninstall_ has quit IRC | 12:24 | |
*** tekojo has quit IRC | 12:24 | |
*** aard_ has quit IRC | 12:24 | |
*** Mirv has quit IRC | 12:24 | |
*** Dazzozo has quit IRC | 12:24 | |
*** forvelin has quit IRC | 12:24 | |
*** giucam has quit IRC | 12:24 | |
*** aknight has quit IRC | 12:24 | |
*** Stskeeps has quit IRC | 12:24 | |
*** urjaman has quit IRC | 12:24 | |
*** walokra has quit IRC | 12:24 | |
*** ballock has quit IRC | 12:24 | |
*** cobu has quit IRC | 12:24 | |
*** call-a3 has quit IRC | 12:24 | |
*** jmlich has quit IRC | 12:24 | |
*** furikku has quit IRC | 12:24 | |
*** msava has quit IRC | 12:24 | |
*** energycsdx_ has quit IRC | 12:24 | |
*** kvt has quit IRC | 12:24 | |
*** tomyri has quit IRC | 12:24 | |
*** simbrown has quit IRC | 12:24 | |
*** alexxy has quit IRC | 12:24 | |
*** sandsmark has quit IRC | 12:24 | |
*** aivot-on has quit IRC | 12:24 | |
*** squidd_ has quit IRC | 12:24 | |
*** qtassistant has quit IRC | 12:24 | |
*** rengel has quit IRC | 12:24 | |
*** ln- has quit IRC | 12:24 | |
*** Gigadoc2 has quit IRC | 12:24 | |
*** HBP_ has quit IRC | 12:24 | |
*** Hartzi has quit IRC | 12:24 | |
*** entil has quit IRC | 12:24 | |
*** pyksy has quit IRC | 12:24 | |
*** Riksha has quit IRC | 12:24 | |
*** jjarven has quit IRC | 12:24 | |
*** ponky has quit IRC | 12:24 | |
*** wsvall has quit IRC | 12:24 | |
*** Jare has quit IRC | 12:24 | |
*** Yomi has quit IRC | 12:24 | |
*** skvark has quit IRC | 12:24 | |
*** flux has quit IRC | 12:24 | |
*** aslani has quit IRC | 12:24 | |
*** Acce has quit IRC | 12:24 | |
*** zetaz has quit IRC | 12:24 | |
*** jjanvier has quit IRC | 12:24 | |
*** pigletto has quit IRC | 12:24 | |
*** iskatu has quit IRC | 12:24 | |
*** tbr has quit IRC | 12:24 | |
*** Shaan7 has quit IRC | 12:24 | |
*** Mnsu_ has quit IRC | 12:24 | |
*** cybojenix has quit IRC | 12:24 | |
*** mattaustin has quit IRC | 12:24 | |
*** paulvt has quit IRC | 12:24 | |
*** Elleo has quit IRC | 12:24 | |
*** datakurre has quit IRC | 12:24 | |
*** Matzi has quit IRC | 12:24 | |
*** situ has quit IRC | 12:24 | |
*** ninjal has quit IRC | 12:24 | |
*** Trizt has quit IRC | 12:24 | |
*** zacce has quit IRC | 12:24 | |
*** merlin1991 has quit IRC | 12:24 | |
*** samikshan has quit IRC | 12:24 | |
*** satmd has quit IRC | 12:24 | |
*** edubai has quit IRC | 12:24 | |
*** Bernte has quit IRC | 12:24 | |
*** tg has quit IRC | 12:24 | |
*** hasdf_ has quit IRC | 12:24 | |
*** Rantanen has quit IRC | 12:24 | |
*** ecloud_wfh has quit IRC | 12:24 | |
*** ryukafalz has quit IRC | 12:24 | |
*** zbenjamin has quit IRC | 12:24 | |
*** pulser has quit IRC | 12:24 | |
*** TW1920_ has quit IRC | 12:24 | |
*** Armadillo has quit IRC | 12:24 | |
*** ilpianista has quit IRC | 12:24 | |
*** locusf has quit IRC | 12:24 | |
*** DevBot has quit IRC | 12:24 | |
*** radish has quit IRC | 12:24 | |
*** Nicd- has quit IRC | 12:24 | |
*** Master-Passeli has quit IRC | 12:24 | |
*** ShadowJK has quit IRC | 12:24 | |
*** chem|st has quit IRC | 12:24 | |
*** clopez has quit IRC | 12:24 | |
*** nazanin has quit IRC | 12:24 | |
*** TemeV has quit IRC | 12:24 | |
*** ruskie has quit IRC | 12:24 | |
*** xkr47 has quit IRC | 12:24 | |
*** ibins has quit IRC | 12:24 | |
*** cybette has quit IRC | 12:24 | |
*** vgrade has quit IRC | 12:24 | |
*** jake9xx has quit IRC | 12:24 | |
*** gogeta has quit IRC | 12:24 | |
*** lainwir3d has quit IRC | 12:24 | |
*** _Keestu has quit IRC | 12:24 | |
*** kelvan has quit IRC | 12:24 | |
*** mikkoh has quit IRC | 12:24 | |
*** qt_junkie has quit IRC | 12:24 | |
*** Makinit has quit IRC | 12:24 | |
*** Dr_Cain has quit IRC | 12:24 | |
*** saidinesh5 has quit IRC | 12:24 | |
*** _Razor_ has quit IRC | 12:24 | |
*** proyvind has quit IRC | 12:24 | |
*** PaulePanter has quit IRC | 12:24 | |
*** mps has quit IRC | 12:24 | |
*** j-doge has quit IRC | 12:24 | |
*** obsed has quit IRC | 12:24 | |
*** Nrsisti_ has quit IRC | 12:24 | |
*** amccarthy has quit IRC | 12:24 | |
*** suy has quit IRC | 12:24 | |
*** dist has quit IRC | 12:24 | |
*** gormio has quit IRC | 12:24 | |
*** pasik has quit IRC | 12:24 | |
*** deztructor has quit IRC | 12:24 | |
*** xfade_ has quit IRC | 12:24 | |
*** iderrick has quit IRC | 12:24 | |
*** nadley has quit IRC | 12:24 | |
*** Buster_O has quit IRC | 12:24 | |
*** xnbya has quit IRC | 12:24 | |
*** holkeri has quit IRC | 12:24 | |
*** jpeg has quit IRC | 12:24 | |
*** SK_work has quit IRC | 12:24 | |
*** Lipevakala_ has quit IRC | 12:24 | |
*** jua_ has quit IRC | 12:24 | |
*** Nc_ has quit IRC | 12:24 | |
*** lukedirtwalker has quit IRC | 12:24 | |
*** tat has quit IRC | 12:24 | |
*** gabriel9 has quit IRC | 12:24 | |
*** filippz has quit IRC | 12:24 | |
*** beidl has quit IRC | 12:24 | |
*** Ishmayeck has quit IRC | 12:24 | |
*** djselbeck has quit IRC | 12:24 | |
*** antilopa has quit IRC | 12:24 | |
*** misprint has quit IRC | 12:24 | |
*** Nirkus has quit IRC | 12:24 | |
*** muppis has quit IRC | 12:24 | |
*** joonahoi_ has quit IRC | 12:24 | |
*** corne has quit IRC | 12:24 | |
*** tachikoma has quit IRC | 12:24 | |
*** mhlavink has quit IRC | 12:24 | |
*** meklu has quit IRC | 12:24 | |
*** SirCmpwn has quit IRC | 12:24 | |
*** lbt has quit IRC | 12:24 | |
*** ParkerR has quit IRC | 12:24 | |
*** petrisi_ has quit IRC | 12:24 | |
*** Naranek has quit IRC | 12:24 | |
*** tuukkah has quit IRC | 12:24 | |
*** pc-fan has quit IRC | 12:24 | |
*** sledges has quit IRC | 12:24 | |
*** Wnt has quit IRC | 12:24 | |
*** pesasa has quit IRC | 12:24 | |
*** narchie has quit IRC | 12:24 | |
*** bluszcz_ has quit IRC | 12:24 | |
*** w00t has quit IRC | 12:24 | |
*** Tofe has quit IRC | 12:24 | |
*** zutto has quit IRC | 12:24 | |
*** ikarus has quit IRC | 12:24 | |
*** lachs0r has quit IRC | 12:24 | |
*** dabb has quit IRC | 12:24 | |
*** jusics has quit IRC | 12:24 | |
*** kimmoli has quit IRC | 12:24 | |
*** metallisto has quit IRC | 12:24 | |
*** Sidde has quit IRC | 12:24 | |
*** Shapeshifter has quit IRC | 12:24 | |
*** Hymy_ has quit IRC | 12:24 | |
*** LarstiQ has quit IRC | 12:24 | |
*** menoetius has quit IRC | 12:24 | |
*** spider-mario has quit IRC | 12:24 | |
*** Nightmare__ has quit IRC | 12:24 | |
*** SaberAltria has quit IRC | 12:24 | |
*** louisdk has quit IRC | 12:24 | |
*** PebbyAtWark has quit IRC | 12:24 | |
*** ccha2 has quit IRC | 12:24 | |
*** Eismann has quit IRC | 12:24 | |
*** two3four has quit IRC | 12:24 | |
*** stephg has quit IRC | 12:24 | |
*** 18VABPQ0W has quit IRC | 12:24 | |
*** ernesti_ has quit IRC | 12:24 | |
*** yanoo_ has quit IRC | 12:24 | |
*** lynxis has quit IRC | 12:24 | |
*** Gehock has quit IRC | 12:24 | |
*** zuh has quit IRC | 12:24 | |
*** marxistvegan has quit IRC | 12:24 | |
*** phako has quit IRC | 12:24 | |
*** Kray has quit IRC | 12:24 | |
*** zama has quit IRC | 12:24 | |
*** cos- has quit IRC | 12:24 | |
*** sjtoik has quit IRC | 12:24 | |
*** Ormod has quit IRC | 12:24 | |
*** natorious has quit IRC | 12:24 | |
*** susundberg has quit IRC | 12:24 | |
*** Tegu has quit IRC | 12:24 | |
*** cryorat has quit IRC | 12:24 | |
*** nyov has quit IRC | 12:24 | |
*** petantik has joined #sailfishos | 12:26 | |
*** nycat has joined #sailfishos | 12:26 | |
*** Claudy has joined #sailfishos | 12:26 | |
*** rm_work|away has joined #sailfishos | 12:26 | |
*** randomActOfDevel has joined #sailfishos | 12:26 | |
*** Bysmyyr has joined #sailfishos | 12:26 | |
*** ZeiP has joined #sailfishos | 12:26 | |
*** nezticle has joined #sailfishos | 12:26 | |
*** nieppa has joined #sailfishos | 12:26 | |
*** pozzoni has joined #sailfishos | 12:26 | |
*** APTX has joined #sailfishos | 12:26 | |
*** mpthx has joined #sailfishos | 12:26 | |
*** tuomasjjrasanen has joined #sailfishos | 12:26 | |
*** ulvus has joined #sailfishos | 12:26 | |
*** tanty has joined #sailfishos | 12:26 | |
*** cybrNaut has joined #sailfishos | 12:26 | |
*** phaeron has joined #sailfishos | 12:26 | |
*** zalan has joined #sailfishos | 12:26 | |
*** arcean has joined #sailfishos | 12:26 | |
*** holkeri has joined #sailfishos | 12:26 | |
*** menoetius has joined #sailfishos | 12:26 | |
*** jake9xx has joined #sailfishos | 12:26 | |
*** xnbya has joined #sailfishos | 12:26 | |
*** LarstiQ has joined #sailfishos | 12:26 | |
*** Hymy_ has joined #sailfishos | 12:26 | |
*** Sidde has joined #sailfishos | 12:26 | |
*** jpeg has joined #sailfishos | 12:26 | |
*** cobu has joined #sailfishos | 12:26 | |
*** metallisto has joined #sailfishos | 12:26 | |
*** kimmoli has joined #sailfishos | 12:26 | |
*** jusics has joined #sailfishos | 12:26 | |
*** dabb has joined #sailfishos | 12:26 | |
*** kengu has joined #sailfishos | 12:26 | |
*** netzvieh has joined #sailfishos | 12:26 | |
*** vgrade has joined #sailfishos | 12:26 | |
*** JvD_ has joined #sailfishos | 12:26 | |
*** jusa_ has joined #sailfishos | 12:26 | |
*** cybette has joined #sailfishos | 12:26 | |
*** RaYmAn has joined #sailfishos | 12:26 | |
*** ibins has joined #sailfishos | 12:26 | |
*** iderrick has joined #sailfishos | 12:26 | |
*** ruskie has joined #sailfishos | 12:26 | |
*** TemeV has joined #sailfishos | 12:26 | |
*** nazanin has joined #sailfishos | 12:26 | |
*** clopez has joined #sailfishos | 12:26 | |
*** valdur55 has joined #sailfishos | 12:26 | |
*** xkr47 has joined #sailfishos | 12:26 | |
*** nadley has joined #sailfishos | 12:26 | |
*** chem|st has joined #sailfishos | 12:26 | |
*** ShadowJK has joined #sailfishos | 12:26 | |
*** Master-Passeli has joined #sailfishos | 12:26 | |
*** Nicd- has joined #sailfishos | 12:26 | |
*** ballock has joined #sailfishos | 12:26 | |
*** Tofe has joined #sailfishos | 12:26 | |
*** walokra has joined #sailfishos | 12:26 | |
*** Shapeshifter has joined #sailfishos | 12:26 | |
*** w00t has joined #sailfishos | 12:26 | |
*** urjaman has joined #sailfishos | 12:26 | |
*** bluszcz_ has joined #sailfishos | 12:26 | |
*** narchie has joined #sailfishos | 12:26 | |
*** radish has joined #sailfishos | 12:26 | |
*** deztructor has joined #sailfishos | 12:26 | |
*** Stskeeps has joined #sailfishos | 12:26 | |
*** pesasa has joined #sailfishos | 12:26 | |
*** pasik has joined #sailfishos | 12:26 | |
*** DevBot has joined #sailfishos | 12:26 | |
*** locusf has joined #sailfishos | 12:26 | |
*** giucam has joined #sailfishos | 12:26 | |
*** Armadillo has joined #sailfishos | 12:26 | |
*** zutto has joined #sailfishos | 12:26 | |
*** chriadam has joined #sailfishos | 12:26 | |
*** Buster_O has joined #sailfishos | 12:26 | |
*** TW1920_ has joined #sailfishos | 12:26 | |
*** Wnt has joined #sailfishos | 12:26 | |
*** xfade_ has joined #sailfishos | 12:26 | |
*** ilpianista has joined #sailfishos | 12:26 | |
*** sledges has joined #sailfishos | 12:26 | |
*** gormio has joined #sailfishos | 12:26 | |
*** pulser has joined #sailfishos | 12:26 | |
*** Jonni has joined #sailfishos | 12:26 | |
*** Juuba_ has joined #sailfishos | 12:26 | |
*** Dazzozo has joined #sailfishos | 12:26 | |
*** forvelin has joined #sailfishos | 12:26 | |
*** zbenjamin has joined #sailfishos | 12:26 | |
*** ryukafalz has joined #sailfishos | 12:26 | |
*** ecloud_wfh has joined #sailfishos | 12:26 | |
*** ikarus has joined #sailfishos | 12:26 | |
*** pc-fan has joined #sailfishos | 12:26 | |
*** dist has joined #sailfishos | 12:26 | |
*** aknight has joined #sailfishos | 12:26 | |
*** Rantanen has joined #sailfishos | 12:26 | |
*** jwalck has joined #sailfishos | 12:26 | |
*** tuukkah has joined #sailfishos | 12:26 | |
*** Mirv has joined #sailfishos | 12:26 | |
*** Naranek has joined #sailfishos | 12:26 | |
*** suy has joined #sailfishos | 12:26 | |
*** hasdf_ has joined #sailfishos | 12:26 | |
*** amccarthy has joined #sailfishos | 12:26 | |
*** Nrsisti_ has joined #sailfishos | 12:26 | |
*** petrisi_ has joined #sailfishos | 12:26 | |
*** aard_ has joined #sailfishos | 12:26 | |
*** smokex_ has joined #sailfishos | 12:26 | |
*** ParkerR has joined #sailfishos | 12:26 | |
*** tg has joined #sailfishos | 12:26 | |
*** bjorn has joined #sailfishos | 12:26 | |
*** Gehock has joined #sailfishos | 12:26 | |
*** zuh has joined #sailfishos | 12:26 | |
*** marxistvegan has joined #sailfishos | 12:26 | |
*** phako has joined #sailfishos | 12:26 | |
*** Kray has joined #sailfishos | 12:26 | |
*** zama has joined #sailfishos | 12:26 | |
*** cos- has joined #sailfishos | 12:26 | |
*** cryorat has joined #sailfishos | 12:26 | |
*** sjtoik has joined #sailfishos | 12:26 | |
*** Tegu has joined #sailfishos | 12:26 | |
*** Ormod has joined #sailfishos | 12:26 | |
*** natorious has joined #sailfishos | 12:26 | |
*** susundberg has joined #sailfishos | 12:26 | |
*** nyov has joined #sailfishos | 12:26 | |
*** tekojo has joined #sailfishos | 12:26 | |
*** Bernte has joined #sailfishos | 12:26 | |
*** slate_ has joined #sailfishos | 12:26 | |
*** Uninstall_ has joined #sailfishos | 12:26 | |
*** edubai has joined #sailfishos | 12:26 | |
*** satmd has joined #sailfishos | 12:26 | |
*** lynxis has joined #sailfishos | 12:26 | |
*** lbt has joined #sailfishos | 12:26 | |
*** samikshan has joined #sailfishos | 12:26 | |
*** merlin1991 has joined #sailfishos | 12:26 | |
*** mord has joined #sailfishos | 12:26 | |
*** SirCmpwn has joined #sailfishos | 12:26 | |
*** arturo182 has joined #sailfishos | 12:26 | |
*** j-doge has joined #sailfishos | 12:26 | |
*** meklu has joined #sailfishos | 12:26 | |
*** mps has joined #sailfishos | 12:26 | |
*** Olpe has joined #sailfishos | 12:26 | |
*** zacce has joined #sailfishos | 12:26 | |
*** till- has joined #sailfishos | 12:26 | |
*** mhlavink has joined #sailfishos | 12:26 | |
*** tachikoma has joined #sailfishos | 12:26 | |
*** Ram-Z has joined #sailfishos | 12:26 | |
*** Trizt has joined #sailfishos | 12:26 | |
*** ninjal has joined #sailfishos | 12:26 | |
*** nbg has joined #sailfishos | 12:26 | |
*** PaulePanter has joined #sailfishos | 12:26 | |
*** proyvind has joined #sailfishos | 12:26 | |
*** situ has joined #sailfishos | 12:26 | |
*** Matzi has joined #sailfishos | 12:26 | |
*** corne has joined #sailfishos | 12:26 | |
*** datakurre has joined #sailfishos | 12:26 | |
*** Elleo has joined #sailfishos | 12:26 | |
*** kaltsi_ has joined #sailfishos | 12:26 | |
*** joonahoi_ has joined #sailfishos | 12:26 | |
*** muppis has joined #sailfishos | 12:26 | |
*** Skorpy has joined #sailfishos | 12:26 | |
*** _Razor_ has joined #sailfishos | 12:26 | |
*** evk_ has joined #sailfishos | 12:26 | |
*** yanoo_ has joined #sailfishos | 12:26 | |
*** ernesti_ has joined #sailfishos | 12:26 | |
*** jsimomaa has joined #sailfishos | 12:26 | |
*** paulvt has joined #sailfishos | 12:26 | |
*** saidinesh5 has joined #sailfishos | 12:26 | |
*** Juuba has joined #sailfishos | 12:26 | |
*** Dr_Cain has joined #sailfishos | 12:26 | |
*** mattaustin has joined #sailfishos | 12:26 | |
*** cybojenix has joined #sailfishos | 12:26 | |
*** Mnsu_ has joined #sailfishos | 12:26 | |
*** juergbi has joined #sailfishos | 12:26 | |
*** pp_ has joined #sailfishos | 12:26 | |
*** fawzi has joined #sailfishos | 12:26 | |
*** oku has joined #sailfishos | 12:26 | |
*** gbour has joined #sailfishos | 12:26 | |
*** Shaan7 has joined #sailfishos | 12:26 | |
*** Makinit has joined #sailfishos | 12:26 | |
*** iekku has joined #sailfishos | 12:26 | |
*** aslani has joined #sailfishos | 12:26 | |
*** flux has joined #sailfishos | 12:26 | |
*** skvark has joined #sailfishos | 12:26 | |
*** Jare has joined #sailfishos | 12:26 | |
*** Acce has joined #sailfishos | 12:26 | |
*** wsvall has joined #sailfishos | 12:26 | |
*** Yomi has joined #sailfishos | 12:26 | |
*** ponky has joined #sailfishos | 12:26 | |
*** jjarven has joined #sailfishos | 12:26 | |
*** Riksha has joined #sailfishos | 12:26 | |
*** pyksy has joined #sailfishos | 12:26 | |
*** entil has joined #sailfishos | 12:26 | |
*** Hartzi has joined #sailfishos | 12:26 | |
*** HBP_ has joined #sailfishos | 12:26 | |
*** Gigadoc2 has joined #sailfishos | 12:26 | |
*** ln- has joined #sailfishos | 12:26 | |
*** rengel has joined #sailfishos | 12:26 | |
*** vakkov has joined #sailfishos | 12:26 | |
*** maxorator has joined #sailfishos | 12:26 | |
*** thp has joined #sailfishos | 12:26 | |
*** djkinetic has joined #sailfishos | 12:26 | |
*** tbr has joined #sailfishos | 12:26 | |
*** Funkeh` has joined #sailfishos | 12:26 | |
*** tigeli has joined #sailfishos | 12:26 | |
*** rainemak has joined #sailfishos | 12:26 | |
*** bara has joined #sailfishos | 12:26 | |
*** Nirkus has joined #sailfishos | 12:26 | |
*** RavenholmDX has joined #sailfishos | 12:26 | |
*** 18VABPQ0W has joined #sailfishos | 12:26 | |
*** stephg has joined #sailfishos | 12:26 | |
*** qt_junkie has joined #sailfishos | 12:26 | |
*** qtassistant has joined #sailfishos | 12:26 | |
*** squidd_ has joined #sailfishos | 12:26 | |
*** aivot-on has joined #sailfishos | 12:26 | |
*** jpnurmi has joined #sailfishos | 12:26 | |
*** mikkoh has joined #sailfishos | 12:26 | |
*** sandsmark has joined #sailfishos | 12:26 | |
*** alexxy has joined #sailfishos | 12:26 | |
*** two3four has joined #sailfishos | 12:26 | |
*** Eismann has joined #sailfishos | 12:26 | |
*** s1gk1ll_ has joined #sailfishos | 12:26 | |
*** pJok has joined #sailfishos | 12:26 | |
*** Sage has joined #sailfishos | 12:26 | |
*** misprint has joined #sailfishos | 12:26 | |
*** ccha2 has joined #sailfishos | 12:26 | |
*** antilopa has joined #sailfishos | 12:26 | |
*** kelvan has joined #sailfishos | 12:26 | |
*** salyavin has joined #sailfishos | 12:26 | |
*** djselbeck has joined #sailfishos | 12:26 | |
*** simbrown has joined #sailfishos | 12:26 | |
*** krnlyng has joined #sailfishos | 12:26 | |
*** Raim has joined #sailfishos | 12:26 | |
*** Ishmayeck has joined #sailfishos | 12:26 | |
*** beidl has joined #sailfishos | 12:26 | |
*** SK_work has joined #sailfishos | 12:26 | |
*** kontio has joined #sailfishos | 12:26 | |
*** rangoy has joined #sailfishos | 12:26 | |
*** tomyri has joined #sailfishos | 12:26 | |
*** kvt has joined #sailfishos | 12:26 | |
*** energycsdx_ has joined #sailfishos | 12:26 | |
*** iskatu has joined #sailfishos | 12:26 | |
*** lachs0r has joined #sailfishos | 12:26 | |
*** pigletto has joined #sailfishos | 12:26 | |
*** msava has joined #sailfishos | 12:26 | |
*** obiwlan has joined #sailfishos | 12:26 | |
*** PebbyAtWark has joined #sailfishos | 12:26 | |
*** m4g0g has joined #sailfishos | 12:26 | |
*** filippz has joined #sailfishos | 12:26 | |
*** _Keestu has joined #sailfishos | 12:26 | |
*** furikku has joined #sailfishos | 12:26 | |
*** zhxt_work has joined #sailfishos | 12:26 | |
*** louisdk has joined #sailfishos | 12:26 | |
*** SaberAltria has joined #sailfishos | 12:26 | |
*** gabriel9 has joined #sailfishos | 12:26 | |
*** jjanvier has joined #sailfishos | 12:26 | |
*** tat has joined #sailfishos | 12:26 | |
*** BtPht has joined #sailfishos | 12:26 | |
*** jmlich has joined #sailfishos | 12:26 | |
*** qqK has joined #sailfishos | 12:26 | |
*** lainwir3d has joined #sailfishos | 12:26 | |
*** Nightmare__ has joined #sailfishos | 12:26 | |
*** flywheel has joined #sailfishos | 12:26 | |
*** lukedirtwalker has joined #sailfishos | 12:26 | |
*** call-a3 has joined #sailfishos | 12:26 | |
*** abeam has joined #sailfishos | 12:26 | |
*** spider-mario has joined #sailfishos | 12:26 | |
*** Nc_ has joined #sailfishos | 12:26 | |
*** TheBootroo|work has joined #sailfishos | 12:26 | |
*** zetaz has joined #sailfishos | 12:26 | |
*** jua_ has joined #sailfishos | 12:26 | |
*** gogeta has joined #sailfishos | 12:26 | |
*** corby has joined #sailfishos | 12:26 | |
*** Lipevakala has joined #sailfishos | 12:26 | |
*** Sail0r has joined #sailfishos | 12:26 | |
*** rubdos_ has joined #sailfishos | 12:26 | |
*** M4rtinK has joined #sailfishos | 12:26 | |
*** R-Z has joined #sailfishos | 12:26 | |
*** olafh has joined #sailfishos | 12:26 | |
*** gexc has joined #sailfishos | 12:26 | |
*** useretail has joined #sailfishos | 12:26 | |
*** inte_away has joined #sailfishos | 12:26 | |
*** ahiemstra has joined #sailfishos | 12:26 | |
*** ottulo_ has joined #sailfishos | 12:26 | |
*** raa700 has joined #sailfishos | 12:26 | |
*** tiwake has joined #sailfishos | 12:26 | |
*** FireFly has joined #sailfishos | 12:26 | |
*** hge has joined #sailfishos | 12:26 | |
merlin1991 | So i qas wondering if there are newer resources than the very old fist tohvdevkit zip | 12:26 |
merlin1991 | And what the eeprom does nowadays | 12:26 |
*** rubdos_ is now known as rubdos | 12:26 | |
*** vans01 has joined #sailfishos | 12:26 | |
*** wickwire_ has joined #sailfishos | 12:26 | |
*** crazy_im1 has joined #sailfishos | 12:26 | |
*** SCVgeo has joined #sailfishos | 12:26 | |
*** zGrr has joined #sailfishos | 12:26 | |
*** VDVsx__ has joined #sailfishos | 12:26 | |
*** lazybear has joined #sailfishos | 12:26 | |
*** SpeedEvil has joined #sailfishos | 12:26 | |
*** Yaniel has joined #sailfishos | 12:26 | |
*** netvandal has joined #sailfishos | 12:26 | |
*** yrjo has joined #sailfishos | 12:26 | |
*** wmarone_ has joined #sailfishos | 12:26 | |
*** pketolai_ has joined #sailfishos | 12:26 | |
*** kwork_ has joined #sailfishos | 12:26 | |
*** zen|merge has joined #sailfishos | 12:26 | |
*** keithzg_ has joined #sailfishos | 12:26 | |
*** Aciid has joined #sailfishos | 12:26 | |
*** kido has joined #sailfishos | 12:26 | |
*** anYc has joined #sailfishos | 12:26 | |
*** k00mi has joined #sailfishos | 12:26 | |
*** Toxip has joined #sailfishos | 12:26 | |
*** Kohelet has joined #sailfishos | 12:26 | |
*** zumbi has joined #sailfishos | 12:26 | |
*** FryeX has joined #sailfishos | 12:26 | |
*** __pv has joined #sailfishos | 12:26 | |
*** bastinat0r has joined #sailfishos | 12:26 | |
*** coderus has joined #sailfishos | 12:26 | |
*** pvuorela has joined #sailfishos | 12:26 | |
*** Juice__ has joined #sailfishos | 12:26 | |
*** EddieX has joined #sailfishos | 12:26 | |
*** special has joined #sailfishos | 12:26 | |
*** Stormaaja has joined #sailfishos | 12:26 | |
*** rubdos has quit IRC | 12:26 | |
*** rubdos has joined #sailfishos | 12:26 | |
*** m4g0g has quit IRC | 12:26 | |
*** Lipevakala has quit IRC | 12:27 | |
*** Lipevakala_ has joined #sailfishos | 12:27 | |
*** ced117 has joined #sailfishos | 12:28 | |
*** onurati has joined #sailfishos | 12:28 | |
*** Morpog_PC has joined #sailfishos | 12:28 | |
*** inara has joined #sailfishos | 12:28 | |
*** trench has joined #sailfishos | 12:28 | |
*** Turski has joined #sailfishos | 12:28 | |
*** zenvoid has joined #sailfishos | 12:28 | |
*** timeless has joined #sailfishos | 12:28 | |
*** tanghus has joined #sailfishos | 12:28 | |
*** MMori has joined #sailfishos | 12:28 | |
*** kalamadn1s has joined #sailfishos | 12:28 | |
*** Plnt has joined #sailfishos | 12:28 | |
SaberAltria | Life | 12:28 |
*** Guhl has joined #sailfishos | 12:29 | |
*** Lipevakala has joined #sailfishos | 12:30 | |
*** Lipevakala_ has quit IRC | 12:30 | |
*** jmlich has quit IRC | 12:30 | |
*** m4g0g has joined #sailfishos | 12:31 | |
*** Lipevakala has quit IRC | 12:31 | |
m4g0g | hi again | 12:31 |
m4g0g | I have listview with search field. Search on text changed call filter for C++ sortfilterproxymodel and after that it lose focus. How I can save focus for searchfield? | 12:32 |
*** Lipevakala_ has joined #sailfishos | 12:32 | |
kimmoli | wut gogeta ? merlin1991 ? | 12:32 |
*** Nokius has joined #sailfishos | 12:33 | |
kimmoli | merlin1991: https://wiki.merproject.org/wiki/The_other_half | 12:34 |
*** Lipevakala has joined #sailfishos | 12:34 | |
*** abeam is now known as akloud | 12:34 | |
merlin1991 | Thanks kimmoli, but what's the wut for? | 12:34 |
Nokius | coderus:ping? | 12:35 |
kimmoli | wut for what, before reading backlog | 12:35 |
*** Lipevakala_ has quit IRC | 12:36 | |
*** SCVgeo has quit IRC | 12:37 | |
*** Sailor11736_ has joined #sailfishos | 12:40 | |
*** vans01 has quit IRC | 12:49 | |
*** spiiroin has joined #sailfishos | 12:49 | |
lachs0r | m4g0g: the SearchField example in the silica docs mention setting currentIndex: -1 on the SilicaListView | 12:50 |
lachs0r | but that example is broken in general, so no idea if that does what you want | 12:50 |
*** Nokius has quit IRC | 12:54 | |
*** radekp has joined #sailfishos | 12:55 | |
*** beidl_ has joined #sailfishos | 12:58 | |
*** beidl has quit IRC | 13:01 | |
*** onurati has quit IRC | 13:01 | |
*** radekp has quit IRC | 13:07 | |
akloud | I started looking into developing for my Jolla phone. I am quite confident regarding the QML UI stuff, but I have no idea yet how to really do something. | 13:09 |
akloud | E.g. I would like to activate or deactivate the WiFi connection. Is there some API call for that? Am I supposed to call ifconfig wlan0 up/down? | 13:10 |
meklu | there's probably some dbus call for that | 13:11 |
akloud | are there any ressources describing the dbus calls? | 13:11 |
meklu | not sure whether you're supposed to call some SFOS thing or just connman's stuff directly | 13:11 |
tbr | connman | 13:12 |
tbr | use dbus-monitor | 13:12 |
tbr | also you can query things over dbus for what they support | 13:12 |
akloud | ah, ok, that sounds good! | 13:12 |
akloud | so if the connman (connection manager AFAIK) would return something like enableWifiConnection that would be a hit. | 13:13 |
tbr | sniff around with dbus-monitor to get an idea | 13:14 |
*** flash1 has joined #sailfishos | 13:14 | |
akloud | meklu, tbr: thanks for getting me started! | 13:15 |
*** R-Z has quit IRC | 13:15 | |
*** flash1 has quit IRC | 13:15 | |
tbr | np | 13:16 |
*** Lipevakala has quit IRC | 13:18 | |
akloud | --system should be the interesting option, shouldn't it? | 13:19 |
*** Lipevakala_ has joined #sailfishos | 13:20 | |
kimmoli | yes | 13:21 |
kimmoli | and if you feel lazy, start reading from here: http://talk.maemo.org/showthread.php?p=1439380#post1439380 | 13:22 |
*** Outlander has joined #sailfishos | 13:22 | |
Outlander | wow hi | 13:22 |
akloud | kimmoli: thx! | 13:22 |
merlin1991 | lbt: how's https://build.merproject.org/project/show/sailfishos:1.1.1.27:armv7hl coming along? | 13:26 |
akloud | kimmoli: that's a nice ressource. I just read some dbus backgrounds, but could not find the command for querying an object regarding the available methods. | 13:34 |
kimmoli | inrospecting | 13:34 |
*** Lipevakala has joined #sailfishos | 13:35 | |
kimmoli | +t | 13:35 |
kimmoli | dbus-send --session --type=method_call --print-reply --dest=com.nokia.voland /com/nokia/voland org.freedesktop.DBus.Introspectable.Introspect | 13:35 |
kimmoli | as example | 13:35 |
*** Lipevakala_ has quit IRC | 13:37 | |
akloud | thx! I see quite frequently dest=(null destination). is that sort of a broadcast? | 13:38 |
akloud | and how do I figure out what the dest of the connman is? | 13:39 |
*** tat has quit IRC | 13:39 | |
*** Kabouik has joined #sailfishos | 13:40 | |
kimmoli | kinda, signals typically | 13:41 |
kimmoli | https://lists.sailfishos.org/pipermail/devel/2014-January/002683.html | 13:41 |
kimmoli | that tool might be handy (maybe) | 13:41 |
akloud | that is perfect!!! | 13:44 |
akloud | thx! | 13:44 |
*** nomeata has joined #sailfishos | 13:45 | |
tbr | is anyone able to build against the U10 target on OBS? | 13:47 |
tbr | I added it to one of my projects and it doesn't even show up | 13:48 |
tbr | this shows two: https://build.merproject.org/project/show/home:tbr:branches:home:javispedro:gato | 13:48 |
tbr | this shows three: https://build.merproject.org/project/repositories/home:tbr:branches:home:javispedro:gato | 13:49 |
tbr | lbt phaeron merlin1991 ^^^ | 13:49 |
phaeron | tbr: looking | 13:50 |
* kimmoli is interested too ... | 13:50 | |
tbr | phaeron: I assumed that it being listed means it can be built against, but it looks like maybe it's incomplete? | 13:52 |
phaeron | tbr: where are you trying to build against it | 13:52 |
tbr | phaeron: see the two URLs above - home:tbr:branches:home:javispedro:gato | 13:53 |
phaeron | well at least it's missing the sb2 tools packages | 13:53 |
tbr | ok, maybe lbt wasn't done yet, although I think he said he was | 13:54 |
merlin1991 | hm my osc foo is all gone | 13:55 |
*** Sailor11736_ has quit IRC | 13:55 | |
phaeron | ok I will add the missing packages and check if something else is wrong | 13:56 |
*** Lipevakala_ has joined #sailfishos | 14:01 | |
*** Lipevakala_ has quit IRC | 14:01 | |
*** Lipevakala has quit IRC | 14:01 | |
*** Lipevakala_ has joined #sailfishos | 14:01 | |
*** Lipevakala_ has quit IRC | 14:02 | |
*** Lipevakala has joined #sailfishos | 14:02 | |
*** xerpi has joined #sailfishos | 14:04 | |
*** gogeta has quit IRC | 14:05 | |
*** gogeta has joined #sailfishos | 14:06 | |
akloud | is there any recommended UI for git? I installed GitHub, but hat appears 'strange' compared to TortoiseHg I am used to. | 14:06 |
*** Lipevakala has quit IRC | 14:06 | |
*** jua_ has quit IRC | 14:07 | |
*** Lipevakala_ has joined #sailfishos | 14:07 | |
Hartzi | SourceTree | 14:08 |
*** martyone_ has joined #sailfishos | 14:08 | |
Yaniel | there is tortoisegit too | 14:09 |
tbr | in windos? no idea | 14:09 |
akloud | ok, thx. I will try tortoisegit in that case. | 14:09 |
akloud | tbr: got it... | 14:10 |
*** jcbjoe has joined #sailfishos | 14:12 | |
akloud | I got at least a linux vps, a linux virtual box, a linux living room pc and, lately, a linux based phone. come on, I am on the right track.. | 14:12 |
akloud | ;-) | 14:12 |
*** Nokius has joined #sailfishos | 14:12 | |
*** filippz has quit IRC | 14:13 | |
tbr | clearly it's not the year of the linux desktop | 14:13 |
merlin1991 | tbr: I'm trying todo a local build here, but osc screams "remote error: unknown repository type UNDEFINED" any ideas why? | 14:13 |
akloud | tbr: the time will come... | 14:14 |
*** Lipevakala_ has quit IRC | 14:14 | |
tbr | merlin1991: which target? | 14:14 |
*** Lipevakala has joined #sailfishos | 14:15 | |
merlin1991 | tbr: trying to build this https://build.merproject.org/package/show/home:merlin1991:chum:1.1.1.27/python3-requests for sailfishos:1.1.1.27 but I'm currently just guessing targetnames here | 14:16 |
tbr | merlin1991: yeah, it's still in progress, but soon™ | 14:16 |
merlin1991 | but what would be the right incarnation of osc build in any case? | 14:17 |
merlin1991 | I tried with "osc build 1.1.1.27_armv7hl armv8el python3-requests.spec" | 14:18 |
tbr | sounds about right | 14:19 |
merlin1991 | hm I did an osc ci, but it seems like the build isn't tiggered | 14:20 |
merlin1991 | yeah looks like the u10 repo isn't ready yet, a local build in my chum:1.0.5.16 project works like a charm | 14:26 |
merlin1991 | hm actually not | 14:27 |
lukedirtwalker | what happens in step "generating keys" in sailfish sdk? | 14:27 |
lukedirtwalker | while installing? | 14:27 |
merlin1991 | BuildService API error: can't verify packages due to lack of GPG keys | 14:27 |
*** Sailor11736_ has joined #sailfishos | 14:27 | |
merlin1991 | --no-verify to the rescue, but still weird that the keys are missing | 14:28 |
phaeron | you can generate your own keys but I don't think the signer is running on mer obs | 14:29 |
phaeron | I am not sure that is | 14:29 |
*** SK_work has quit IRC | 14:30 | |
*** m4g0g has quit IRC | 14:32 | |
*** jua_ has joined #sailfishos | 14:32 | |
*** SK_work has joined #sailfishos | 14:33 | |
coderus | akloud: SmartGIT | 14:33 |
coderus | Nokius: pong | 14:34 |
Nokius | coderus: is your event view showing all missed calls? for me time to time only the LED notifiats me | 14:35 |
coderus | my patch adding controls to eventsview, it have no deal with your notifications | 14:36 |
Nokius | mh okay | 14:36 |
*** pozzoni has quit IRC | 14:37 | |
*** pozzoni has joined #sailfishos | 14:37 | |
meklu | my events view occasionally doesn't show my e-mails | 14:37 |
meklu | or at least it didn't with U9 | 14:37 |
Nokius | irrc had it before the patch as well worndeing if its bug will have a eye on it same with the phone cover is black | 14:38 |
akloud | bye, bye! | 14:38 |
*** akloud is now known as _akloud | 14:38 | |
meklu | it would beep and all but not show a thing | 14:38 |
*** tat has joined #sailfishos | 14:39 | |
merlin1991 | Hm typical, now that i start hacking on something my network connection died... | 14:42 |
spiiroin | Nokius: there is known bug about that (led shown, notification not) | 14:43 |
ernesti_ | 14:17 < hge> is it a safety area for a girl? | 14:43 |
ernesti_ | 14:31 < jukkajunk> hge: are you planning on moving there or what? | 14:43 |
ernesti_ | 14:33 < hge> jukkajunk, no, one of my friend asked me | 14:43 |
ernesti_ | 14:33 < hge> and I am still un familiar with MANY areas in Helsinki | 14:43 |
ernesti_ | lefu | 14:43 |
*** BtPht has quit IRC | 14:43 | |
Nokius | spiiroin: okay since u10 or? | 14:44 |
*** stephg has quit IRC | 14:46 | |
spiiroin | Nokius: at least since "grace period" was added after display off -> last spring | 14:48 |
*** dhbiker has joined #sailfishos | 14:49 | |
Nokius | spiiroin: yep had sametimes the blue led and no new entry in the n.v. | 14:49 |
*** SaberAltria2 has joined #sailfishos | 14:49 | |
SaberAltria2 | Is the author of lls video player in this group? | 14:50 |
coderus | i'm getting red light blinking sometimes and no notification :D | 14:50 |
*** Nc_ has quit IRC | 14:50 | |
*** ced117 has quit IRC | 14:50 | |
coderus | should i report bug? :D | 14:50 |
Nokius | coderus: had this and black screen == lipstick reboot/fail | 14:50 |
*** martyone_ has quit IRC | 14:51 | |
coderus | green blink is reboot of compositor | 14:51 |
coderus | red blink is compositor die | 14:52 |
spiiroin | Nokius: this is what I think you got too: https://together.jolla.com/question/25298/notifications-to-application-active-during-grace-time-are-lost/ | 14:52 |
*** SaberAltria2 has quit IRC | 14:52 | |
*** SaberAltria2 has joined #sailfishos | 14:53 | |
*** SaberAltria2 has quit IRC | 14:53 | |
Nokius | spiiroin: so we have a after xmas goodie :P | 14:53 |
merlin1991 | tbr: I relearned my osc foo, and sucesfully built a new version of python3-requests against sailfishos:1.0.5.16 now we'll have to wait for the u10 repo to be ready ... | 14:54 |
*** stephg has joined #sailfishos | 14:54 | |
spiiroin | coderus: nope, both green/red just mean lipstick is not responsive during display power up/down; it might of course be unresponsive because it is crashing/restarting ... | 14:54 |
*** Eismann has quit IRC | 14:55 | |
*** Eismann has joined #sailfishos | 14:55 | |
*** Nokius has quit IRC | 14:58 | |
*** Nokius has joined #sailfishos | 14:59 | |
*** TheBootroo|work has quit IRC | 15:00 | |
coderus | spiiroin: green blink when lipstick starting until it started | 15:01 |
coderus | red blink when lipstick doesnt respond in timeout | 15:01 |
*** Lipevakala has quit IRC | 15:02 | |
spiiroin | coderus: because lipstick restart -> implicit display on -> lipstick show up in dbus before it can reply -> "lipstick is not responsive when display is being powered up" -> green | 15:05 |
*** coderus has quit IRC | 15:05 | |
*** ced117 has joined #sailfishos | 15:05 | |
spiiroin | i.e. what ever the reason, green/red = lipstick (or actually compositor) is not responsive | 15:07 |
*** Nc_ has joined #sailfishos | 15:10 | |
*** nomeata has quit IRC | 15:11 | |
*** Nokius has quit IRC | 15:11 | |
*** Nokius has joined #sailfishos | 15:11 | |
*** anandrkris has joined #sailfishos | 15:15 | |
*** Sailor11736_ has quit IRC | 15:15 | |
*** onurati has joined #sailfishos | 15:16 | |
*** ced117 has quit IRC | 15:17 | |
*** Nokius has quit IRC | 15:19 | |
*** Nokius has joined #sailfishos | 15:20 | |
*** Sail0r has quit IRC | 15:21 | |
anandrkris | Hi - Before i file this in TJC wanted to know if it occurs for everyone | 15:22 |
anandrkris | Add Android App (eg: Whatsapp) to Pulley in Lock screen, try opening it when its already open.. | 15:23 |
anandrkris | does nothing but Tweetian (native app) brings it to focus (as expected) | 15:23 |
anandrkris | ** when Tweetian (native app) is invoked, it is brought to focus (as expected) | 15:25 |
raa700 | interesting effect, whatsapp open in dalvik(just swiped out of it, cover on home screen) pushed whatsapp icon, 4 app icons on home disappeared, clock battery and network status shows | 15:26 |
*** ced117_ has joined #sailfishos | 15:29 | |
*** Nokius has quit IRC | 15:30 | |
*** Nokius has joined #sailfishos | 15:30 | |
*** tat has quit IRC | 15:31 | |
*** tortoisedoc has joined #sailfishos | 15:32 | |
tortoisedoc | hei do hoo | 15:32 |
tortoisedoc | houhouhou1 | 15:33 |
raa700 | is that you satan | 15:33 |
tortoisedoc | lol | 15:33 |
*** Sail0r has joined #sailfishos | 15:33 | |
*** Behold has joined #sailfishos | 15:33 | |
tortoisedoc | pukki, PUKKI damit :P | 15:33 |
urjaman | :P | 15:34 |
tortoisedoc | i have been wondering about sailfishos notifications | 15:34 |
tortoisedoc | i noticed they get forwarded via dbus | 15:34 |
tortoisedoc | and that each notification has an id associated | 15:34 |
tortoisedoc | is there a list of the id's somewhere available? | 15:34 |
SK_work | tortoisedoc: I think you can get them via dbus ? | 15:35 |
SK_work | tortoisedoc: what are you trying to do ? | 15:35 |
tortoisedoc | SK_work : just fiddling around with notifications really | 15:36 |
tortoisedoc | on a holiday and nothing to do so playing with Jolla :P | 15:36 |
SK_work | tortoisedoc: then ok :) | 15:36 |
SK_work | one sec | 15:36 |
tortoisedoc | SK_work : you mean you can get a full list of them via dbus? | 15:36 |
SK_work | tortoisedoc: qdbus org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.GetNotifications <app_name> | 15:38 |
SK_work | now, what is this app_name | 15:38 |
tortoisedoc | hah | 15:38 |
tortoisedoc | good question :P | 15:38 |
tortoisedoc | hmm i see | 15:39 |
tortoisedoc | so an app can declare notifications | 15:39 |
tortoisedoc | but they need to be registered somewhere no? | 15:39 |
*** ced117_ is now known as ced117 | 15:39 | |
SK_work | try something like jolla-messages | 15:40 |
*** ced117 has quit IRC | 15:40 | |
*** ced117 has joined #sailfishos | 15:40 | |
SK_work | it is the app name | 15:40 |
SK_work | maybe you can use any app name | 15:40 |
SK_work | one sec | 15:40 |
tortoisedoc | ok | 15:40 |
SK_work | I wonder who manages this | 15:41 |
SK_work | probably lipstick | 15:41 |
tortoisedoc | yes exactly | 15:42 |
tortoisedoc | this information I am hunting for | 15:42 |
tortoisedoc | seems in nemomoble | 15:42 |
tortoisedoc | there is notification plugin | 15:42 |
tortoisedoc | and backend | 15:42 |
tortoisedoc | but nothing about how or where notifications are defined | 15:43 |
SK_work | it is in lipstick | 15:43 |
jcbjoe | do you guys consider MMS important ? | 15:43 |
SK_work | there is a sqlite db holding it | 15:43 |
SK_work | jcbjoe: not totally | 15:43 |
SK_work | a bit | 15:43 |
SK_work | tortoisedoc: https://github.com/nemomobile/lipstick/blob/master/src/notifications/notificationmanager.cpp | 15:43 |
jcbjoe | ok | 15:43 |
*** arcean_ has joined #sailfishos | 15:44 | |
tortoisedoc | why is my other half now not connecting over usb | 15:44 |
tortoisedoc | jcbjoe : i use it practically every day | 15:44 |
*** arcean has quit IRC | 15:45 | |
*** Nc_ has quit IRC | 15:45 | |
*** tortoisedoc has quit IRC | 15:48 | |
*** anandrkris has quit IRC | 15:50 | |
*** tortoisedoc has joined #sailfishos | 15:50 | |
tortoisedoc | grr | 15:50 |
*** dpurgin has joined #sailfishos | 15:50 | |
*** BtPht has joined #sailfishos | 15:50 | |
*** soexit has joined #sailfishos | 15:51 | |
*** call-a3 has left #sailfishos | 15:53 | |
*** call-a3 has joined #sailfishos | 15:55 | |
*** Nokius has quit IRC | 15:56 | |
*** Nokius has joined #sailfishos | 15:56 | |
*** Sailor-2gether has joined #sailfishos | 15:57 | |
*** Sail0r has quit IRC | 15:58 | |
tortoisedoc | SK_Work: rthanks | 16:00 |
*** tortoisedoc has quit IRC | 16:00 | |
*** call-a3 has quit IRC | 16:04 | |
*** call-a3 has joined #sailfishos | 16:05 | |
*** call_a3 has joined #sailfishos | 16:07 | |
*** call-a3 has left #sailfishos | 16:07 | |
*** zalan has quit IRC | 16:07 | |
*** zalan has joined #sailfishos | 16:08 | |
*** call_a3 has quit IRC | 16:08 | |
*** tat has joined #sailfishos | 16:11 | |
*** corne is now known as corne_away | 16:11 | |
*** zalan has quit IRC | 16:12 | |
*** Nokius has quit IRC | 16:14 | |
*** Sailor-2gether has quit IRC | 16:16 | |
*** Sail0r has joined #sailfishos | 16:16 | |
*** Nc_ has joined #sailfishos | 16:19 | |
*** Outlande1 has joined #sailfishos | 16:23 | |
*** Outlander has quit IRC | 16:27 | |
*** zalan has joined #sailfishos | 16:27 | |
*** gabriel9 has quit IRC | 16:30 | |
*** zGrr has left #sailfishos | 16:43 | |
*** zGrr has quit IRC | 16:43 | |
*** zetaz has left #sailfishos | 16:45 | |
*** mkollaro has joined #sailfishos | 16:49 | |
*** gogeta has quit IRC | 16:49 | |
*** corby has quit IRC | 16:50 | |
*** Sailor-2gether has joined #sailfishos | 16:50 | |
*** Sail0r has quit IRC | 16:51 | |
*** gogeta has joined #sailfishos | 16:52 | |
*** gogeta has quit IRC | 16:53 | |
*** Sailalott has joined #sailfishos | 16:55 | |
*** gogeta has joined #sailfishos | 16:58 | |
*** gogeta has quit IRC | 17:00 | |
*** gogeta has joined #sailfishos | 17:01 | |
*** SaberAltria has quit IRC | 17:01 | |
*** gexc has quit IRC | 17:02 | |
*** jjanvier has quit IRC | 17:02 | |
*** gogeta has quit IRC | 17:05 | |
*** gogeta has joined #sailfishos | 17:06 | |
jcbjoe | SK_work: you alive ? | 17:09 |
*** gogeta has quit IRC | 17:10 | |
*** gogeta has joined #sailfishos | 17:11 | |
jcbjoe | SK_work: question was really for tor but he left | 17:11 |
jcbjoe | tab completion not working | 17:12 |
*** Margaret_ has joined #sailfishos | 17:14 | |
*** Kabouik has quit IRC | 17:14 | |
Margaret_ | Hi. What else is known about the jolla phone 2? | 17:14 |
Kray | kas niiiiin185402 Lumpio- Edit -> preferences -> advanced | 17:15 |
*** gogeta has quit IRC | 17:15 | |
tbr | I think nothing is known about such a thing | 17:15 |
Kray | oops, accidental paste | 17:15 |
*** gogeta has joined #sailfishos | 17:16 | |
Margaret_ | when the wait release or information | 17:16 |
*** gexc has joined #sailfishos | 17:17 | |
tbr | Margaret_: the next device is the Jolla tablet with SailfishOS 2.0 | 17:17 |
tbr | also the Jolla phone will get SailfishOS 2.0 | 17:18 |
Margaret_ | No tabblet no. I wait smatrphone | 17:18 |
*** Nokius has joined #sailfishos | 17:18 | |
Margaret_ | i wait jolla phone 2 more great specs when jolla 1 | 17:19 |
*** gogeta has quit IRC | 17:20 | |
*** gogeta has joined #sailfishos | 17:21 | |
lukedirtwalker | can we use QtQuick.Layouts in sailfish? what would I need to install? | 17:21 |
*** tat has quit IRC | 17:21 | |
*** Sail0r has joined #sailfishos | 17:23 | |
locusf | qt5-qtquickcontrols has it afaik | 17:23 |
*** piggz has joined #sailfishos | 17:23 | |
Margaret_ | And, when the swipe-like keyboard will be avaiable? | 17:24 |
*** gogeta has quit IRC | 17:25 | |
tbr | Margaret_: there are no answers to those questions. | 17:25 |
*** gogeta has joined #sailfishos | 17:26 | |
*** Outlande1 has quit IRC | 17:28 | |
*** gogeta has quit IRC | 17:30 | |
*** gogeta has joined #sailfishos | 17:32 | |
*** gogeta has quit IRC | 17:35 | |
*** gogeta has joined #sailfishos | 17:36 | |
*** gogeta has quit IRC | 17:40 | |
*** gogeta has joined #sailfishos | 17:42 | |
*** dhbiker has quit IRC | 17:42 | |
*** Nc_ has quit IRC | 17:42 | |
*** wickwire_ has quit IRC | 17:43 | |
*** Nokius has quit IRC | 17:43 | |
*** gogeta has quit IRC | 17:45 | |
*** gogeta has joined #sailfishos | 17:47 | |
*** dpurgin has quit IRC | 17:48 | |
*** coderus has joined #sailfishos | 17:48 | |
coderus | crap my irssi of failed closed :( any missed messages for me? | 17:49 |
*** gogeta has quit IRC | 17:50 | |
*** r0kk3rz has joined #sailfishos | 17:51 | |
*** gogeta has joined #sailfishos | 17:53 | |
*** gogeta has quit IRC | 17:55 | |
*** gogeta has joined #sailfishos | 17:56 | |
*** xerpi has quit IRC | 17:57 | |
*** iskatu has quit IRC | 17:58 | |
*** filippz has joined #sailfishos | 18:00 | |
*** gogeta has quit IRC | 18:00 | |
*** gogeta has joined #sailfishos | 18:01 | |
*** simbrown has quit IRC | 18:02 | |
*** piggz has quit IRC | 18:02 | |
*** piggz has joined #sailfishos | 18:04 | |
*** iskatu has joined #sailfishos | 18:05 | |
*** Shinryuu has joined #sailfishos | 18:08 | |
*** tat has joined #sailfishos | 18:09 | |
*** tat has quit IRC | 18:13 | |
*** soexit has quit IRC | 18:13 | |
*** gogeta has quit IRC | 18:13 | |
*** gogeta has joined #sailfishos | 18:14 | |
*** gogeta has quit IRC | 18:16 | |
*** nomeata has joined #sailfishos | 18:17 | |
*** gogeta has joined #sailfishos | 18:17 | |
*** gogeta has quit IRC | 18:17 | |
*** Nightmare__ has quit IRC | 18:18 | |
*** gogeta has joined #sailfishos | 18:20 | |
*** ecloud_wfh is now known as ecloud | 18:20 | |
*** gogeta has quit IRC | 18:24 | |
*** gogeta has joined #sailfishos | 18:25 | |
*** gogeta has quit IRC | 18:29 | |
*** gogeta has joined #sailfishos | 18:29 | |
*** R-Z has joined #sailfishos | 18:33 | |
*** gogeta has quit IRC | 18:34 | |
*** gogeta has joined #sailfishos | 18:35 | |
*** corby has joined #sailfishos | 18:35 | |
*** Sailor11736_ has joined #sailfishos | 18:37 | |
*** gogeta has quit IRC | 18:39 | |
*** gogeta has joined #sailfishos | 18:41 | |
*** gogeta has quit IRC | 18:44 | |
*** gogeta has joined #sailfishos | 18:44 | |
*** tat has joined #sailfishos | 18:47 | |
*** gogeta has quit IRC | 18:49 | |
*** gogeta has joined #sailfishos | 18:49 | |
*** piggz has quit IRC | 18:52 | |
*** Sail0r has quit IRC | 18:53 | |
*** gogeta has quit IRC | 18:54 | |
*** Sail0r has joined #sailfishos | 18:55 | |
*** gogeta has joined #sailfishos | 18:55 | |
*** gogeta has quit IRC | 18:59 | |
*** furikku has quit IRC | 18:59 | |
*** _akloud is now known as akloud | 18:59 | |
*** gogeta has joined #sailfishos | 18:59 | |
sandsmark | coderus: that pastebin with a crash seems like you're able to force qt to deliver events to a nonexistent address :D | 19:01 |
sandsmark | would be nice with debug symbols, though | 19:02 |
*** Shinryuu has quit IRC | 19:02 | |
*** Zotan has joined #sailfishos | 19:03 | |
coderus | sandsmark: it's with qtquick debug symbols | 19:04 |
sandsmark | coderus: yeah, but it needs symbols for qtcore so that you can inspect what it tries to deliver to | 19:04 |
coderus | okay | 19:05 |
*** Sail0r has quit IRC | 19:05 | |
*** Sail0r has joined #sailfishos | 19:06 | |
*** tat has quit IRC | 19:10 | |
*** zenvoid_ has joined #sailfishos | 19:12 | |
*** zenvoid has quit IRC | 19:12 | |
*** zenvoid_ is now known as zenvoid | 19:12 | |
*** dhbiker has joined #sailfishos | 19:13 | |
*** xerpi has joined #sailfishos | 19:19 | |
*** filippz has quit IRC | 19:20 | |
*** Nc_ has joined #sailfishos | 19:27 | |
*** tat has joined #sailfishos | 19:31 | |
*** Outlander has joined #sailfishos | 19:33 | |
*** BtPht has quit IRC | 19:33 | |
*** filippz has joined #sailfishos | 19:36 | |
*** piggz has joined #sailfishos | 19:39 | |
*** Margaret_ has quit IRC | 19:46 | |
*** lainwir3d has quit IRC | 19:46 | |
*** Sfiet_Konstantin has joined #sailfishos | 19:47 | |
*** Nokius has joined #sailfishos | 19:57 | |
*** cxl000 has quit IRC | 20:06 | |
Nokius | coderus: oh I just saw u made a patch for the event view | me earlyer was just wondering if its a happen to other user as well | 20:09 |
*** gexc has quit IRC | 20:10 | |
coderus | Nokius: it's little buggy | 20:13 |
coderus | i will release final update in a hour | 20:13 |
Nokius | coderus: I don't use it atm but it sounds supprising | 20:14 |
akloud | hi! is it intended that the new Vaarainjärvi does not show the stack level anymore? | 20:14 |
akloud | is this here the right place for feedback in general? | 20:15 |
coderus | akloud: read release notes | 20:15 |
coderus | it was included in u9 | 20:16 |
coderus | seems you missed that | 20:16 |
coderus | akloud: stack indicator is **evil** | 20:16 |
coderus | i like jolla decision | 20:16 |
gogeta | 1+ | 20:16 |
akloud | I was just informed today about the update and did it, I haven't read the release notes yet. | 20:17 |
gogeta | coderus, when you leave for finland ? | 20:17 |
akloud | I am still a bit confused. where do I have to look for the release notes of the Jolla update? is Jolla just using sailfish os or how is the connection? | 20:19 |
coderus | gogeta: 26 Dec | 20:22 |
coderus | will be in finland 29 Dec - 8 Jan | 20:22 |
akloud | found it. | 20:22 |
coderus | akloud: together.jolla.com | 20:22 |
akloud | yep. | 20:29 |
Nokius | akloud: Jolla is the firm behind SFOS | 20:30 |
akloud | SFOS? | 20:31 |
*** plfiorini has joined #sailfishos | 20:32 | |
*** plfiorini has quit IRC | 20:32 | |
Nokius | akloud: SFOS == SailFishOS | 20:32 |
akloud | ah, OK! thx! | 20:34 |
akloud | I didn't expect u10 before christmas, looks like the guys were quite eager to get it done. | 20:35 |
Stskeeps | for almost half a year now.. :P | 20:36 |
*** smoku has joined #sailfishos | 20:36 | |
Nokius | ^^ since u8 | omg time went so fast | 20:37 |
gogeta | Stskeeps, plan for 4.4 dalvik or 5 ? | 20:38 |
*** shamalco has joined #sailfishos | 20:39 | |
*** Shinryuu has joined #sailfishos | 20:39 | |
*** zalan has quit IRC | 20:39 | |
*** filippz has quit IRC | 20:44 | |
*** Zippi has joined #sailfishos | 20:44 | |
*** shamalco has quit IRC | 20:46 | |
coderus | 5 is not dalvik :) | 20:49 |
*** Sail0r has joined #sailfishos | 20:54 | |
akloud | coderus: well, now I understand why I had such difficulties to understand the posts on together.jolla.com regarding the CardDAV account option. I simply didn't have it because I was not running u9 yet. | 20:58 |
*** tat has quit IRC | 20:58 | |
*** Sail0r has quit IRC | 20:59 | |
*** gogeta has quit IRC | 21:00 | |
*** lukedirtwalker has quit IRC | 21:01 | |
*** igordcard has joined #sailfishos | 21:02 | |
coderus | it's sad when you skip great updates :) | 21:02 |
akloud | coderus: the questions is, why I skipped it. I got my Jolla about 2 weeks ago. of course I searched several times for an update and the first time an update was found and I performed it. so I assumed that I was up-to-date... | 21:04 |
*** beidl_ has quit IRC | 21:06 | |
*** beidl has joined #sailfishos | 21:06 | |
*** rm_work|away is now known as rm_work | 21:08 | |
coderus | akloud: good luck learning things then :) | 21:12 |
akloud | yep. I can start all over again :-P | 21:12 |
coderus | Eventsview controls patch updated to 0.0.5. CHanged package name and added more features. Unapply old patch and uninstall it before installing new. https://openrepos.net/content/coderus/patch-eventsview-controls-settings-applet | 21:13 |
*** gogeta has joined #sailfishos | 21:13 | |
*** tat has joined #sailfishos | 21:14 | |
smoku | akloud, u9 was opt-in and u10 was retracted for a few days... I guess you just missed it... ;-) | 21:14 |
*** dhbiker has quit IRC | 21:15 | |
*** tat has quit IRC | 21:15 | |
*** inte_away has quit IRC | 21:16 | |
*** Sfiet_Konstantin has quit IRC | 21:17 | |
*** rm_work is now known as rm_work|away | 21:17 | |
*** Sfiet_Konstantin has joined #sailfishos | 21:17 | |
*** Finlod_ has quit IRC | 21:18 | |
*** inte_away has joined #sailfishos | 21:18 | |
coderus | sandsmark: ping | 21:19 |
coderus | sandsmark: http://paste.ubuntu.com/9606571 | 21:19 |
coderus | sandsmark: any more debug info i need to install? | 21:19 |
*** rm_work|away is now known as rm_work | 21:20 | |
*** martyone_ has joined #sailfishos | 21:21 | |
*** martyone_ has quit IRC | 21:28 | |
*** zalan has joined #sailfishos | 21:46 | |
*** Master-Passeli has quit IRC | 21:48 | |
*** Nokius has quit IRC | 21:49 | |
*** Master-Passeli has joined #sailfishos | 21:49 | |
*** m4g0g has joined #sailfishos | 21:50 | |
*** Outlander has quit IRC | 21:50 | |
m4g0g | hi | 21:50 |
m4g0g | anybody, who doesn't sleep? | 21:51 |
*** Nokius has joined #sailfishos | 21:51 | |
sandsmark | I don't sleep, it's just 21:53... | 21:54 |
sandsmark | coderus: hmm, seems like a valid address? | 21:54 |
*** onurati has quit IRC | 21:55 | |
sandsmark | bah, crappy internet here | 21:56 |
sandsmark | only edge coverage | 21:56 |
*** tango_ has quit IRC | 21:59 | |
sandsmark | coderus: try `list` in gdb? | 22:00 |
sandsmark | see what code is there, I don't have a checkout of qt 5.2 here | 22:00 |
*** tango_ has joined #sailfishos | 22:01 | |
sandsmark | or try «p receiver->d_func()->threadData» | 22:01 |
sandsmark | or «p event->type()» | 22:01 |
sandsmark | but now I need to sleep, so.. | 22:04 |
coderus | tomorrow :) | 22:07 |
akloud | when I set up a carddav account, where are the contacts supposed to show up? in the contacts app?+ | 22:09 |
*** louisdk has quit IRC | 22:10 | |
*** igordcard has quit IRC | 22:10 | |
Nokius | akloud: asume so | 22:10 |
*** rashm2k has joined #sailfishos | 22:13 | |
*** rubdos has quit IRC | 22:15 | |
m4g0g | guys, I have 2 questions | 22:15 |
m4g0g | 1) why share api still prohibited | 22:15 |
m4g0g | 2) If I create new share service - is it possible to send it to harbour? | 22:16 |
Sfiet_Konstantin | m4g0g: I think that it is the eternel privileged issue | 22:17 |
Sfiet_Konstantin | your share plugin have privileged permissions, so privacy issues | 22:17 |
akloud | good n8! | 22:17 |
*** akloud has quit IRC | 22:17 | |
salyavin | Always openrepos but you'll get less users. | 22:17 |
m4g0g | Sfiet_Konstantin: for example I have linksbug - app for getpocket (bookmarks service). I want to create share service for possibility to add bookmarks from browser | 22:18 |
Sfiet_Konstantin | m4g0g: why not openrepos | 22:19 |
Sfiet_Konstantin | at first | 22:19 |
m4g0g | already | 22:19 |
m4g0g | for a long time | 22:19 |
Sfiet_Konstantin | when API got opened, you can target store | 22:19 |
m4g0g | but I can use simpel tricj and monitor browser bookmarks from app. Very good decision for this time. I will do it | 22:21 |
coderus | yes privileges are the reason | 22:24 |
m4g0g | what do you mean? | 22:26 |
m4g0g | What privileges? | 22:26 |
m4g0g | to post something to your account? | 22:26 |
Sfiet_Konstantin | m4g0g: the privileged group have access to sms and stuff | 22:32 |
Sfiet_Konstantin | social network, calendar, contacts | 22:32 |
Sfiet_Konstantin | etc. | 22:32 |
*** Nc_ has quit IRC | 22:33 | |
Sfiet_Konstantin | so anything requiring privileged stuff is forbidden | 22:33 |
Sfiet_Konstantin | this touch close to all core apps | 22:33 |
m4g0g | Ok. This feature will not be public, i guess. Good job | 22:34 |
special | we have to be conservative about what is exposed now, until API and permissions are worked out. | 22:36 |
coderus | special: until SailfishOS 2.0 i suppose :) | 22:38 |
m4g0g | it's a pity | 22:38 |
special | coderus: I'm more a fan of gradual evolution. | 22:38 |
m4g0g | it's not so easy to create sailfish environment without possibility to create full functional app for official store | 22:39 |
m4g0g | IS there any info how to create settings for app? | 22:41 |
m4g0g | or this is not allowed too? | 22:41 |
Yaniel | iirc you just put a json file somewhere | 22:43 |
Yaniel | but I don't remember where | 22:43 |
*** Sail0r has joined #sailfishos | 22:43 | |
*** ced117 has quit IRC | 22:43 | |
*** gogeta has quit IRC | 22:44 | |
*** zetaz has joined #sailfishos | 22:44 | |
m4g0g | thanks to all. Good night! | 22:45 |
*** m4g0g has quit IRC | 22:45 | |
*** Guhl has quit IRC | 22:46 | |
*** rashm2k has quit IRC | 22:46 | |
*** Zotan has quit IRC | 22:47 | |
*** Sail0r has quit IRC | 22:48 | |
*** SaberAltria2 has joined #sailfishos | 22:48 | |
*** rashm2k has joined #sailfishos | 22:49 | |
*** nomeata has quit IRC | 22:51 | |
coderus | settings for app not allowed too :D | 22:56 |
coderus | i told same year ago | 23:01 |
coderus | when just started developing mitakuuluu | 23:01 |
coderus | and not much changed today | 23:01 |
*** Sail0r has joined #sailfishos | 23:06 | |
*** SaberAltria has joined #sailfishos | 23:07 | |
*** Sail0r has quit IRC | 23:11 | |
Yaniel | meh | 23:15 |
Yaniel | prohibiting apps from using the already existing settings center doesn't even make sense | 23:15 |
*** rm_work is now known as rm_work|away | 23:16 | |
*** r0kk3rz has quit IRC | 23:16 | |
*** xerpi has quit IRC | 23:18 | |
*** rashm2k has quit IRC | 23:31 | |
*** SaberAltria2 has quit IRC | 23:33 | |
Nokius | coderus: u talking about the app setting in settings ? | 23:33 |
Nokius | coderus: so just read on twitter that device back from serivce have a new recovery partition :) iirc you have same backups from this right? had my device to service a few month ago any intressed? | 23:35 |
*** Outlander has joined #sailfishos | 23:38 | |
coderus | Nokius: settings in seettings, yes | 23:39 |
Nokius | coderus: :P yeah u name it! | 23:40 |
*** Sequenced_ has joined #sailfishos | 23:48 | |
*** zalan has quit IRC | 23:49 | |
*** zalan has joined #sailfishos | 23:52 | |
*** zetaz has left #sailfishos | 23:53 | |
Nokius | enjoy xmas everone | 23:55 |
*** Sfiet_Konstantin has quit IRC | 23:57 | |
SpeedEvil | no. | 23:59 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!