0

Linux用のNavicatLiteをhttp://www.navicat.com/download/download.htmlからダウンロードしました。醜い窓のようなテーマを除いて、それはとてもうまく機能します。現在のgtkテーマをどのように適用できますか?

注:ダウンロードしたパッケージには「wine」フォルダーと「wine_old」フォルダーが含まれていますが、まだWINEをインストールしていません。

4

1 に答える 1

1

AFAIK you can't have WINE applications look native on linux neither with QT or GTK+ (the standard toolkits for KDE and Gnome respectively) as WINE emulates the Win32 GUI directly to the XServer libraries so there is no way that WINE can "talk" to these toolkits, however, you can kinda use the colors.

Have a look at this link, it has instructions on how to get the colors from your GTK theme to the Wine configuration, good luck!

于 2011-07-03T08:25:14.650 に答える