7.04下几个软件方面的bug

编译打包和其他
回复
zjcax
帖子: 15
注册时间: 2007-04-16 0:24
来自: USTC
联系:

7.04下几个软件方面的bug

#1

帖子 zjcax » 2007-04-26 0:40

1. fcitx输入法.
./fcitx/profile 不可改变 改了之后又被还原.不过之前6.10没注意,不知是不是同样问题.
2. vim/gedit 乱码问题.
这个可以修改.vimrc搞定: 添加下面几行

set fileencodings=gb2312,gb18030,utf-8
set termencoding=utf-8
set fileformats=unix
set encoding=prc

3. -h 不可用 只能用--help
达人,这个怎搞?

其它的,使用中慢慢发现...
上次由 zjcax 在 2007-04-26 0:53,总共编辑 1 次。
雕啸长空
帖子: 1897
注册时间: 2006-09-12 14:09

Re: 7.04几个bug

#2

帖子 雕啸长空 » 2007-04-26 0:51

zjcax 写了:1. fcitx输入法.
./fcitx/profile 不可改变 改了之后又被还原.不过之前6.10没注意,不知是不是同样问题.
2. vim/gedit 乱码问题.
这个可以修改.vimrc搞定: 添加下面几行

set fileencodings=gb2312,gb18030,utf-8
set termencoding=utf-8
set fileformats=unix
set encoding=prc

3. -h 不可用 只能用--help
达人,这个怎搞?

其它的,使用中慢慢发现...
1.这个要说也只能说是fcitx的bug,但实在想不通这个还有什么好改的
2.关于vim等的编码选择问题,也不能说是feisty的bug,据称以往版本也一样,要手动修改以实现自动选择编码功能
3.这个应该是各个软件自已定义的参数格式问题了,和feisty应该也是扯不上关系的

代码: 全选

fideas@zerone:~$ vim -h
VIM - Vi IMproved 7.0 (2006 May 7, compiled Mar 11 2007 03:34:28)

usage: vim [arguments] [file ..]       edit specified file(s)
   or: vim [arguments] -               read text from stdin
   or: vim [arguments] -t tag          edit file where tag is defined
   or: vim [arguments] -q [errorfile]  edit file with first error

代码: 全选

fideas@zerone:~$ konqueror -h
konqueror: Unknown option '-h'.
konqueror: Use --help to get a list of available command line options.

代码: 全选

fideas@zerone:~$ konqueror --help
Usage: konqueror [Qt-options] [KDE-options] [KDE-tempfile-options] [options] [URL]

Web browser, file manager, ...

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-kde-tempfile       Show KDE-tempfile specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information       
Fair winds and following seas !
zjcax
帖子: 15
注册时间: 2007-04-16 0:24
来自: USTC
联系:

#3

帖子 zjcax » 2007-04-26 0:53

en...
题目确实错了
都是应用软件问题

我错了...
雕啸长空
帖子: 1897
注册时间: 2006-09-12 14:09

#4

帖子 雕啸长空 » 2007-04-26 9:35

zjcax 写了:en...
题目确实错了
都是应用软件问题

我错了...
呵呵,至少你所描述的内容是正确的,把标题改一下给大家提个醒也不错
Fair winds and following seas !
回复