然后就有问题了:
1 在输入法打开的情况下,终端中无法正常输入东西,要先按住一个键不放再按要输入的字母,而关闭输入法后就可 以正常输入了,ibus和scim都是这样。难道是bug?
2 无法安装wine,说什么已经废弃,请教怎么安装wine
谢谢!


不是说sid不稳定吗?leeaman 写了:1.fcitx没有问题
2.我的有
我的是debian sid,试试加sid的源看看
代码: 全选
deb http://mirrors.163.com/debian/ testing main non-free contrib
deb http://mirrors.163.com/debian/ testing-proposed-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ testing main non-free contrib
deb-src http://mirrors.163.com/debian/ testing-proposed-updates main non-free contrib
deb http://ftp.debian.org/debian/ testing-updates main contrib
deb-src http://ftp.debian.org/debian/ testinge-updates main contrib
deb http://http.us.debian.org/debian/ testing contrib non-free main
代码: 全选
missing@xclock:~$ cat /etc/apt/sources.list
deb http://http.us.debian.org/debian/ sid contrib non-free main
deb http://http.us.debian.org/debian/ testing contrib non-free main
deb http://http.us.debian.org/debian/ experimental contrib non-free main
代码: 全选
libwine-alsa-unstable_1.3.26-0.1_i386.deb
libwine-bin-unstable_1.3.26-0.1_i386.deb
libwine-capi-unstable_1.3.26-0.1_i386.deb
libwine-cms-unstable_1.3.26-0.1_i386.deb
libwine-dbg-unstable_1.3.26-0.1_i386.deb
libwine-dev-unstable_1.3.26-0.1_i386.deb
libwine-gl-unstable_1.3.26-0.1_i386.deb
libwine-gphoto2-unstable_1.3.26-0.1_i386.deb
libwine-ldap-unstable_1.3.26-0.1_i386.deb
libwine-openal-unstable_1.3.26-0.1_i386.deb
libwine-oss-unstable_1.3.26-0.1_i386.deb
libwine-print-unstable_1.3.26-0.1_i386.deb
libwine-sane-unstable_1.3.26-0.1_i386.deb
libwine-unstable_1.3.26-0.1_i386.deb
wine-bin-unstable_1.3.26-0.1_i386.deb
wine-unstable_1.3.26-0.1_i386.deb
代码: 全选
wangwenke@debian:~/download/wine-1.3.26$ sudo su
root@debian:/home/wangwenke/download/wine-1.3.26# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
root@debian:/home/wangwenke/download/wine-1.3.26# make
make: *** 没有指明目标并且找不到 makefile。 停止。
代码: 全选
sudo apt-get build-dep wine
代码: 全选
sudo dpkg -i *.deb
代码: 全选
root@debian:/home/wangwenke/download/wine-1.3.26# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... no
configure: error: no suitable flex found. Please install the 'flex' package.
root@debian:/home/wangwenke/download/wine-1.3.26# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@debian:/home/wangwenke/download/wine-1.3.26# [color=#FF0000]sudo apt-get build-dep wine[/color]
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
E: 无法找到与 wine 对应的源代码包