Changes between Version 17 and Version 18 of KDE
- Timestamp:
- Oct 2, 2014, 11:24:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KDE
v17 v18 33 33 There are some small steps which need to be performed by the user, which are listed below. Without these steps **KDE software ports will not work**. You need to do them after you first install or re-install KDE software ports. You do not need to repeat them when you install more KDE software ports, but it does no harm. 34 34 35 Dbus:: Dbus is a messaging system between applications, which is mandatory for KDE applications. It is required to ensure that dbus is running by issuing the following command safter installation by MacPorts:35 Dbus:: Dbus is a messaging system between applications, which is mandatory for KDE applications. It is required to ensure that dbus is running by issuing the following command after installation by MacPorts: 36 36 {{{ 37 sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist38 37 launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist 39 38 }}}