Could not start D-Bus. Can you call qdbus?
After some debugging it turns out that kde4-config --qt-binaries returns /usr/bin/bin as the location of the Qt binaries, which is a bogus directory.
# kde4-config --qt-binaries
/usr/bin/bin
A diary of Linux configuration steps and hurdles.
/etc/openvpn
# ln -s /lib/systemd/system/openvpn@.service /etc/systemd/system/multi-user.target.wants/openvpn@myvpn.serviceThen start and stop the service manually this way:
# systemctl start openvpn@myvpn.service # systemctl stop openvpn@myvpn.serviceOr enable it to start at boot time:
# systemctl enable openvpn@myvpn.serviceThanks to those that took the time to post the solution here: http://forums.fedoraforum.org/showthread.php?t=272612