Description of problem: When using the kgtk-wrapper to start up a gtk application, for example: `/usr/bin/kgtk-wrapper /usr/bin/firefox` I am met with: ERROR: ld.so: object '/usr/lib/kgtk/libkgtk2.so' from LD_PRELOAD cannot be preloaded: ignored. I tried to fix this by symlink: cd /usr/lib/ ln -s /usr/lib64/kgtk/ kgtk However, now I get: /usr/bin/kdialogd-wrapper: line 23: kdialogd4: command not found ERROR: Could not talk to KDialogD!!! rpm -ql shows that kdialogd3 and kdialogd4 are missing from the kgtk package. Version-Release number of selected component (if applicable): kgtk-0.9.4-4.fc11.x86_64 How reproducible: Always. Steps to Reproduce: 1. Install KDE if not already. (I did `yum groupinstall 'KDE (K Desktop Environment)'`) 2. Install kgtk (`yum install kgtk`). 3. Attempt to run a GTK application using the wrapper script. Actual results: Program starts but KDE dialogs are not used. There are errors on stderr. Expected results: Program runs using KDE dialogs. Additional info: None at this time.
Thanks for the bug report. I've just updated kgtk to 0.10.1, but the problems persists on x86_64. However, kgtk is definately being linked to 64bit libs (ldd -r ldd -r /usr/lib64/kgtk/libkgtk2.so confirms), so the "kgtk-wrapper" bash script must be doing something silly. I'll patch it, push a test update and let you know asap.
Ugh. Found it, hardcoded "/usr/lib/" path in /usr/bin/kgtk2-wrapper. Fixing...
kgtk-0.10.1-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/kgtk-0.10.1-1.fc11
kgtk-0.10.1-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/kgtk-0.10.1-1.fc10
kgtk-0.10.1-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kgtk'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-7225
kgtk-0.10.1-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
kgtk-0.10.1-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.