Changes between Version 7 and Version 8 of KDE


Ignore:
Timestamp:
Mar 5, 2013, 1:21:06 AM (11 years ago)
Author:
IanWadham
Comment:

Added to and edited the 'User-required steps' section, including changing the title.

Legend:

Unmodified
Added
Removed
Modified
  • KDE

    v7 v8  
    2727The second command filters out the ports for translations of KDE applications into languages other than English.
    2828
    29 == User-required steps ==
     29== Steps required after installation ==
    3030
    31 Unfortunately, MacPorts **does not provide an out-of-the-box working installation**. There are some small steps which need to be performed by the user, which are listed below.
     31Unfortunately, MacPorts **does not provide an out-of-the-box working installation**. There are some small steps which need to be performed by the user, which are listed below. You need to do them after you first install or re-install KDE ports. You do not need to repeat them when you install more KDE ports, but it does no harm.
    3232
    3333 Dbus:: Dbus is a messaging system between applications, which is mandatory for the KDE system. It is required to ensure that dbus is running by issuing the following commands after installation by MacPorts:
     
    3737}}}
    3838If these commands are not issued, **KDE applications will crash without warning**.
    39  Kbuildsycoca:: Kbuildsycoca4 is a command which refreshes the cache of KDE, which is required for many applications to work properly. In UNIX, this command is automatically run periodically, but this is not the case on OS X. The recommended way is to use this command to automate its use, after installation of kdelibs4 by MacPorts:
     39 Kbuildsycoca:: Kbuildsycoca4 is a command that refreshes the cache of KDE, 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:
    4040{{{
    4141launchctl load -w /Library/LaunchAgents/org.macports.kdecache.plist
     
    4545kbuildsycoca4
    4646}}}
    47 If the command is not issued periodically (either automatically through the script above or manually), **applications may run erratically**.
     47If the command is not issued periodically (either automatically through the script above or manually), **applications may run erratically**.
     48
     49Typically, some components of a large application might not be found at run time, so the application will fail to start properly or will have missing functionality. As a small example, the Palapeli jigsaw-puzzle game in the kdegames4 port has an option to create puzzles from the user's own pictures, but the option will not work until kbuildsycoca4 has run and recorded Palapeli's slicer modules in the KDE system cache.
    4850
    4951== Installation location ==