Posts Tagged ‘flash’

ubuntu9.10 flash 出现方块字的解决方法

Posted by 机器人 on 4th 十一月 2009 in linux/server

环境 ubuntu9.10

sudo vim /etc/fonts/conf.d/49-sansserif.conf


< string >sans-serif< /string >
换成 Read the rest of this entry »

firefox中flash没有声音的解决方案

Posted by 机器人 on 10th 十一月 2008 in linux/server

方法如下:

hqlong@hqlong:~$ sudo ln -s /usr/lib/libbesd.so.0 /usr/lib/libesd.so.1
[sudo] password for hqlong:
hqlong@hqlong:~$ sudo mkdir -p /tmp/.esd
hqlong@hqlong:~$ sudo touch /tmp/.esd/socket

然后重启firefox
或者写成一个脚本,然后让系统启动时,自动运行
Read the rest of this entry »