Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Martin Kampas
Hi Lukáš, First of all it may be worth noting that there is a "slight" difference between Ubuntu and Mer/Sailfish OS operating systems :) This has at least two implications: 1) not all Mer packages can be build against Ubuntu without modifications and 2) packages built against Ubuntu are not

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Slava Monich
On 18/01/18 17:35, Lukáš Karas wrote: Timed is required by mKCal, see: https://git.merproject.org/mer-core/mkcal/blob/master/src/src.pro#L44 I do something wrong probably, I already have iodata in image: https://github.com/Karry/mer-devel/blob/master/pim-docker/Dockerfile I'm not quite sure

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Chris Adams
Hi Lukáš, Thanks very much for offering to help out with improving the Google sync plugins! The instructions for building the buteo-sync-plugins-social plugins should be very similar to those for building the caldav and carddav plugins - for those, see:

Re: [SailfishDevel] Avahi error opening socket

2018-01-18 Thread Lukáš Karas
Just guessing, don't need Avahi open raw socket? Try to add capability CAP_NET_RAW to your avahi binary. sudo setcap cap_net_raw+p /path/to/avahi Lukas Dne čtvrtek 18. ledna 2018 16:53:03 CET Michael Fuchs napsal(a): > Hi, > > I'm trying to use avahi on Sailfish. > > I built it here: > >

Re: [SailfishDevel] Avahi error opening socket

2018-01-18 Thread Niel Nielsen
Try a trace with strace /Niel On Thursday, January 18, 2018, Michael Fuchs wrote: > Hi, > > I'm trying to use avahi on Sailfish. > > I built it here: > > https://build.merproject.org/package/show/home:fooxl:sailfish/avahi-simple > > In the emulator it runs fine by starting it

[SailfishDevel] Avahi error opening socket

2018-01-18 Thread Michael Fuchs
Hi, I'm trying to use avahi on Sailfish. I built it here: https://build.merproject.org/package/show/home:fooxl:sailfish/avahi-simple In the emulator it runs fine by starting it via systemctl # systemctl start avahi-daemon The daemon forks and drops its privileges to avahi:avahi. But on the

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Lukáš Karas
Dne čtvrtek 18. ledna 2018 15:05:19 CET Pekka Vuorela napsal(a): > On Thu, 2018-01-18 at 12:57 +0100, Lukáš Karas wrote: > > Now the main question - when I try to build mer-core/timed, there are > > few > > `*.type` files that should be compiled by `iodata-qt5-type-to-c++` > > tool. > > But how

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Lukáš Karas
Hi Rinigus. I don't need update QML frontend (it probably is closed-source), I want to fix just buteo plugin that is performing calendar synchronisation. It should be open-source, sources seems to be here: https://git.merproject.org/mer-core/buteo-sync-plugins-social/tree/master/src/ google

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Pekka Vuorela
On Thu, 2018-01-18 at 12:57 +0100, Lukáš Karas wrote: > > Now the main question - when I try to build mer-core/timed, there are > few > `*.type` files that should be compiled by `iodata-qt5-type-to-c++` > tool. > But how this should be done in the build? In > src/server/server.pro:17 > is

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread rinigus
Hi Liukas, I suspect you'll be hitting the closed source components: https://together.jolla.com/question/167645/open-source-roadmap-from-the-community-point-of-view/?answer=167780#post-id-167780

[SailfishDevel] Mer PIM build questions

2018-01-18 Thread Lukáš Karas
Hi all. I am little bit frustrated from the state of PIM on SFOS. It is painful to use Sailfish on primary phone when you are using google services for managing contacts and calendars. From rare activity in buteo-sync-plugins-social repository [1] seems to me that noone is activelly