[OS X] should kauth-policy-gen be an app bundle?

2015-11-14 Thread René J . V . Bertin
Hi, I'm not really familiar with the role of kauth-policy-gen (or the one it would play on OS X), or how it's supposed to be called. Is there a reason to build it as an app bundle on OS X, or should it rather be a regular executable as I'd expect? R.

Re: KGlobalAccel on ~Linux?

2015-11-14 Thread René J . V . Bertin
David Faure wrote: > Right. Add /opt/local/share to XDG_DATA_DIRS before starting the DBus daemon, > otherwise the dbus service cannot be autostarted. BTW, I presume this DBus issue has nothing to do with QStandardPaths, but should /opt/local/share show up only in GenericDataLocation or also

Re: kcrash when started from terminal

2015-11-14 Thread David Faure
On Saturday 14 November 2015 16:14:22 Andreas Cord-Landwehr wrote: > Hey, so do I understand it right that for all applications we have to check > for two things: > > 1. the application must link against KF5::Crash > 2. there must be a call to some (dummy) function in KCrash like >

Re: kcrash when started from terminal

2015-11-14 Thread Andreas Cord-Landwehr
Hey, so do I understand it right that for all applications we have to check for two things: 1. the application must link against KF5::Crash 2. there must be a call to some (dummy) function in KCrash like "KCrash::setCrashHandler(KCrash::defaultCrashHandler);" to ensure that the linker actually

Re: Updating techbase wiki page according to KF5 policies

2015-11-14 Thread Martin Walch
On Saturday 07 November 2015 14:41:27 Luigi Toscano wrote: > >> * Is that wiki page meant to apply to KF5? > >> * If it shall apply to KF5 is it safe to update it accordingly? > > > > Don't know. Technically the naming is wrong, there's no "kdelibs" > > in KF5. Maybe you could make a new wiki

Re: Updating techbase wiki page according to KF5 policies

2015-11-14 Thread Alex Merry
On 2015-11-14 01:21, Martin Walch wrote: Alright, so I have created a stub at https://techbase.kde.org/Policies/Frameworks_Coding_Style Probably most other things have remained unchanged and can be copied over from https://techbase.kde.org/Policies/Kdelibs_Coding_Style So, if anything has

Review Request 126069: [OS X] better integration of the cross-platform wallet runtime

2015-11-14 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126069/ --- Review request for KDE Software on Mac OS X and KDE Frameworks.

Re: [OS X] should kauth-policy-gen be an app bundle?

2015-11-14 Thread Aleix Pol
On Sat, Nov 14, 2015 at 1:22 PM, René J.V. wrote: > Hi, > > I'm not really familiar with the role of kauth-policy-gen (or the one it > would play on OS X), or how it's supposed to be called. Is there a reason to > build it as an app bundle on OS X, or should it rather be a

Re: Review Request 126069: [OS X] better integration of the cross-platform wallet runtime

2015-11-14 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126069/#review88366 --- src/runtime/kwallet-query/src/CMakeLists.txt (line 20)

Re: Review Request 126069: [OS X] better integration of the cross-platform wallet runtime

2015-11-14 Thread René J . V . Bertin
> On Nov. 15, 2015, 12:33 a.m., Aleix Pol Gonzalez wrote: > > src/runtime/kwallet-query/src/CMakeLists.txt, line 20 > > > > > > Why only for APPLE? Mostly because I didn't want to pretend to know the