Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Rich on May 28, 2026, 11:10:59 AM
-
I recently noticed something while working on a script.
(https://forum.tinycorelinux.net/index.php?action=dlattach;topic=28151.0;attach=7253)
In the image above, the title bar of the terminal says:
mc [tc@E310]:~/Scripting/T_BirdNotifications
but the desktop menu lists that windows title as:
mc [tc
As you can see, everything from the @ sign to the end of the line is missing.
This occurs with flwm_topside.
So my questions are this:
1. Has anyone else seen this on other window managers (openbox, hackedbox, jwm, etc)?
2. Is there any downside to replacing the @ sign in my command prompt?
For example, from this:
tc@E310:~$ To this:
tc(at)E310:~$ Or this:
tc.E310:~$ Or something else?