Linux QQ Bug Fix

As Tecent Inc. has updated their QQ for linux. Although this project is really silly and out-of-date, we have to admit that this version of QQ is one of the stablest version in Linux.

Solution

However, there are still many silly bugs need us to fix by ourselves.

For example, when you have changed your GTK panel style, QQ would become very fragile. So we have to use some special method.

First of all, we need to create a new file:

1
sudo gedit /usr/bin/qq

And then, input the following code:

1
2
3
4
#!/bin/sh
export GDK_NATIVE_WINDOWS=true
cd /usr/share/tencent/qq/
./qq

Finally, a friendly hints here --- never click too fast, it will shut your QQ down.


Linux QQ Bug Fix
http://blog.chivier.site/2019-11-09/29f0cbba1f92/
Author
Chivier Humber
Posted on
November 9, 2019
Licensed under