RedHat 7.3, Houdini 5.5.151
First problem, making an .sh script to get Houdini to start automagically. I've written several scripts, and none of them work. What happens when I run the scripts is, I see “The Houdini environment has been initialized” in the console, but Houdini never starts. If I then type houdini in the console, I get an error, like the Houdini environment had never been initialized. As an example of one of the many scripts I've tried.
#!/bin/csh
cd /usr/hfs5.5/
source houdini_setup
cd /usr/hfs5.5/bin
houdini
I've even appended /hfs5.5/ and /hfs5.5/bin to my path, nothing works. The only way I can start Houdini is to type everything into the console. I've written several other scripts to start other programs, like one that starts my DSL connection, and then starts Netscape, and they all work fine. I can't get Houdini to work this way for the life of me.
Next, Houdini never maximizes to my full desktop. There's always 12 or so pixels on each edge of the screen that Houdini leaves exposed. It's just a little annoying. Maximizing or dragging the window does nothing. I saw the note in the install guide about the HOUDINI_OVERRIDE env variable but couldn't locate it in the other manual. I did find RE_OVERRIDE_XRES and YRES, and tried those, but they didn't work, neither did changing the 4Dwm* variables in in my .Xresources. I'm running at 1280x1024x24.
Lastly, I want to upgrade to 197, but I didn't see any info on uninstallation procedures on Linux in the guide. What's the deal? can I just install right over 151?
Thanks for your time.