Games :: MUD Client?



I am assuming that you made some kind of icon already and placed it into the /home/dsl/.xtdesktop directory.  This tinyfugue.lnk works, place it into the .xtdesktop directory as well:

Code Sample
table Icon
 Type: Program
 Caption: TinyFugue
 Command: rxvt -rv -T "TinyFugue" -e /opt/tinyfugue/games/tf -L/opt/tinyfugue/share/games/tf
 Icon: .xtdesktop/tinyfugue.gif
 X: 300
 Y: 300
end


you probably missed the rxvt, which is what brings up a window for the program to run in.  You also need to hide icons and show icons under the desktop menu to see the changes you made.  You can add your setup files and connections to this line as well, and make separate icons and lnks for all of your favorite MUDs.

Sweet, this did the trick. Thanks Clacker!

original here.