Vunutus
March 9th, 2009, 04:42 AM
I'm trying to set up a custom launcher for use with TinTin++ (MUD client for those who are unfamiliar). I want the launcher to start gnome-terminal, hide the menubar, set the terminal profile (to make the colors suitable for MUDs), and of course launch tt++.
The command section of my launcher looks like this:
gnome-terminal --hide-menubar --window-with-profile=tintin --command=tt++
The first two options work correctly, but it fails to launch tt++. When the window comes up, it just hangs there with a blinking cursor and no shell prompt.
What am I doing wrong?
---EDIT---
I did some poking around and I think I found the problem, although I don't know the solution. Whenever I bring up the tintin launcher and let it hang there, if I open up another terminal and run "ps aux | grep tt++" it shows tt++ as running, yet I cannot interact with it. This means that it is indeed being launched but apparently the terminal is not getting control over it. Does anyone know why?
The command section of my launcher looks like this:
gnome-terminal --hide-menubar --window-with-profile=tintin --command=tt++
The first two options work correctly, but it fails to launch tt++. When the window comes up, it just hangs there with a blinking cursor and no shell prompt.
What am I doing wrong?
---EDIT---
I did some poking around and I think I found the problem, although I don't know the solution. Whenever I bring up the tintin launcher and let it hang there, if I open up another terminal and run "ps aux | grep tt++" it shows tt++ as running, yet I cannot interact with it. This means that it is indeed being launched but apparently the terminal is not getting control over it. Does anyone know why?