LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how can I configure the look of wine? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-configure-the-look-of-wine-347651/)

fisayo 07-28-2005 09:41 AM

how can I configure the look of wine?
 
Hi! I've suddenly had to depend on wine because of my phone's sync software. It's working great but the only problem I have is with the look. How can I change the fonts (along with size) and perhaps the colour of the windows (not compulsory though). I've spend a lot of time searching throught the forum with little success.
I've tried config file and also registry settings but I've not gotten much. Any links to where I can find help will just be ok for me. Thanks

By the way, I use MDK (Mandriva? Ughh!!) 10.1 :)

racethesun 07-30-2005 05:39 PM

try running wineconf

fisayo 08-02-2005 07:21 AM

Where do I get wineconf

racethesun 08-02-2005 05:08 PM

sorry i misspelled! winecfg not wineconfig

ironwalker 08-02-2005 05:38 PM

You have 3 options....win3.1 win95 win98 look and feel.
Its all in the config file.

fisayo 08-18-2005 07:13 AM

Thanks guys. You've been most helpful

rpz 08-18-2005 08:50 AM

Install the fonts from a Windows installation and make them accessible by wine. You need at least to have the "tahoma" font (it's probably not distributed with wine for copyright reasons, but you REALLY want it if you can get it).

Orkie 08-18-2005 09:27 AM

Work is currently underway for WINE to support Windows themes but I don't think it is working properly yet.

KimVette 08-18-2005 06:47 PM

I'd rather see apps under wine take on the Qt/KDE, gtk/Gnome, or foo look and feel - in other words, the look and feel of the environment you're running wine under.

rpz 08-18-2005 07:38 PM

I agree. That would be a good idea. I think it's doable to use e.g. GTK2 as a winxp theme emulation. But the wine guys should probably have other priorities, like making sure things WORK before they care about how they LOOK.

fisayo 08-19-2005 11:46 AM

Quote:

Originally posted by rpz
Install the fonts from a Windows installation and make them accessible by wine. You need at least to have the "tahoma" font (it's probably not distributed with wine for copyright reasons, but you REALLY want it if you can get it).
I got another work around. In the $HOME/.wine directory, I did this:

ln -s /usr/lib/X11/fonts/TTF/*ttf .

Simply put, I just created a symollic link to the ttf fonts in that directory (luxi*). Works pretty well


All times are GMT -5. The time now is 07:43 AM.