|
|
|
|
| help me about fcitx||chinput and sound? |
 help me about fcitx||chinput and sound? - 13955335065 [ 2004-04-08 22:43 | 409 byte(s)]
 Re: help me about fcitx||chinput and sound? - x11perf [ 2004-04-08 23:07 | 81 byte(s)]
 Re: help me about fcitx||chinput and sound? - 13955335065 [ 2004-04-09 00:09 | 134 byte(s)]
 Re: help me about fcitx||chinput and sound? - x11perf [ 2004-04-09 00:29 | 90 byte(s)]
 Re: help me about fcitx||chinput and sound? - 13955335065 [ 2004-04-09 01:12 | 192 byte(s)]
 Re: help me about fcitx||chinput and sound? - wx672 [ 2004-04-09 20:57 | 1,258 byte(s)]
 Re: help me about fcitx||chinput and sound? - 13955335065 [ 2004-04-12 06:59 | 239 byte(s)]
 Re: help me about fcitx||chinput and sound? - wx672 [ 2004-04-12 19:48 | 423 byte(s)]
 Re: help me about fcitx||chinput and sound? - 13955335065 [ 2004-04-12 05:39 | 322 byte(s)]
 Re: help me about fcitx||chinput and sound? - 13955335065 [ 2004-04-08 23:34 | 21 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
use root in can run xmms and play mp3 is ok,
use user***(other user)can run xmms but no sound,why?
#su
#*********
#mount /dev/hda10 /mnt
#exit
can't looked "/mnt" is empty why?
help?
how can i use "debian user" play mp3 and use /hda10 ?
#apt-get install fcitx
how can i start it?
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
how to change groupmod?
what command tell me please?
how to used fcitx?what key on keyboard?
I am new user.
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
thanks!
If i user [username] play mtv use mplayer how to config?
If my computer only me use,like this config "#usermod -G root",it isn't a idea?
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
把你自己加到相关的group里就行了.
# adduser yourID disk
# adduser yourID dialout
# adduser yourID cdrom
# adduser yourID audio
# adduser yourID dip
# adduser yourID video
# adduser yourID users
应该够了.
关于启动fcitx,
$ fcitx &
理论上就行了. 但我不喜欢这样, 因为好象非得是在这同一个终端上起的其它应用程序, fcitx才支持. 我不知道别人是否遇到了同样的问题.
所以, 为了方便, 我在~/.xsession里起fcitx. 如下:
--
#!/bin/sh
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/games:~/bin"
export PATH
xhost +
xmodmap .Xmodmap
LANG=zh_CN.GB2312
LC_ALL=zh_CN.GB2312
LC_CTYPE=zh_CN.GB2312
export LANG LC_ALL LC_CTYPE
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
stty cs8 -istrip
stty pass8
/usr/bin/fcitx
oclock -transparent -fg red -bd blue -geometry -0-2&
exec sawfish
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
thank you!
about fictx:
I'm create ~/.Xsession in my system like your's ~/.xsession.
but restarx can't into wmaker,
I removed it,running is ok.
Is it "~/.xsession" or "~/.Xsession"?
I am istall gnome now!
It is very beautifuly.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
我刚刚把你以上的组都添加好了,用了几个小时,现在不可以访问:使用root # mount /dev/hda? /mnt 的/mnt里面了,是为什么呢?使用/mnt应该adduser *** ????什么组呢?刚刚还可以听/mnt里面的音乐,之后我安装了gnome,我进gnome看看了发现/mnt不可以访问了!
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
起不了wmaker, 是因为我的.xsession里的最后一行是
exec sawfish
你应该变成
exec wmaker
或者其它什么window manager.
关于mount, 在/etc/fstab里加上:
/dev/hda10 /mnt vfat user,noauto 0 0
应该就成了. 普通用户应该可以直接
~$ mount /mnt
不用再加什么组了.
|
|
|
[Original]
[Print]
[Top]
|
|
|