
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This engine is for use by GTK applications running in KDE. It applies all Qt settings to the GTK application and uses Qt style plugins directly.
Please see http://gtk-qt.ecs.soton.ac.uk for more information and SVN instructions.
12 years ago
Changes in 1.0:
New features and general improvements:
Ported the theme engine to Qt4. Qt3 styles are no longer supported in this version - this is only for users who have upgraded to KDE4 or who want to use Oxygen in their GTK applications.
i18n:
Updated .pot file
Czech translation by David Watzke
Italian translation by Davide Madrisan
(For older changelogs, see http://gtk-qt.ecs.soton.ac.uk/downloads.php)
12 years ago
Changes in 1.0:
New features and general improvements:
Ported the theme engine to Qt4. Qt3 styles are no longer supported in this version - this is only for users who have upgraded to KDE4 or who want to use Oxygen in their GTK applications.
i18n:
Updated .pot file
Czech translation by David Watzke
Italian translation by Davide Madrisan
(For older changelogs, see http://gtk-qt.ecs.soton.ac.uk/downloads.php)
ntesa
16 years ago
Report
yagami
16 years ago
i am using baghira brused qt style , and when i try to use gaim , it looks very bad ( on chat windows ) with some weird graphics.
could you try to fix it ?
Report
netfranz
16 years ago
Report
tightcode
16 years ago
http://guru.unixtech.be/rpm/packages/Themes/GTK2/gtk-qt-engine
Cheers,
TightCode
Report
karnivore
16 years ago
Quick guide to compile from cvs:
cvs -d :pserver:anoncvs@freedesktop.org:/cvs/gtk-qt login
CVS password:
cvs -d :pserver:anoncvs@freedesktop.org:/cvs/gtk-qt co gtk-qt-engine
make -f admin/Makefile.common
./configure
make
make install
Report
Neutron
16 years ago
Really annoying :( I would really appreciate it to make my gnome apps more kde friendly, but then it should also be more newbiefriendly...
Report
jeep
16 years ago
Report
Neutron
16 years ago
Also, does anyone know how to disable magicdev, or is that only for gnome-users? (you guessed it right, I'm a bit of a newbie ;)
Furtermore, is it maybe possible to create a mandrake 10.0 RPM as I've little experience in building from source? I would be very greatful.
Kudos to the developer!
Report
ntesa
16 years ago
http://www.kde-look.org/content/show.php?content=13545
Report
verkel
16 years ago
Report
seb
16 years ago
Mandrake 10.0 official.
Report
protoman
16 years ago
Report
ntesa
16 years ago
Report
protoman
16 years ago
Anyway, a good way to fix this is gtkqt verify if kdesktop is running and if not, use qt or default theme.
Report
djworld
16 years ago
To use supermount you need to edit /etc/fstab as root. Before doing anything, copy that file so you could restore it if something goes wrong.
Look for the line that has your CDROM/DVD drive. It should contain something like /mnt/cdrom. In the same line there should be something like "/dev/hdX", where X is 'a', 'b', 'c' or 'd'. Remember that. Remove that line and put this one:
none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,--,iocharset=iso8859-15,codepage=850,umask=0 0 0
As you can see, it says "dev=/dev/hdc". Replace that with the letter it was before. For example, if it was /dev/hdb it should be:
none /mnt/cdrom supermount dev=/dev/hdb,fs=auto,ro,--,iocharset=iso8859-15,codepage=850,umask=0 0 0
Save the file and type in as root:
umount /mnt/cdrom
mount /mnt/cdrom
If no error message appears, you're using supermount. Now you should be able to insert a CD into the drive, browse to /mnt/cdrom and all the files should be there without needing to mount anything.
If it works, you can replace the other lines for the floppy drive and your CD/DVD recorder in a similar way.
Report
Diablo82
16 years ago
Report
wwwonka
16 years ago
Thanks, and this KControl module NEEDS to start being part of distros.
Report
verkel
16 years ago
Report
verkel
16 years ago
Report
karnivore
16 years ago
Mandrake 10 Official
qt 3.3.2 (updated from cooker)
gtk 2.4.3 (updated from cooker)
0.4 seems to be crashing all gtk2 apps, 0.41 works fine for most of the apps.
However,
Azureus (a gtk2-java bittorrent client)
http://azureus.sourceforge.net/
crashes with the below error message.
: Fatal IO error 9 (Bad file descriptor) on X server :0.0.
Azureus TERMINATED.
And for Firefox 0.9 (binary gtk2+xft build from
official site), menus appear to be black (drawn incorrectly).
Programs that are tested and drawn correctly:
Gimp 2, Mandrake Drakeconf, Firefox 0.8 cooker build, xmule.
Keep up the good work ^_^
Report
Ayurvedi
16 years ago
menus are black or unreadables!
Report
davidsansome
16 years ago
I've tested it on:
Mandrake 10.0 Official
Suse 9.1
Fedora Core 2
Debian Testing
If you still experiences crashes with 0.41, please let me know, and I'll investigate further.
Thanks.
Report
jantille
16 years ago
Report
netfranz
16 years ago
Report
davidsansome
16 years ago
If it doesn't, let me know, and I'll try to fix it.
Report