Changes between Version 25 and Version 26 of KDE
- Timestamp:
- Jun 11, 2018, 3:03:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KDE
v25 v26 35 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 launchctl load -w / Library/LaunchAgents/org.freedesktop.dbus-session.plist37 launchctl load -w /opt/local/Library/LaunchAgents/org.freedesktop.dbus-session.plist 38 38 }}} 39 39 If this command is not issued, **KDE applications will crash without warning**. 40 40 Kbuildsycoca:: Kbuildsycoca4 is a command that refreshes the cache of the KDE software, which is required for many applications to work properly. In Linux and UNIX, this command is automatically run periodically, but this is not the case on OS X. The recommended way is to use the following command to automate its use, after installation of kdelibs4 by MacPorts: 41 41 {{{ 42 launchctl load -w / Library/LaunchAgents/org.macports.kdecache.plist42 launchctl load -w /opt/local/Library/LaunchAgents/org.macports.kdecache.plist 43 43 }}} 44 44 The command can also be used manually: