conner
发表于 2004-4-14 07:25:28
新的kernel 2.6.5内核已经解决。
KanKer
发表于 2004-4-14 09:13:45
pre6带的xine-lib有问题。最好自己编译或到http://cambuca.ldhs.cetuc.puc-rio.br/xine/下载最新包。
autorun-kde包编译有问题,可以用pre5的或用pre6源包重编译。
缺少openmotif21包,导致libXm.so.2(装realplay和opera时要用到)找不到。
mplayer在我这里有问题,打开播放列表添加文件就崩溃了。
xice
发表于 2004-4-14 10:49:32
在kde下的终端有问题,颜色肯定是有问题的,
vim即使加上.vimrc也不会语法加亮。
但在文本模式下,什么都不改就是正常的。
我在使用kde终端时老是感觉有些不对的样子
casper
发表于 2004-4-14 11:29:34
1.自行编译一些中文界面的软件界面都是乱码比如flashplayer和Xmms
错误信息:
Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.so",
The font "-adobe-helvetica-medium-r-normal--16-*-*-*-*-*-iso8859-1,
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*" does not support all the required character sets for the current locale "zh_CN.GBK"
(Missing character set "GBK-0")
用了baif的方法以后照旧
2.GwenView的Bug,全屏欣赏图片以后回来任务栏和菜单栏消失
3.Kget和Konqueror嵌合了以后,Kget很容易在下载的时候死掉
4.Konqueror浏览动网论坛的时候出现错误,VBScript下标越界,还有些网页显示不正常,比如Chinaren的班级
5.Mplayer在播放DvDrip的时候画面闪烁,还有一些色块。
6.很多软件编译不能通过,比如d4x,ytin,winex……都是在make的时候出错好象和gtk有关
7.Kmail不能发送邮件,我的是tom的信箱,配置好了,以后老是说不能发出队列中的邮件,如果用sendmail机会提示执行sendmial出错,root也不能发出
8.还在测试中……:)
baif
发表于 2004-4-14 13:04:37
编译KOffice 1.3Released 出错。出错位置为引用arts的库文件时。
吴文官
发表于 2004-4-14 16:44:42
无法在i810的主板上安装,提示找不到screen
sirsunny
发表于 2004-4-14 18:16:53
普通用户无法使用/mnt/里面的光驱。
jin_liu
发表于 2004-4-14 18:21:45
1.自行编译一些中文界面的软件界面都是乱码比如flashplayer和Xmms
错误信息:
Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.so",
The font "-adobe-helvetica-medium-r-normal--16-*-*-*-*-*-iso8859-1,
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*" does not support all the required character sets for the current locale "zh_CN.GBK"
(Missing character set "GBK-0")
用了baif的方法以后照旧
2.GwenView的Bug,全屏欣赏图片以后回来任务栏和菜单栏消失
3.Kget和Konqueror嵌合了以后,Kget很容易在下载的时候死掉
4.Konqueror浏览动网论坛的时候出现错误,VBScript下标越界,还有些网页显示不正常,比如Chinaren的班级
5.Mplayer在播放DvDrip的时候画面闪烁,还有一些色块。
6.很多软件编译不能通过,比如d4x,ytin,winex……都是在make的时候出错好象和gtk有关
7.Kmail不能发送邮件,我的是tom的信箱,配置好了,以后老是说不能发出队列中的邮件,如果用sendmail机会提示执行sendmial出错,root也不能发出
8.还在测试中……:)
Please let me see what is wrong when you compile d4x-------
casper
发表于 2004-4-14 18:30:51
$ make
makeall-recursive
make: Entering directory `/home/casper/soft/d4x-2.5.0rc2'
Making all in DOC
make: Entering directory `/home/casper/soft/d4x-2.5.0rc2/DOC'
make: Nothing to be done for `all'.
make: Leaving directory `/home/casper/soft/d4x-2.5.0rc2/DOC'
Making all in intl
make: Entering directory `/home/casper/soft/d4x-2.5.0rc2/intl'
make: Nothing to be done for `all'.
make: Leaving directory `/home/casper/soft/d4x-2.5.0rc2/intl'
Making all in main
make: Entering directory `/home/casper/soft/d4x-2.5.0rc2/main'
Making all in face
make: Entering directory `/home/casper/soft/d4x-2.5.0rc2/main/face'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -include ../../config.h-O2-MT about.o -MD -MP -MF ".deps/about.Tpo" \
-c -o about.o `test -f 'about.cc' || echo './'`about.cc; \
then mv -f ".deps/about.Tpo" ".deps/about.Po"; \
else rm -f ".deps/about.Tpo"; exit 1; \
fi
about.cc: In function `void init_about_window(...)':
about.cc:220: error: `gtk_timeout_add' undeclared (first use this function)
about.cc:220: error: (Each undeclared identifier is reported only once for each
function it appears in.)
make: *** 错误 1
make: Leaving directory `/home/casper/soft/d4x-2.5.0rc2/main/face'
make: *** 错误 1
make: Leaving directory `/home/casper/soft/d4x-2.5.0rc2/main'
make: *** 错误 1
make: Leaving directory `/home/casper/soft/d4x-2.5.0rc2'
make: *** 错误 2
zslevin
发表于 2004-4-14 18:50:17
6. 编译d4x时,提示一些GTK函数没有声明。
7.KDE 3.2.1 的 Kmail 没有问题,很好用啊,
不过就奇怪,改了一下设置后,HTML邮件的
显示字体特小,改不回去了,咋办?
(我只调过Konqueror和控制中心的字体,
调Kmail的字体不管用。)
6.很多软件编译不能通过,比如d4x,ytin,winex……都是在make的时候出错好象和gtk有关
7.Kmail不能发送邮件,我的是tom的信箱,配置好了,以后老是说不能发出队列中的邮件,如果用sendmail机会提示执行sendmial出错,root也不能发出
dalin
发表于 2004-4-14 19:19:47
怎么没有内核源码包啊?
killxp
发表于 2004-4-14 19:45:12
普通用户无法使用/mnt/里面的光驱。
一次把声卡、光驱、优盘等等权限都改成0777就行了。
benjaming
发表于 2004-4-14 19:56:33
发现fcitx在gtk2程序如gaim\firefox(自己编译安装)中ctrl+space调用不出来,而qt程序没有问题。我安装来Gnome-cn上的Gnome2.6。
樱家冢
发表于 2004-4-14 21:50:13
普通用户无法使用/mnt/里面的光驱。
一次把声卡、光驱、优盘等等权限都改成0777就行了。
不仅如此,还要在mount的时候加上umask=000这个参数。
jin_liu
发表于 2004-4-14 23:30:11
ABout d4x:
I have one way to make it ok.
1,update your gtk2 to gtk2.4.0
http://auvtech.com/~xinzhen/downloads/GNOME/2.6/2.6.0/rpms.magic/
2.downloads d4x
http://den.tourinfo.ru/pack/d4x/Fedora2/
patch, src.rpm and rpm for gtk2.4