mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: April 15 2006,23:12 |
|
fluxter &>wm.log & wouldn't work, since fluxter is not the window manager. If you do fluxbox &>wm.log you should get a log with all stdout/stderr messages that are not already handled by other applications or redirected to /dev/null.
Tcl won't hijack your shell, as far as i can see. Even if it did somehow manage that, it would not cause aterm to crash. Have you successfully opened tclsh from the icon right-click? It's not the tkcon shell that you get from the menu or by simply clicking on the icon, but the one you get from a right-click on the icon and selecting "Standard Tcl Console". If this works, then the problem is definitely not aterm itself.
The uci packages are mounted rather than installed....you can use the uci tool to umount them. The Tcl libraries are installed into /opt/tcl_libs. You can delete that whole directory without any negative effects. This may be a biased opinion, but i really doubt installing Tcl or related packages has anything to do with your trouble. It is most likely some change you made that perhaps you thought was unrelated. It would help a lot if you could remember more specifically what you did and what changes you may have made...any changes to config files? Did you run any commands from tclsh, or from a bash shell before installing Tcl?
Did you try the other suggestions? You say you tried to start aterm from tclsh, and you got "bad option"? That sounds like you tried to start it with a commandline parameter that aterm can't understand, which would cause aterm to automatically shut down. This is the most logical cause that i can think of at the moment. But the big question is "How did this bad parameter get thrown into the mix?". Can you please try to start aterm from tclsh again, and this time take note of any specifics besides just "bad option"? It should have been followed by the actual bad parameter that was passed to aterm, and then we'd have a better idea of what to look for. My initial guess is that there is something wrong with .Xdefaults, or you made an alias to aterm with a bad parameter in it.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|