[46557] trunk/dports/_resources/port1.0/group/kde4-1.0.tcl

illogic-al at macports.org illogic-al at macports.org
Sat Feb 7 05:42:38 PST 2009


Revision: 46557
          http://trac.macports.org/changeset/46557
Author:   illogic-al at macports.org
Date:     2009-02-07 05:42:35 -0800 (Sat, 07 Feb 2009)
Log Message:
-----------
Add a reminder about starting dbus.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/kde4-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/kde4-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/kde4-1.0.tcl	2009-02-07 09:52:27 UTC (rev 46556)
+++ trunk/dports/_resources/port1.0/group/kde4-1.0.tcl	2009-02-07 13:42:35 UTC (rev 46557)
@@ -55,11 +55,18 @@
 }
 
 post-activate {
+    ui_msg "##########################################################"
+    ui_msg "# Don't forget that dbus needs to be started as the local "
+    ui_msg "# user (not with sudo) before any KDE programs will launch"
+    ui_msg "# To start it run the following command:                  "
+    ui_msg "# launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist"
+    ui_msg "##########################################################"
+    ui_msg " "
     ui_msg "######################################################"
     ui_msg "#  Programs will not start until you run the command #"
-    ui_msg "#  'sudo chown -R \$USER ~/Library/Preferences/KDE'   #"
-    ui_msg "#  replacing \$USER with your username, followed by   #"
-    ui_msg "#  'open ${applications_dir}/KDE4/kdeinit4.app'   #" 
+    ui_msg "#  'sudo chown -R \$USER ~/Library/Preferences/KDE'  #"
+    ui_msg "#  replacing \$USER with your username, followed by  #"
+    ui_msg "#  'open ${applications_dir}/KDE4/kdeinit4.app'      #" 
     ui_msg "#  in a Terminal.                                    #"
     ui_msg "######################################################"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090207/fff33271/attachment.html>


More information about the macports-changes mailing list