修改/usr/bin/qq,然后在第2行插入export GDK_NATIVE_WINDOWS=true

sudo nano /usr/bin/qq


#!/bin/sh
cd /usr/share/tencent/qq/
./qq


修改为:
#!/bin/sh
export GDK_NATIVE_WINDOWS=true
cd /usr/share/tencent/qq/
./qq

Related posts:

  1. ubuntu各版本更新源地址
  2. 使用firefox时自动关闭已解决发贴分享方法
  3. ubuntu改变分区权限(简单好用版)
  4. ubuntu flash内中文显示乱码的解决办法
  5. Ubuntu 如何使用指令搜尋檔案 ( find、locate、whereis、which 比較 )?

 回复

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

   
© 2011 海浪家园 Suffusion theme by Sayontan Sinha