| Summary: | cant install a new font systemwide | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Fabian B. <apfelmausmail> |
| Component: | kcm_fontinst | Assignee: | Craig Drummond <craig> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fabian B.
2010-01-17 11:49:44 UTC
SVN commit 1077329 by craig: Can't use KAuth CMake macros, as KFontinst is not actually using KAuth - but uses PolkitQt directly, as KAuth does not support Kfontinst's method of operation. KFontinst seems to require the '<policy context="default">' section in the system dbus config file - and KAuth does not seem to be adding this. When checking if the system service is started, call a simple 'ping()' method so that the service is instantiated. BUG: 223107 M +9 -1 CMakeLists.txt M +5 -0 FontInst.cpp M +9 -11 FontInst.h M +8 -2 FontinstIface.h A org.kde.fontinst.conf A org.kde.fontinst.system-service.cmake M +3 -0 org.kde.fontinst.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=1077329 SVN commit 1077330 by craig: Can't use KAuth CMake macros, as KFontinst is not actually using KAuth - but uses PolkitQt directly, as KAuth does not support Kfontinst's method of operation. KFontinst seems to require the '<policy context="default">' section in the system dbus config file - and KAuth does not seem to be adding this. When checking if the system service is started, call a simple 'ping()' method so that the service is instantiated. BUG: 223107 M +9 -1 CMakeLists.txt M +5 -0 FontInst.cpp M +9 -11 FontInst.h M +8 -2 FontinstIface.h A org.kde.fontinst.conf A org.kde.fontinst.system-service.cmake M +3 -0 org.kde.fontinst.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=1077330 |