URN Logo
UNIX Resources » Linux » China Linux Forum » Debian 一族 » 19 » help me about fcitx||chinput and sound?
announcement 声明: 本页内容为中国Linux论坛的内容镜像,文章的版权以及其他所有的相关权利属于中国Linux论坛和相应文章的作者,如果转载,请注明文章来源及相关版权信息。
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.net
  业界新闻与评论
  自由软件杂谈
  IT 人生
  Linux软件快递
  翻译作坊
  Linux图书与评论
  GNU Emacs/XEmacs
  Linux 中文环境和中文化
  Linux桌面与办公软件
  Linux 多媒体与娱乐版
  自由之窗Mozilla
  笔记本电脑上的Linux
  Gentoo
  Debian 一族
  网络管理技术
  Linux 安装与入门
  WEB服务器和FTP服务器
  域名服务器和邮件服务器
  Linux防火墙和代理服务器应用
  文件及打印服务器
  技术培训与认证
  Linux内核技术
  Linux 嵌入技术
  Linux设备驱动程序
  Linux 集群技术
  LINUX平台数据库
  系统和网络安全
  CPU 与 编译器
  系统计算研究所专栏
  Linux下的GUI软件开发
  C/C++编程版
  PHP 技 术
  Java&jsp技术
  Shell编程技术
  Perl 编 程
  Python 编 程
  XML/Web Service 技术
  永远的Unix
  FreeBSD世界
   
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)]
 
 
Subject: help me about fcitx||chinput and sound?
Author: 13955335065    Posted: 2004-04-08 22:43    Length: 409 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]
Subject: Re: help me about fcitx||chinput and sound?
Author: x11perf    Posted: 2004-04-08 23:07    Length: 81 byte(s)
[Original] [Print] [Top]
这是因为普通用户没有权限访问声音设备,将用户加入 audio 组就能听见声音。
----
[Original] [Print] [Top]
Subject: Re: help me about fcitx||chinput and sound?
Author: 13955335065    Posted: 2004-04-08 23:34    Length: 21 byte(s)
[Original] [Print] [Top]
mplayer no sound why?
[Original] [Print] [Top]
Subject: Re: help me about fcitx||chinput and sound?
Author: 13955335065    Posted: 2004-04-09 00:09    Length: 134 byte(s)
[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]
Subject: Re: help me about fcitx||chinput and sound?
Author: x11perf    Posted: 2004-04-09 00:29    Length: 90 byte(s)
[Original] [Print] [Top]
usermod -G audio [username]

man usermod
info usermod
----
[Original] [Print] [Top]
Subject: Re: help me about fcitx||chinput and sound?
Author: 13955335065    Posted: 2004-04-09 01:12    Length: 192 byte(s)
[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]
Subject: Re: help me about fcitx||chinput and sound?
Author: wx672    Posted: 2004-04-09 20:57    Length: 1,258 byte(s)
[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]
Subject: Re: help me about fcitx||chinput and sound?
Author: 13955335065    Posted: 2004-04-12 05:39    Length: 322 byte(s)
[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]
Subject: Re: help me about fcitx||chinput and sound?
Author: 13955335065    Posted: 2004-04-12 06:59    Length: 239 byte(s)
[Original] [Print] [Top]
我刚刚把你以上的组都添加好了,用了几个小时,现在不可以访问:使用root # mount /dev/hda? /mnt 的/mnt里面了,是为什么呢?使用/mnt应该adduser *** ????什么组呢?刚刚还可以听/mnt里面的音乐,之后我安装了gnome,我进gnome看看了发现/mnt不可以访问了!
[Original] [Print] [Top]
Subject: Re: help me about fcitx||chinput and sound?
Author: wx672    Posted: 2004-04-12 19:48    Length: 423 byte(s)
[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]
« Previous thread
about debian apt-get remove help???
Debian 一族
19
Next thread »
oh,yeah. GNOME 2.6
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
备案序号: 京ICP备05006143    webmaster: webmaster@unixresources.net
This page created on 2008-07-17 02:15:04, cost 0.057338953018188 ms.