Diff for "QtGnome"


Differences between revisions 1 and 16 (spanning 15 versions)
Revision 1 as of 2005-09-23 23:30:56
Size: 1988
Editor: gw
Comment:
Revision 16 as of 2010-07-21 18:53:16
Size: 1684
Editor: d86-33-129-35
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Make QT application more Gnome-like <<Include(Tag/ContentCleanup)>>

Make Qt application more GNOME-like
Line 9: Line 11:
Now we install Polymer QT Theme (Looks like gnomes clearlooks):
Add
the following line to {{{/etc/apt/sources.list}}} file:
Now we install Polymer Qt Theme that looks like GNOME Clearlooks. It is in the [[Repositories/Ubuntu#AddUniverse|Universe]] repository.
Line 12: Line 13:
sarge (stable)->hoary:
Line 14: Line 14:
deb http://www.informatik.tu-cottbus.de/~mkrause/debian sarge main sudo apt-get install polymer
Line 16: Line 16:

etch (testing) / sid (unstable)->breezy:
{{{
deb http://www.informatik.tu-cottbus.de/~mkrause/debian sid main
}}}

Run the following commands:
{{{
apt-get update
apt-get install polymer
}}}
Debian packages provided and maintained by Mathias Krause.
[Polymer project page http://static.int.pl/~mig21/dev/releases/polymer/]
Line 33: Line 19:
sudo apt-get install msstcorefonts sudo apt-get install msttcorefonts
Line 36: Line 22:
If you want to use XlinSans (What I personaly prefer and also use in my gnome system): If you want to use Xlin Sans (What I personaly prefer and also use in my GNOME system):
Line 38: Line 24:
wget ftp://distro.ibiblio.org/pub/linux/distributions/altlinux/Master/2.4/ALTLinux/RPMS.main/dmtr40in-fonts-1.0-alt2.noarch.rpm wget -c ftp://ftp.chg.ru/pub/Linux/ALTLinux/Master/2.4/ALTLinux/RPMS.main/dmtr40in-fonts-1.0-alt2.noarch.rpm
Line 57: Line 43:
or chosse "XLinSans"! or choose "XLinSans"!
Line 72: Line 58:
For even more KDE tweaking you can play around with {{{kcontrol}}}.

Tag/tag.png

Content Cleanup Required
This article should be cleaned-up to follow the content standards in the Wiki Guide. More info...

Make Qt application more GNOME-like

Install needed software

First we need to install qt3-qtconfig in order to change the sytles:

sudo apt-get install qt3-qtconfig

Now we install Polymer Qt Theme that looks like GNOME Clearlooks. It is in the Universe repository.

sudo apt-get install polymer 

If you want to use a font like Trebuchet we need to install msstcorefonts:

sudo apt-get install msttcorefonts

If you want to use Xlin Sans (What I personaly prefer and also use in my GNOME system):

wget -c ftp://ftp.chg.ru/pub/Linux/ALTLinux/Master/2.4/ALTLinux/RPMS.main/dmtr40in-fonts-1.0-alt2.noarch.rpm
sudo alien -d dmtr40in-fonts-1.0-alt2.noarch.rpm
sudo dpkg -i dmtr40in-fonts_1.0-1_all.deb

if you don't have alien install it via: sudo apt-get install alien.

Configure

Let's configure it:

qtconfig

You can make for example the following changes:

-Default Font-
Family: Trebuchet MS
Style: Normal
Point Size: 10

or choose "XLinSans"!

Click on the Library Paths tab. In the input-box at the bottom enter

/usr/plugins

then click add, save it and restart and choose polymer as GUI Style and save it again.

Now we configure the polymer theme:

polymer-config

Down around the bottom you'll see KDE Style Settings, change the Transparency Engine to Software Tint and then close the application and save it.

For even more KDE tweaking you can play around with kcontrol.

Thanks: [FLeiXiuS http://ubuntuforums.org/showthread.php?t=56630&page=1&pp=10]

QtGnome (last edited 2017-09-06 19:16:44 by ckimes)