Changes between Version 26 and Version 27 of KDE


Ignore:
Timestamp:
Jun 12, 2018, 1:52:08 PM (6 years ago)
Author:
jjstickel (Jonathan Stickel)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KDE

    v26 v27  
    3535 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:
    3636{{{
    37 launchctl load -w /opt/local/Library/LaunchAgents/org.freedesktop.dbus-session.plist
     37launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
    3838}}}
    3939If this command is not issued, **KDE applications will crash without warning**.
    4040 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:
    4141{{{
    42 launchctl load -w /opt/local/Library/LaunchAgents/org.macports.kdecache.plist
     42launchctl load -w /Library/LaunchAgents/org.macports.kdecache.plist
    4343}}}
    4444The command can also be used manually: