Here's one tip -
if you set LD_LIBRARY_PATH and also perhaps PATH, then you can use the gtk2.scm as the toolkit in many cases.
$ LD_LIBRARY_PATH=/apps/gtk2/lib /path/to/executableapp
That can be exported as the main app, like a browser, is being launched if I am correct.