KDE: launch & communication

Brandon Allbery allbery.b at gmail.com
Mon Sep 15 12:22:33 PDT 2014


On Mon, Sep 15, 2014 at 3:17 PM, Marko Käning <MK-MacPorts at techno.ms> wrote:

> according to this:
> ---
> $ port notes kdelibs4
> kdelibs4 has the following notes:
>   Don't forget that dbus needs to be started as the local user (not with
> sudo) before any KDE programs will launch.
>   To start it run the following command:
>    launchctl load -w
> /Library/LaunchAgents/org.freedesktop.dbus-session.plist
>   An agent to provide communication between KDE programs must be started.
>   To start it run the following command:
>    launchctl load -w /Library/LaunchAgents/org.macports.kdecache.plist
> ---
> it is NOT needed to start any launch *daemon* anymore, the agents are
> enough!
>

kdelibs4 never had any launch daemons. dbus has both a daemon and an agent,
and `port notes kdelibs4` will not display notes for the dbus port.

    pyanfar:2478 Z$ port notes dbus
    dbus has the following notes:

############################################################################
      # Startup items have been generated that will aid in
      # starting dbus with launchd. They are disabled
      # by default. Execute the following commands to start them,
      # and to cause them to launch at startup:
      #
      # sudo launchctl load -w
      /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
      # launchctl load -w
/Library/LaunchAgents/org.freedesktop.dbus-session.plist

############################################################################

Note that the inclusion of both means that it's not trying to use the `port
load` mechanism, possibly because of confusion.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20140915/465fb8b2/attachment.html>


More information about the macports-users mailing list