I downloaded Navicat Lite for Linux here. It works so good except the ugly Windows-like theme. How can I apply my current gtk theme for it?
Note: The package I downloaded contains "wine" and "wine_old" folder and I didn’t install WINE yet.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!