首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Krusader在Mac OSX 10.7.2上崩溃

Krusader在Mac OSX 10.7.2上崩溃
EN

Stack Overflow用户
提问于 2012-01-31 00:08:22
回答 2查看 880关注 0票数 3

我已经通过macports安装了krusader,但是我无法运行krusader。

代码语言:javascript
复制
w-4jesc:web_cms_dms w-4jesc$ /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work 
krusader(97879)/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 10547296 bytes. 
krusader(97879)/KSharedDataCache: Unable to find an appropriate lock to guard the shared cache.  This *should* be essentially impossible. :( 
krusader(97879)/KSharedDataCache: Unable to perform initial setup, this system probably does not really support process-shared pthreads or semaphores, even though it claims otherwise. 
krusader(97879)/KSharedDataCache: Unable to unmap shared memory segment 0x1142d2000 
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
krusader(97879)/kdeui (kdelibs): Session bus not found 
To circumvent this problem try the following command (with Linux and bash) 
export $(dbus-launch) 
KCrash: Application 'krusader' crashing...
KCrash: Attempting to start /opt/local/lib/kde4/libexec/drkonqi.app/Contents/MacOS/drkonqi from kdeinit
sock_file=/Users/w-4jesc/Library/Preferences/KDE/socket-w-4jesc.local/kdeinit4__tmp_launch-URcTjs_org.x_0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /opt/local/lib/kde4/libexec/drkonqi.app/Contents/MacOS/drkonqi directly
QProcess: Destroyed while process is still running.
drkonqi(97882)/KSharedDataCache ensureFileAllocated: This system misses support for posix_fallocate() -- ensure this partition has room for at least 10547296 bytes. 
drkonqi(97882)/KSharedDataCache: Unable to find an appropriate lock to guard the shared cache.  This *should* be essentially impossible. :( 
drkonqi(97882)/KSharedDataCache: Unable to perform initial setup, this system probably does not really support process-shared pthreads or semaphores, even though it claims otherwise. 
drkonqi(97882)/KSharedDataCache: Unable to unmap shared memory segment 0x1145ea000 
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
drkonqi(97882)/kdeui (kdelibs): Session bus not found 
To circumvent this problem try the following command (with Linux and bash) 
export $(dbus-launch) 

dbus已加载:

代码语言:javascript
复制
sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
org.freedesktop.dbus-session: Already loaded

每个人都有想法吗?

EN

回答 2

Stack Overflow用户

发布于 2013-06-26 22:41:54

代码语言:javascript
复制
sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
票数 0
EN

Stack Overflow用户

发布于 2013-10-20 02:49:01

MacPorts安装程序特别说明了在不使用sudo的情况下启动dbus:

代码语言:javascript
复制
 # 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
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9066900

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档