Anyway, moving on....I looked up this page and this page for ideas. Neither one did exactly what i wanted and I didn't want to use another program to set the terminal size.
So I did this instead, opened a terminal and typed:
- Code: Select all
sudo su
cd /usr/bin
mv lxterminal lxterminal.sh
mcedit lxterminal
In the file I put the following:
- Code: Select all
#!/bin/sh
lxterminal.sh --geometry=100x30
Next I chmod +x lxterminal and I was done.
Now I have all my lxterminal set to that size consistently. no muss, no fuss.
Hope this helps someone.

