TSE: Linux: non-WSL: How to start TSE in an xterm terminal?

6 views
Skip to first unread message

knud van eeden

unread,
Oct 10, 2025, 3:20:42 PM (3 days ago) Oct 10
to SemWare TSE Pro Text Editor
Hello,

E.g.

1. Open a terminal

2. Type the command:

xterm -ge 118x29 -fa Monospace -fs 10 -e "/home/knudvaneeden/Downloads/tse/e" &

(adapt the path to e to your system)

3. That will start TSE in xterm terminal in a separate window.

with friendly greetings
Knud van Eeden



Inline image

Inline image

Claus Futtrup

unread,
Oct 11, 2025, 1:22:11 PM (2 days ago) Oct 11
to sem...@googlegroups.com
Hi Knud

You're right.

On another note, one might wish to create an alias for such a long string in the .bashrc file.

Even better, create a function, like this (added to e.g. the end of .bashrc):

tse() {
  xterm -ge 118x29 -fa Monospace -fs 10 -e "/home/knudvaneeden/Downloads/tse/e" $1 $2 &
}

Open a new terminal (for changes in the .bashrc to take effect). Note the optional $1 and $2 which allows to give command-line options to TSE.

My apologies to those readers who are savvy Linux users, for providing such simple tricks.

With kind regards,
Claus
--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/semware/564875650.1725458.1760124033338%40mail.yahoo.com.


knud van eeden

unread,
Oct 11, 2025, 1:32:30 PM (2 days ago) Oct 11
to sem...@googlegroups.com
Definitely very useful.

The hidden file (because of that dot '.' in front) has to be located in your home directory

~/.bashrc

or thus similarly e.g. here

/home/knudvaneeden/.bashhrc

You can (that is just tested here) edit that file in TSE 4.50.13 using any of the 2 notations.

Make a backup first.

with friendly greetings 
Knud van Eeden 



Sent from Yahoo Mail on Samsung Galaxy S24 Ultra / 1 terabyte / artificial intelligence

Reply all
Reply to author
Forward
0 new messages