Debian wheezy 问题汇总及解决

最大的社区版本,Ubuntu的发源地
回复
头像
自由建客
帖子: 13468
注册时间: 2008-07-30 23:21
系统: Debian stable AMD64

Debian wheezy 问题汇总及解决

#1

帖子 自由建客 » 2013-02-05 10:49

openbox 3.5.0-6
fcitx 一旦退出,无论是崩溃或是人工令其正常退出,当 openbox --exit 时必死。
fcitx 莫名其妙崩溃,竟然也是 openbox 惹的祸。
[xml]
<applications>
<application class="Xmessage">
<desktop>all</desktop>
<layer>above</layer>
</application>
<application class="Xpad">
<layer>above</layer>
</application>
</applications>
[/xml]
无用,窗口不能置顶。
解决方法:退回 squeeze 的 3.4.11,所有问题解决。副作用,obconf 段错误,尽管 obconf 也已配套降级。

iceweasel
高 CPU 使用率。只要页面未载入完成,即图标为那个圈圈动画时,就会足足消耗一整个核。
解决方法:换 Mozilla 官方的通用版本。注意,版本 17 卡,18 卡且字体效果差,只能用版本 10。

fcitx
有僵尸进程,其父进程表面上看是 ck-launch-session。原因是 im-switch 用 "fcitx &" 启动,实际应该只用 "fcitx"。
解决方法:
[bash]vi /etc/X11/xinit/xinput.d/fcitx #{ 增
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=1
#}[/bash]

lxpanel
鼠标在面板最下方时,点击无用,不能切换窗口。原因是那现已经属按钮之外,不像以往仍是按钮之上。
解决方法:放矮面板,高度于图标大小一样,都用 24。

pulseaudio
音量控制问题,联动,照如下修改无用:
[bash]
vi /usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf #{
[Element Master]
switch = mute
volume = ignore
#}
[/bash]

解决方法:不用它,直接用 alsa。

不能挂载移动设备
解决方法:
[bash]
vi /etc/polkit-1/localauthority/50-local.d/10-udisks.pkla #{ 覆。遵照传统,使用 plugdev 组
[udisks]
Identity=unix-group:plugdev
Action=org.freedesktop.udisks.drive-eject;org.freedesktop.udisks.filesystem-mount
ResultAny=yes
#}
[/bash]
Noturs
帖子: 89
注册时间: 2012-02-28 18:55
系统: FreeBSD-9.1; Gentoo

Re: Debian wheezy 问题汇总及解决

#2

帖子 Noturs » 2013-02-05 23:56

关于音量问题,以前用Openbox时把Alsa命令在 rc.xml 里绑定了快捷键,Win 和 上下键调整音量
头像
warmsun
帖子: 910
注册时间: 2010-09-23 11:49

Re: Debian wheezy 问题汇总及解决

#3

帖子 warmsun » 2013-07-01 19:12

fcitx僵死进程现在依然有 但是你的方法不能够解决
我是小白我怕谁?
时隔多年,升级为大白,我是大白我怕谁?
ubuntu-->Debian-->Arch-->??
陈小草
帖子: 102
注册时间: 2010-06-02 19:35
来自: blog.wencan.org

Re: Debian wheezy 问题汇总及解决

#4

帖子 陈小草 » 2013-07-24 15:40

没找到需要自己解决的问题
但顶下,表示支持
b l o g
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

Re: Debian wheezy 问题汇总及解决

#6

帖子 millenniumdark » 2013-08-04 14:50

我用gnome,音量控制無問題。

/etc/fstab 裏自動給我加了一行掛載/dev/sdb到/media/usb0(因爲是用usb安裝的,它自動給我把安裝U盤掛載了),有了這行會影響ntfs格式的移動盤掛載,所以我把這行刪掉了。
slofccf
帖子: 2
注册时间: 2013-11-16 20:31

Re: Debian wheezy 问题汇总及解决

#7

帖子 slofccf » 2013-12-21 21:37

:em05
hao
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

Re: Debian wheezy 问题汇总及解决

#8

帖子 onlylove » 2013-12-21 22:53

有这些问题么……用ibus的表示不知道,另外,现在新的输入法管理程序是im-config了?
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
回复