linux下qq理由もなく退出する問題


最近ubuntuの下のプラットフォームに変えて、QQの公式のバージョンを使って、結果はいつも理由もなく退出します.特に話が速くなったり、スクリーンショットをしたりします.
 
後でネットでこの言葉を見つけて、次の操作に従えばいいです.
 
sudo emacs/usr/bin/qq
 
次の言葉を追加します.
 
export GDK_NATIVE_WINDOWS=true



#!/bin/sh export GDK_NATIVE_WINDOWS=true cd /usr/share/tencent/qq/ ./qq






GDK has been rewritten to use ‘client-side windows’. This means that GDK maintains its own window hierarchy and only uses X windows where it is necessary or explicitly requested. Some of the benefits of this change are * Reduced flicker * The ability to do transformed and animated rendering of widgets * Easier embedding of GTK+ widgets, e.g. into Clutter scene graphs Launching an app with GDK_NATIVE_WINDOWS=1 application turns off this feature. This is needed if the application manipulates the windows it creates using direct X API calls or a mixture of X API and GDK instead of just going through GDK. When using “client-side windows” all window manipulation by an application must go through GDK. Adobe needs to update Acroread to be compatible with this feature.