6
0
Fork 0
kgtk-qt3 – TDE dialogs in GTK 2.x applications
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Datei suchen
Michele Calgaro 91a3f7d416
Use centralized cmake version
vor 2 Tagen
common Fixed kde- --> tde- tmp folder. vor 4 Jahren
gtk2 Add gtk2 link directories vor 1 Jahr
kdialogd3 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 2 Monaten
tqt Replaced various '#define' with actual strings - part 4 vor 4 Monaten
translations/messages Translated using Weblate (Russian) vor 3 Monaten
AUTHORS Initial CMake conversion attempt vor 12 Jahren
CMakeL10n.txt Use centralized cmake version vor 2 Tagen
CMakeLists.txt Use centralized cmake version vor 2 Tagen
COPYING * Added kgtk-qt3 vor 14 Jahren
ChangeLog Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 vor 11 Jahren
ConfigureChecks.cmake Fixed support for building with glibc >= 2.34. vor 2 Jahren
INSTALL Drop automake build support. vor 1 Jahr
README.md Drop automake build support. vor 1 Jahr
config.h.cmake Fixed support for building with glibc >= 2.34. vor 2 Jahren
kdialogd-wrapper * Added kgtk-qt3 vor 14 Jahren
kgtk-wrapper qt -> tqt conversion: vor 6 Jahren
mangled.sh * Added kgtk-qt3 vor 14 Jahren

README.md

ktgk-qt3 - allows to use TDE dialogs in Gtk apps

This is an LD_PRELOAD hack that allows most GTK applications to use Trinity's file dialogs when run under TDE.

It overrides the gtk file chooser functions to communicate with this TDE module/application.

kgtk-qt3 is composed of the following pieces:

  1. An application called kdialogd.
  2. LD_PRELOAD libraries that are used to override the Gtk2 and TQt3 file dialogs.

Start an application using the following command to use the functionality:

kgtk-wrapper <application>

kgtk-wrapper determines whether it is a Gtk2 or TQt3 application and then sets the LD_PRELOAD environment variable to point to the approriate kgtk library. When the application tries to open a file dialog, the kgtk library intercepts this and asks kdialogd to open a file dialog instead. There will only ever be one instance of kdialogd, and all apps communicate with the same instance - and it terminates itself 30 seconds after the last Gtk/TQt app has disconnected. This timeout can be changed by editing kdialogdrc and setting/changing

[General]
Timeout=10

.

Contributing

If you wish to contribute to kgtk-qt3, you might do so:

Translations status

messages

Translations status