Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: nick65go on September 07, 2014, 11:47:23 AM
-
using original core32 ver 5.3, terminal server button in Control Panel does not work
when staring "cpanel" from aterm, then touch terminal server button, it does nothing;
but I see in aterm the errors:
aterm: bad option "Server"
aterm: bad option "Setup"
but I can directly use "sudo tc-terminal server", which starts the program.
in corepure64 5.3 or 5.4rc1 it starts OK from cpanel.
-
aterm bug it seems, when called as xterm it doesn't accept spaces in -T, even when quoted. pure64 works because it has an out-of-date cpanel that calls aterm instead of xterm.
Actual xterm is just fine with
xterm -T "space test"
-
Will take a look on aterm.
-
Checking further, it's the fault of the xterm wrapper script, not aterm.
Changing $*
to "$@"
fixes it. bmarkus, would you update the wrapper? I see it was written by you.
-
Sure, I will do.
-
The 5.x and 6.x aterm extensions still don't have this?
-
The 5.x and 6.x aterm extensions still don't have this?
Huhh... Not. Will fix today evening
-
aterm.tcz fixed, please try.
-
Confirming fixed, thanks.