科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道FC6 beryl 0.2.1 编译安装手记

FC6 beryl 0.2.1 编译安装手记

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

本文将为大家介绍FC6 beryl 0.2.1 编译安装手记。

来源:中国IT实验室 2008年5月12日

关键字: 安装 技巧 操作系统 Linux

  • 评论
  • 分享微博
  • 分享邮件

出现如下错误:
configure: Using PKG_CONFIG_PATH=NONE/lib/pkgconfig:/usr/local/lib/pkgconfig/
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for EMERALD... configure: error: Package requirements ( xrender >= 0.8.4 gtk+-2.0 >= 2.8.0 libwnck-1.0 pangocairo libberyldecoration ) were not met:
No package 'libwnck-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables EMERALD_CFLAGS
and EMERALD_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

解决办法:
下载并安装libwnck-2.18.0
http://ftp.gnome.org/pub/GNOME/sourc...2.18.0.tar.bz2
安装:
tar jxvf libwnck-2.18.0.tar.bz2
cd libwnck-2.18.0
./configure && make && make install
安装完成libwnck-2.18.0后再进行emerald-0.2.1的安装
cd emerald-0.2.1
./configure && make && make install
顺利完成安装。
6、安装emerald-themes-0.2.1
tar jxvf emerald-themes-0.2.1.tar.bz2
cd emerald-themes-0.2.1
./configure && make && make install
7、安装aquamarine-0.2.1
tar jxvf aquamarine-0.2.1.tar.bz2
cd aquamarine-0.2.1
./configure && make && make install
8、安装beryl-manager-0.2.1
tar jxvf beryl-manager-0.2.1.tar.bz2
cd beryl-manager-0.2.1
./configure && make && make install
安装完毕,进入Xwindow,在终端中输入beryl-manager,就可以启动beryl3D桌面效果了。
但“beryl设置管理器”不能打开,单击“beryl设置管理器”终端中显示如下错误:
Traceback (most recent call last):
File "/usr/local/bin/beryl-settings", line 22, in ?
import berylsettings
ImportError: No module named berylsettings

解决办法:
建立符号链接,将/usr/local/lib/python2.4/site-packages/中的文件链接到/usr/lib/python2.4/site-packages/中就可以了。
ln -s /usr/local/lib/python2.4/site-packages/* /usr/lib/python2.4/site-packages/
做完以上工作后beryl的工作就一切正常了,“beryl设置管理器”也可以正常启动了。
 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
到这了就ok了 ,你就可以看到berly的桌面了,good

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章