Hi,
I'm new to MacOS X, I'm testing it to know if my future OS could be other than Debian... It's a fine environment, but I have my MAIN software to work. Digikam is THE one. I've googled a few and install MacPorts, compile (12 hours...) digikam and all the dependancies. Fine. I've a MacPorts folder in the App Folder. I've a digikam.app, very nice. But nothing at all when I'm lauching it... No error, no activity and so bad, no pictures at all. Is it a known problem ? Is it duu to my non-expert relationship with MacOS X ? Any idea welcome, Thanks, G. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Run from a console. Which message can you see in the trace ?
Which version of digiKam? and KDE4 ? Gilles Caulier 2011/1/5 G <g.is@free.fr> Hi, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
This can be related to
https://trac.macports.org/ticket/25178 Gilles Caulier 2011/1/5 Gilles Caulier <[hidden email]> Run from a console. Which message can you see in the trace ? _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Le 05/01/11 13:54, Gilles Caulier a écrit :
Run from a console. Which message can you see in the trace ?Thanks a lot for your quick answer !! No trace... Is there a debug option I could enable... I've just the time to see an app launch in the task Bar, which disappear immediatly... maqueue:~ g$ open /Applications/MacPorts/KDE4/digikam.app Which version of digiKam? and KDE4 ?last versions, compiled from ports up to date yesterday digikam-1.6.0 kdegraphics4 @4.5.4 Thanks, G.
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
From command line, run digiKam through GDB :
http://www.digikam.org/drupal/contrib to get debug trace from digiKam, you must run kdebugdialog first and turn on right debug space Gilles Caulier 2011/1/5 G <g.is@free.fr>
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le 05/01/11 14:28, Gilles Caulier a écrit :
From command line, run digiKam through GDB :OK. I believe you want the error message from console, which is none. For gdb the problem is I cannot run kdebugdialog maqueue:MacOS g$ ./kdebugdialogBut maqueue:MacOS g$ launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist Same with digikam from command-line... : maqueue:MacOS g$ ./digikam I think i'm going to go gack with my nice Debian and aptitude install digikam, have a bash prompt with the binaries in /usr/bin without any Library neither sudo problem :-( I think a Mac is not designed to waste a lot of time to have a software to work, it's not the apple's philosophy... But i'd like to make digikam work on this f** Mac, even if it's only to "pay" the time wasted... Thanks,
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
DBus server do not run. You just a command line to run when KDE4 is installed and that all. This message appear when KDELibs is compiled by Macports.
Gilles Caulier 2011/1/5 G <g.is@free.fr>
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gerard Milhaud
During compilation of kde apps, there are messages saying that you
should run a command as a user (not root) to start some dbus daemons: ########################################################## # 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. ###################################################### If you forgot to do that it may be the reason. Julien Le 05/01/2011 13:53, G a écrit : > Hi, > > I'm new to MacOS X, I'm testing it to know if my future OS could be > other than Debian... It's a fine environment, but I have my MAIN > software to work. Digikam is THE one. > > I've googled a few and install MacPorts, compile (12 hours...) > digikam and all the dependancies. Fine. I've a MacPorts folder in the > App Folder. I've a digikam.app, very nice. > > But nothing at all when I'm lauching it... No error, no activity > and so bad, no pictures at all. > > Is it a known problem ? Is it duu to my non-expert relationship > with MacOS X ? > > Any idea welcome, > > Thanks, > > G. > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Le 05/01/2011 15:13, Gilles Caulier a écrit :
DBus server do not run. You just a command line to run when KDE4 is installed and that all. This message appear when KDELibs is compiled by Macports.Euuh... What do you mean exactly : - my install is fine and I've to find a command to run firts and then all the binaries will run fine ? - the debug message about dbus is not related to my problem and is useless ; the problem is unknown and I have to do more googling ? Thanks, G.
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bugzilla from Julien@narboux.fr
Le 05/01/11 15:24, Julien Narboux a écrit :
> During compilation of kde apps, there are messages saying that you > should run a command as a user (not root) to start some dbus daemons: > > > ########################################################## > # 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. > ###################################################### > > If you forgot to do that it may be the reason. > > Julien Like I wrote in a previous message : > maqueue:MacOS g$ launchctl load > /Library/LaunchAgents/org.freedesktop.dbus-session.plist > nothing found to load and I've done the chown too > maqueue:MacOS g$ sudo chown -R g ~/Library/Preferences/KDE > Password: > maqueue:MacOS g$ ls -al !$ > ls -al ~/Library/Preferences/KDE > total 24 > drwxr-xr-x 6 g staff 204 5 jan 13:33 . > drwx------+ 90 g staff 3060 5 jan 15:08 .. > lrwxr-xr-x 1 g staff 19 5 jan 13:31 > cache-maqueue.esil.univ-mrs.fr -> /var/tmp/kdecache-g > drwxr-xr-x 3 g staff 102 5 jan 13:31 share > lrwxr-xr-x 1 g staff 60 5 jan 13:33 > socket-maqueue.esil.univ-mrs.fr -> > /var/folders/Me/MeW+bcdMEOuB8elvFJnHSE+++TM/-Tmp-//ksocket-g > lrwxr-xr-x 1 g staff 56 5 jan 13:31 > tmp-maqueue.esil.univ-mrs.fr -> > /var/folders/Me/MeW+bcdMEOuB8elvFJnHSE+++TM/-Tmp-//kde-g But no KDE apps lauching possible for me... Thanks, G. > Le 05/01/2011 13:53, G a écrit : >> Hi, >> >> I'm new to MacOS X, I'm testing it to know if my future OS could be >> other than Debian... It's a fine environment, but I have my MAIN >> software to work. Digikam is THE one. >> >> I've googled a few and install MacPorts, compile (12 hours...) >> digikam and all the dependancies. Fine. I've a MacPorts folder in the >> App Folder. I've a digikam.app, very nice. >> >> But nothing at all when I'm lauching it... No error, no activity >> and so bad, no pictures at all. >> >> Is it a known problem ? Is it duu to my non-expert relationship >> with MacOS X ? >> >> Any idea welcome, >> >> Thanks, >> >> G. >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Please report in this entry :
https://trac.macports.org/ticket/25178 Gilles Caulier 2011/1/5 G <g.is@free.fr> Le 05/01/11 15:24, Julien Narboux a écrit : _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gerard Milhaud
I reproduce exactly the same issue testing digiKam 1.8.0 on a fresh computer... and i found the problem...
It's alwyas marble widget which exit create an exception when world maps data are not installed on computer. Install marble with maps data and all will work fine. Not : with digiKam 2.0.0, it do not crash immediately in this case, because worldmap widget used in digiKam switch by default to googlemaps, which do not depand of marble widget. But if you switch to local map, it crash immediately. Gilles Caulier 2011/1/5 G <g.is@free.fr> Hi, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le 06/01/11 13:36, Gilles Caulier a écrit :
I reproduce exactly the same issue testing digiKam 1.8.0 on a fresh computer... and i found the problem...OK. Thanks a lot for your investigation. I've found marble is included in kdeedu4 and you have worked fot it to work (https://trac.macports.org/ticket/25176) Just : How do you install maps data for marble ? No tips after 15' googling... Thanks in advance, G.
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Maps are include in marble as well.
I don't have installed macports package for it. I just checkout code from KDE svn trunk, compile and install it as well. Note that i just compiled marble alone, not whole kdeedu. Gilles Caulier 2011/1/6 G <g.is@free.fr>
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Maps are include in marble as well.OK Gilles, I've svn marble from kde today... But all the dependencies (QT, etc.) are "within" the macports system... So what the magic glu to use these dependencies in the compiling process of marble, alone from svn... If the install process succed, I will publish an abstract on this list... Thanks in advance, G.
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Use my script availalble here to configure CMake for source code to compile on your mac :
http://websvn.kde.org/trunk/extragear/graphics/digikam/project/scripts/bootstrap.macports?revision=1191183&view=markup Gilles Caulier 2011/1/9 G <g.is@free.fr>
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le 09/01/11 23:17, Gilles Caulier a écrit :
Use my script availalble here to configure CMake for source code to compile on your mac : ok. Thank you. Downloaded your script as bootstrap.macports svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/marble cd marble cp ~bootstrap.macports . sh bootstrap.macports make sudo make install fine. No problem. Then when i run digikam.app, it's better, crash is not immediate. First the "unknown" icon, then after 6-7 seconds, the real digikam icon appears bouncing in the dock !!!!!!! But, it finally disappears... :-( Re-launching -> immediate crash. If i launch gwenview or marble, I've a long launching process with bouncing unknown icon, then the icon stops to bounce and stays in the dock, but no associate window at all... And, all the app in the Applications/Macports/KDE4/ have the "unknown" icon. Don't know if it's a problem. Note I've the good icon in the dock few seconds for digikam at first launch before the crash... Thanks for your help. I think i'm going to wait sometime for the mac os install process become more simpler. Thanks, G.
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi,
Do you remind this old thread on the list ? My attempt to install digikam on my Mac was unsuccessfull and I decided to wait a few until the install process become maybe simpler... Yesterday, I thinked it was time to re-attempt with digikam 1.8 on macports... So, because I hope this thread become a roadmap to have digikam on Mac, here my command-lines : > sudo port selfupdate > sudo port upgrade digikam Here a problem with kdeedu, I force activation as macports suggest > sudo port -f activate kdeedu4 @4.6.0_0 > sudo port upgrade digikam My username is "g" > sudo chown -R g ~/Library/Preferences/KDE > sudo chown -R g /Library/LaunchAgents/org.freedesktop.dbus-session.plist Next command outputs "nothing to load" > sudo launchctl load > /Library/LaunchAgents/org.freedesktop.dbus-session.plist With the "-w" option, it's OK. > sudo launchctl load -w > /Library/LaunchAgents/org.freedesktop.dbus-session.plist Compilation (about 10 hours for total process on 2009 MacBook Pro 4Gb RAM) OK. Launching digikam via double click in App Folder->MacPorts->KDE4->digikam I've 2 icons bouncing in the taskbar : digikam icon and the unknown icon for drkonqui. 40 seconds then the unknown icon became the right icon of drkonqui and drkonqui crashes. It's all... Investigations : > cd > /opt/local/var/macports/software/digikam/1.8.0_0+geoloc+kipi/Applications/MacPorts/KDE4/ > ./digikam.app/Contents/MacOS/digikam Same things, exactly : 2 icons bouncing, etc. No message. Unable to debug: > MacBook-Pro-de-La-FIRME:MacOS g$ ./kdebugdialog > Dynamic session lookup supported but failed: launchd did not provide a > socket path, verify that org.freedesktop.dbus-session.plist is loaded! > kdebugdialog(87409): KUniqueApplication: Cannot find the D-Bus session > server: "Not enough memory" I've org.freedesktop.dbus-session.plist loaded : > MacBook-Pro-de-La-FIRME:MacOS g$ sudo launchctl load > /Library/LaunchAgents/org.freedesktop.dbus-session.plist > Password: > org.freedesktop.dbus-session: Already loaded Any idea ? I really want work for digikam project by writing a clear abstract to have Digikam on MacOSX, usable for non mac geeks or sysadmins... Thanks in advance, G. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi G,
I think it´s a great idea what you planned to do. My response is to encourage you to go on with it and to bring the message under attention again. Maybe you should try to get attention by using a different subject line. Rinus Op 17-05-11 13:05, G schreef: > Hi, > > Do you remind this old thread on the list ? > My attempt to install digikam on my Mac was unsuccessfull and I decided > to wait a few until the install process become maybe simpler... > > Yesterday, I thinked it was time to re-attempt with digikam 1.8 on > macports... > > So, because I hope this thread become a roadmap to have digikam on Mac, > here my command-lines : > >> sudo port selfupdate >> sudo port upgrade digikam > Here a problem with kdeedu, I force activation as macports suggest >> sudo port -f activate kdeedu4 @4.6.0_0 >> sudo port upgrade digikam > My username is "g" >> sudo chown -R g ~/Library/Preferences/KDE >> sudo chown -R g /Library/LaunchAgents/org.freedesktop.dbus-session.plist > Next command outputs "nothing to load" >> sudo launchctl load >> /Library/LaunchAgents/org.freedesktop.dbus-session.plist > With the "-w" option, it's OK. >> sudo launchctl load -w >> /Library/LaunchAgents/org.freedesktop.dbus-session.plist > Compilation (about 10 hours for total process on 2009 MacBook Pro 4Gb > RAM) OK. > Launching digikam via double click in App Folder->MacPorts->KDE4->digikam > I've 2 icons bouncing in the taskbar : digikam icon and the unknown icon > for drkonqui. > 40 seconds then the unknown icon became the right icon of drkonqui and > drkonqui crashes. > It's all... > > Investigations : >> cd >> /opt/local/var/macports/software/digikam/1.8.0_0+geoloc+kipi/Applications/MacPorts/KDE4/ >> ./digikam.app/Contents/MacOS/digikam > Same things, exactly : 2 icons bouncing, etc. > No message. > > Unable to debug: >> MacBook-Pro-de-La-FIRME:MacOS g$ ./kdebugdialog >> Dynamic session lookup supported but failed: launchd did not provide a >> socket path, verify that org.freedesktop.dbus-session.plist is loaded! >> kdebugdialog(87409): KUniqueApplication: Cannot find the D-Bus session >> server: "Not enough memory" > I've org.freedesktop.dbus-session.plist loaded : > >> MacBook-Pro-de-La-FIRME:MacOS g$ sudo launchctl load >> /Library/LaunchAgents/org.freedesktop.dbus-session.plist >> Password: >> org.freedesktop.dbus-session: Already loaded > Any idea ? > I really want work for digikam project by writing a clear abstract to > have Digikam on MacOSX, usable for non mac geeks or sysadmins... > > Thanks in advance, > > G. > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gerard Milhaud
Hi,
I'd like to help digikam project by making a simple and clear tutorial to have digikam up and running on Mac OSX, usable not only by sysadmins or mac geeks... Few months ago, my attempt to install digikam (1.6) on my Mac was unsuccessfull and I decided to wait a few until the install process become maybe simpler... Last week, I thinked it was time to re-attempt with digikam 1.8 on macports... So, beginning the work about the tuto, here my command-lines : > sudo port selfupdate > sudo port upgrade digikam Here a problem with kdeedu, I force activation as macports suggest > sudo port -f activate kdeedu4 @4.6.0_0 > sudo port upgrade digikam My username is "g" > sudo chown -R g ~/Library/Preferences/KDE > sudo chown -R g /Library/LaunchAgents/org.freedesktop.dbus-session.plist Next command outputs "nothing to load" > sudo launchctl load > /Library/LaunchAgents/org.freedesktop.dbus-session.plist With the "-w" option, it's OK. > sudo launchctl load -w > /Library/LaunchAgents/org.freedesktop.dbus-session.plist Compilation (about 10 hours for total process on 2009 MacBook Pro 4Gb RAM) OK. Launching digikam via double click in App Folder->MacPorts->KDE4->digikam I've 2 icons bouncing in the taskbar : digikam icon and the unknown icon for drkonqui. 40 seconds then the unknown icon became the right icon of drkonqui and drkonqui crashes. It's all... Investigations : > cd > /opt/local/var/macports/software/digikam/1.8.0_0+geoloc+kipi/Applications/MacPorts/KDE4/ > ./digikam.app/Contents/MacOS/digikam Same things, exactly : 2 icons bouncing, etc. No message. Unable to debug: > MacBook-Pro-de-La-FIRME:MacOS g$ ./kdebugdialog > Dynamic session lookup supported but failed: launchd did not provide a > socket path, verify that org.freedesktop.dbus-session.plist is loaded! > kdebugdialog(87409): KUniqueApplication: Cannot find the D-Bus session > server: "Not enough memory" I've org.freedesktop.dbus-session.plist loaded : > MacBook-Pro-de-La-FIRME:MacOS g$ sudo launchctl load > /Library/LaunchAgents/org.freedesktop.dbus-session.plist > Password: > org.freedesktop.dbus-session: Already loaded Any idea ? Any help will be integrated to the future tutorial if I finally get a working install of Digikam. Thanks in advance, G. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |