#39142: KDevelop @4.4.1: crashing at runtime -------------------------------+--------------------- Reporter: milen.bilyanov@… | Owner: nicos@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: kdevelop | -------------------------------+--------------------- Comment (by milen.bilyanov@…): Replying to [comment:6 nicos@…]:
No, both way to run it you are employing seem right. However, this
Hi, I have run the following: {{{ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus- system.plist }}}
it returned: {{{ launchctl: Dubious ownership on file (skipping): /Library/LaunchDaemons/org.freedesktop.dbus-system.plist nothing found to load }}}
is not right. And if dbus is not loaded properly, I would assume that no kde application is running properly. Since ownership seem to be the issue, reactivating dbus may solve the issue {{{ sudo port deactivate -f dbus sudo port activate dbus sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus- system.plist kbuildsycoca4 }}}
and if loading the daemon works, then running kdevelop may go better.
Hi Nicos, Thanks for you time. I really appreciate the help. The commands you have provided above worked, so now no: {{{ launchctl: Dubious ownership on file (skipping): /Library/LaunchDaemons/org.freedesktop.dbus-system.plist nothing found to load }}} Everything seems to be working fine, and to be honest, KDevelop works kind of fine, unless I click "New From Template" from anywhere in the application. So what I am suspecting, maybe this bug is related to something else? I have installed KDevelop on its native KDE under Linux and it works perfectly, however even there it complaints about some KDE daemons etc. But never crashes when I go "New From Template" Maybe some settings in there, for example something that it looks for is not there when "New From Template" is attempted to be invoked? Thanks. -- Ticket URL: <https://trac.macports.org/ticket/39142#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X