|
安装已成功了,在/usr/local/kde/bin下运行gideon,出了提示:
Unable to find plugins, KDevelop won't work properly!
Please make sure that KDevelop is installed in your KDE directory, otherwise you have to add KDevelop's installation path to the environment variable KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.
Example for BASH users:
export KDEDIRS=/path/to/gideon KDEDIRS && kbuildsycoca
意思是没设置KDEDIRS,故我就输入:
export KDEDIRS=/usr/local/kde
然后再运行gideon,但还是不行呀,我再看提示,又在/usr/bin下输入:
./kbuildsycoca
出来提示:
arning: kbuildsycoca is unable to register with DCOP.
Property 'X-KDevelop-Language' is defined multiple times (KDevelop/LanguageSupport)
还是不行。
我又试了
export KDEDIRS=/usr/local/kde/bin
不行。
请教大家到底应该如何设置。 |
|