[quoted lines by Nath.ml on 2003/09/04 at 21:19 +0200] >Supposing you have the gtk cursed libraries in /usr/local/lib, here what is >indicated in the README : > >USAGE: LD_PRELOAD=/usr/local/lib/libgdk-cursed-2.0.so:/usr/local/lib/libgtk-cursed-2.0.so my_favourite_application_using_gtk2 Note that this assumes that you have the development package installed. If you only install the run-time package, then the .so symlinks won't be there. In that case, specify the shared object versions explicitly by replacing ".so" with ".so.0" for all libraries in the path. LD_PRELOAD=/path/to/libgdk-cursed-2.0.so.0:/path/to/libgtk-cursed-2.0.so.0 command arg ... Better yet, export it permanently (perhaps from your login profile) and then just run commands without without that ugly prefix. export LD_PRELOAD=/path/to/libgdk-cursed-2.0.so.0:/path/to/libgtk-cursed-2.0.so.0 command1 arg ... command2 arg ... -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@xxxxxxxxx | Canada K2A 1H7 | if you're concerned about Hell. http://familyradio.com/ | http://mielke.cc/bible/ _______________________________________________ Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list