Written by dotancohen the 11 Oct 08 at 17:02.
Related project: Kubuntu.
Status: New
Rationale
While in general I do not mind using GTK application in Kubuntu, the one thing that makes using them difficult is the completely foreign GTK File Chooser. The KDE File Chooser be used instead. There are published workarounds for implementing this for most applications (Firefox and Open Office, for example) however they are beyond the scope of the naive just-use-it computer user.
To clarify: the File Chooser is the Open/Save dialog.
KGTK (linked to by dotancohen) is very good and I highly recommend it. As an added bonus, its not only for GTK/GNOME apps, but for plain QT apps as well (like Scribus).
My suggestion for how this could be packaged: the kgtk package is a separate package that only provides the necessary libraries. To provide KDE menus in, say, Firefox, it would be necessary to install the kgtk-firefox package, which simply replaces the firefox.desktop file with one that replaces the line
Exec=firefox %u
with
Exec=kgtk2-wrapper firefox %u
It's simple and takes only five minutes to whip up a package; I should know, I've created kgtk-firefox, kgtk-thunderbird, and kgtk-scribus packages. Still need to create a kgtk-gimp package, but that's not hard.