KDE Frameworks 5.63.0 released

2019-10-12 Thread David Faure
12th October 2019. KDE today announces the release of KDE Frameworks 5.63.0. KDE Frameworks are 81 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see https://k

Re: Cmake and dbus daemon on the system bus

2019-10-12 Thread Luca Carlon
> Make sure you REALLY need to run as root. If you can run as some other, non- > privileged user, that's better. That can be as a result of dropping privileges > with setuid() or capset() after acquiring the resource you need. > > If you do that, connect to the bus AFTER you've dropped privileges.

Re: Cmake and dbus daemon on the system bus

2019-10-12 Thread Luca Carlon
Very sorry for the incredibly late answer, but I had to pause this task. On Mon, Sep 16, 2019 at 9:56 PM David Edmundson wrote: > > Kauth is a wrapper round using dbus activation on the system bus... Yes, and that is how my first implementation works. But it seemed less flexible: the only way I