【发布时间】:2018-08-30 05:25:59
【问题描述】:
我有兴趣了解 kde 环境。所以我阅读了 wiki 上的贡献页面,git cloned kompare repo 并构建了它。但是尝试执行二进制文件给了我一个错误,说Could not load our KompareNavigationPart。控制台显示以下关于 kservice 的错误:
> ./kompare
kf5.kxmlgui: cannot find .rc file "kompareui.rc" for component "kompare"
kf5.kservice.services: KMimeTypeTrader: couldn't find service type "Kompare/ViewPart"
Please ensure that the .desktop file for it is installed; then run kbuildsycoca5.
kf5.kxmlgui: cannot find .rc file "kompareui.rc" for component "kompare"
Aborting aboutToFinish handling.
我在自述文件或项目 wiki 中找不到任何相关信息。我已经在 Arch linux 上安装了 kde-development-meta 包。谁能帮我开始在 kde 平台上进行开发?
【问题讨论】:
标签: qt development-environment kde