|

楼主 |
发表于 2008-1-30 11:39:06
|
显示全部楼层
请问debian etch的kde3.5如何是用这个awn软件?
我从http://code.google.com/p/avant-window-navigator/下载了源代码./configure发现缺少一些依赖库- checking for AWN... configure: error: Package requirements ( glib-2.0 gobject-2.0 gtk+-2.0 gdk-2.0 libwnck-1.0 gconf-2.0) were not met:
- No package 'libwnck-1.0' found
- No package 'gconf-2.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 AWN_CFLAGS
- and AWN_LIBS to avoid the need to call pkg-config.
- See the pkg-config man page for more details.
复制代码
然后又按照在网上搜到的教程用apt-get安装- 1. 将源添加到 /etc/apt/sources.list:
- deb http://download.tuxfamily.org/syzygy42/ edgy avant-window-navigator
- deb-src http://download.tuxfamily.org/syzygy42/ edgy avant-window-navigator
- 2. 下载并添加密钥:
- wget http://download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key add -
- 3. 更新源:
- sudo apt-get update
- 4. 安装 Awn:
- sudo apt-get install avant-window-navigator
- 如果想安装 svn 版本,则执行:
- sudo apt-get install avant-window-navigator-svn
复制代码 但是还是缺少依赖库- apt-get install avant-window-navigator
- Reading package lists... Done
- Building dependency tree... Done
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- Since you only requested a single operation it is extremely likely that
- the package is simply not installable and a bug report against
- that package should be filed.
- The following information may help to resolve the situation:
- The following packages have unmet dependencies.
- avant-window-navigator: Depends: libatk1.0-0 (>= 1.13.1) but 1.12.4-3 is to be installed
- Depends: libawn0 (>= 0.1.1) but it is not going to be installed
- Depends: libbonobo2-0 (>= 2.15.0) but 2.14.0-3 is to be installed
- Depends: libbonoboui2-0 (>= 2.15.1) but 2.14.0-5 is to be installed
- Depends: libc6 (>= 2.5-0ubuntu1) but 2.3.6.ds1-13etch2 is to be installed
- Depends: libcairo2 (>= 1.4.2) but 1.2.4-4 is to be installed
- Depends: libdbus-glib-1-2 (>= 0.73) but 0.71-3 is to be installed
- Depends: libglib2.0-0 (>= 2.12.9) but 2.12.4-2 is to be installed
- Depends: libgnome-keyring0 (>= 0.7.1) but 0.6.0-3 is to be installed
- Depends: libgnomeui-0 (>= 2.17.1) but 2.14.1-2 is to be installed
- Depends: libgnomevfs2-0 (>= 1:2.17.90) but 1:2.14.2-7 is to be installed
- Depends: libgtk2.0-0 (>= 2.10.3) but 2.8.20-7 is to be installed
- Depends: libpango1.0-0 (>= 1.16.2) but 1.14.8-5 is to be installed
- Depends: libwnck18 (>= 2.15.90) but it is not going to be installed
- Depends: libxrandr2 (>= 2:1.2.0) but 2:1.1.0.2-5 is to be installed
- E: Broken packages
复制代码
不知道为什么安装awn还需要gnome下的包,请问有没有基于kde的类awn软件阿? |
|