#3454 closed task (fixed)
KDE Intro
| Reported by: | Owned by: | rt | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BOOK | Version: | SVN |
| Severity: | minor | Keywords: | |
| Cc: |
Description
One of the instructions in the KDE Pre-installation Configuration calls for
cat > /etc/dbus-1/system-local.conf << "EOF"
Which fails if d-bus is not yet installed. We need
mkdir -pv /etc/dbus-1
Change History (5)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
D-Bus is recommended as a part of Qt, but that comes after the KDE intro. The issue is really *when* D-Bus is installed, not if.
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

I guess most people who install KDE have D-Bus installed, but we should add the directory just in case.