(→All KDE-4 versions) |
(→All KDE-4 versions) |
||
| Line 18: | Line 18: | ||
<nowiki>------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------</nowiki> | <nowiki>------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------</nowiki> | ||
| + | <nowiki><!DOCTYPE busconfig PUBLIC</nowiki> | ||
| − | < | + | <nowiki> "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"</nowiki> |
| − | + | ||
| − | + | <nowiki> "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"></nowiki> | |
| − | <busconfig> | + | <nowiki><busconfig></nowiki> |
<servicedir>/usr/KDE-4/share/dbus-1/services</servicedir> | <servicedir>/usr/KDE-4/share/dbus-1/services</servicedir> | ||
</busconfig> | </busconfig> | ||
Contents |
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
If you instlled KDE in: "/usr/KDE-4, the D-Bus services will be installed in "/usr/KDE-4/share/dbus-1/services". D-Bus needs to find these services and use them.
If you only have one version of KDE installed and you normally use it, simply add, for example:
{use the actual path from your system}
to your: "/etc/dbus-1/session-local.conf" file.
If your system doesn't yet have that file, create it:
------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------ <!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig>
<servicedir>/usr/KDE-4/share/dbus-1/services</servicedir>
</busconfig>
------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------8<------
If you have installed an additional version of KDE-4 that you start with another user account according to the instructions for building KDE4.x, things are not as simple since you need to have the D-Bus services for that KDE-4 installation override the normal ones ONLY when using that user account.
TO DO
TO DO
TO DO
My apologies! The documentation for D-Bus is inadequate, but I am working on this. Till then, ask on the KDE or KDE-Linux mailing lists.