求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#1

帖子 新office菜鸟 » 2010-02-23 12:18

请问:
我安装的是fcitx,已经是

1,fcitx是一种中文输入法,命令:
sudo apt-get install im-switch fcitx
2,im-switch -s fcitx -z default(把输入法设置为默认,设置普通用户的环境)
sudo im-switch -s fcitx -z default(设置超级用户的环境,这两个命令都要执行)

gedit /home/zs/.fcitx/config
显示字体(中)=WenQuanYi Bitmap Song

经过了这些设置了,怎么小企鹅图标在我输入东西的时候还不出现呢?
但在我注销电脑的时候它却出现了两秒,真奇怪啊。。。
1.JPG
1.JPG (3.65 KiB) 查看 1603 次
头像
wowoto
帖子: 3050
注册时间: 2009-04-11 12:17
系统: windows7

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#2

帖子 wowoto » 2010-02-23 12:40

我觉着那是被您隐藏啦@

代码: 全选

pkill fcitx
fcitx
wowoto>ubuntu8.04>ubuntu9.04>Archlinux>FreeBSD8.0>Archlinux & end here.
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#3

帖子 新office菜鸟 » 2010-02-23 12:51

wowoto 写了:我觉着那是被您隐藏啦@

代码: 全选

pkill fcitx
fcitx
非常感谢你的回答,
不过我的问题依旧哦。
如图所示:
new.jpg
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#4

帖子 新office菜鸟 » 2010-02-23 16:56

有哪位大哥能帮我解决这个问题呀?谢谢啦。 :em19
头像
qkbeyond
帖子: 1486
注册时间: 2010-01-03 12:38
来自: 你他妈找死啊
联系:

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#5

帖子 qkbeyond » 2010-02-23 17:03

环境变量没设对 晕@@
找找 fcitx .pdf 看看呗 google也有
  • 我希望我的心上人也能理解这一点,这一切的开始并不是为了什么价值、责任、过去或是未来,这一切甚至不是为了现在,这一切只是源于passion。
头像
qkbeyond
帖子: 1486
注册时间: 2010-01-03 12:38
来自: 你他妈找死啊
联系:

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#6

帖子 qkbeyond » 2010-02-23 17:05

还装有别的输入法么 :?

代码: 全选

ps -e | grep fcitx
看看先

代码: 全选

kill -9  fcitx的pid
  • 我希望我的心上人也能理解这一点,这一切的开始并不是为了什么价值、责任、过去或是未来,这一切甚至不是为了现在,这一切只是源于passion。
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#7

帖子 delectate » 2010-02-23 17:07

first

代码: 全选

pkill -9 fcitx
then

代码: 全选

ps -A | grep fcitx
if there is nothing display

so run

代码: 全选

fcitx nohup fcitx &
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#8

帖子 新office菜鸟 » 2010-02-23 17:44

pocoyo 写了:还装有别的输入法么 :?

代码: 全选

ps -e | grep fcitx
看看先

代码: 全选

kill -9  fcitx的pid
非常感谢,问题解决了。
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#9

帖子 新office菜鸟 » 2010-02-23 18:00

delectate 写了:first

代码: 全选

pkill -9 fcitx
then

代码: 全选

ps -A | grep fcitx
if there is nothing display

so run

代码: 全选

fcitx nohup fcitx &
非常感谢,问题解决了,
不过我有个疑惑:
pkill与kill有什么区别呀?
fcitx nohup fcitx &是什么意思呀?
为什么不直接fcitx呢?
fcitx nohup fcitx &与fcitx有什么区别呀?谢谢啦。
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#10

帖子 新office菜鸟 » 2010-02-23 18:48

还有一个疑惑:
我每次重启电脑都要kill - 9 fcitx的PID
然后再执行一次fcitx,这样小企鹅才出现,
也就是说每次重启后,小企鹅都会隐藏的。必须要先杀掉进程然后再打开进程才出现,
这是何解呀?谢谢。
delectate
帖子: 18311
注册时间: 2008-01-09 22:41

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#11

帖子 delectate » 2010-02-23 18:54

新office菜鸟 写了:
delectate 写了:first

代码: 全选

pkill -9 fcitx
then

代码: 全选

ps -A | grep fcitx
if there is nothing display

so run

代码: 全选

fcitx nohup fcitx &
非常感谢,问题解决了,
不过我有个疑惑:
pkill与kill有什么区别呀?
fcitx nohup fcitx &是什么意思呀?
为什么不直接fcitx呢?
fcitx nohup fcitx &与fcitx有什么区别呀?谢谢啦。
sorry ,my fault

it is :

代码: 全选

nohup fcitx &
use nohup,you can run an application ,even you close terminal,the application still run.

kill is kill an application,pkill is send a signal to application

-9 is tell this application stop itself
新office菜鸟
帖子: 293
注册时间: 2010-02-22 17:24

Re: 求救啊,怎么这个小企鹅的图标折腾了半天还不出现呀?

#12

帖子 新office菜鸟 » 2010-02-24 21:56

delectate 写了:
新office菜鸟 写了:
delectate 写了:first

代码: 全选

pkill -9 fcitx
then

代码: 全选

ps -A | grep fcitx
if there is nothing display

so run

代码: 全选

fcitx nohup fcitx &
非常感谢,问题解决了,
不过我有个疑惑:
pkill与kill有什么区别呀?
fcitx nohup fcitx &是什么意思呀?
为什么不直接fcitx呢?
fcitx nohup fcitx &与fcitx有什么区别呀?谢谢啦。
sorry ,my fault

it is :

代码: 全选

nohup fcitx &
use nohup,you can run an application ,even you close terminal,the application still run.

kill is kill an application,pkill is send a signal to application

-9 is tell this application stop itself
谢谢啦。
回复