Digikam
Digikam
Digikam
KDE programs will launch # To start it run the following command: # launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist ########################################################## ###################################################### # Programs will not start until you run the command # 'sudo chown -R $USER ~/Library/Preferences/KDE' # replacing $USER with your username. ###################################################### ---> Cleaning digikam Jeanne:~ bgilot$ launchctl load /Library/LaunchAgents/org.freedesktop.dbussession.plist nothing found to load Jeanne:~ bgilot$ sudo chown -R bgilot ~/Library/Preferences/KDE Password: Jeanne:~ bgilot$ launchctl load /Library/LaunchAgents/org.freedesktop.dbussession.plist nothing found to load Jeanne:~ bgilot$ sudo chown -R bgilot ~/Library/Preferences/KDEJeanne:~ bgilot$ launchctl load ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist launchctl: Couldn't stat("/Users/bgilot/Library/LaunchAgents/org.freedesktop.dbussession.plist"): No such file or directory Jeanne:~ bgilot$ launchctl load /Library/LaunchAgents/org.freedesktop.dbussession.plist nothing found to load Jeanne:~ bgilot$
Jeanne:~ bgilot$ history 1 sudo port install digikam 2 launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist 3 sudo chown -R bgilot ~/Library/Preferences/KDE 4 launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist 5 launchctl load ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist 6 launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist 7 launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist 8 sudo chown -R bgilot ~/Library/Preferences/KDE 9 sudo chown -R bgilot /Library/LaunchAgents/org.freedesktop.dbus-session.plist 10 history Jeanne:~ bgilot$
http://permalink.gmane.org/gmane.comp.kde.digikam.user/15981
As I have promised when i ask some help on this mailing list, here's a first attempt to build a little howto to compile digikam on macosx via macports...
There is no dmg package for digikam, you have to build it using the Macports system, derivated from BSD port system. So the first thing is installing Macports (the definitive way to know what you have to know about Macports is here : http://guide.macports.org/, especially the "using macports" section :
http://guide.macports.org/#using)
For installaing Macports you have to : - Install X11 : http://guide.macports.org/#installing.x11 - Install xcode : http://guide.macports.org/#installing.xcode Then you can install Macports :
http://guide.macports.org/#installing.macports.binary
You are ready to install digikam : cd /opt/local/var/macports/ sudo port install digikam
some months and you're done, digikam and ALL these dependancies have been built... (10h on a MacBook Pro 2009 4GB RAM).
At the end of process, you have the following message > ########################################################## > # 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 /Library/LaunchAgents/org.freedesktop.dbus-session.plist > ########################################################## > > ###################################################### > # > # > # Programs will not start until you run the command 'sudo chown -R $USER ~/Library/Preferences/KDE' replacing $USER with your username.
> ######################################################
So you have to do what Mister Mac tells to you : But, warning, the following command (the one Mister Mac wants you to launch...) outputs "nothing to load"
ENJOY !!!!!!!!!!
--- END OF INSTALL DIGIKAM on MAC OSX mini mini howto --Permalink | Reply |