PolicyKit + KDE
Dario Freddi
drf54321 at gmail.com
Wed Sep 2 18:35:32 BST 2009
In data mercoledì 02 settembre 2009 00:36:49, Michael Jansen ha scritto:
>
> I just noticed this in workspace/kcontrol/kfontinst/kio/CMakeLists.txt
>
> execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} polkit --
> variable=policydir
> OUTPUT_VARIABLE POLICY_DIR)
> string(REGEX REPLACE "[\r\n]" "" POLICY_DIR "${POLICY_DIR}")
>
> execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} dbus-1 --
> variable=sysconfdir
> OUTPUT_VARIABLE DBUS_SYSCONF_DIR)
> string(REGEX REPLACE "[\r\n]" "" DBUS_SYSCONF_DIR
> "${DBUS_SYSCONF_DIR}")
>
> execute_process(COMMAND ${PKG_CONFIG_EXECUTABLE} dbus-1 --
> variable=session_bus_services_dir
> OUTPUT_VARIABLE DBUS_SESSION_SRV_DIR)
> string(REGEX REPLACE "[\r\n]" "" DBUS_SESSION_SRV_DIR
> "${DBUS_SESSION_SRV_DIR}")
For the records and OT: KDE Apps should NOT link to polkit or polkit-qt, and I
strongly encourage every polkit-qt app to move to KAuth, it is really a smooth
move and you will just end up in removing some code, having better integration
and free port to polkit-1 and multiplatform stuff without hassle (/me points
at KGrubEditor and K3B developers, who are hopefully reading this list)
>
>
> I will cc kde-buildsystem where this belongs.
>
> Mike
--
-------------------
Dario Freddi
KDE Developer
GPG Key Signature: 511A9A3B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20090902/0a19c1eb/attachment.sig>
More information about the kde-core-devel
mailing list