The lxterminal tag has no wiki summary.
2
votes
1answer
619 views
Opening a terminal other than xterm, running a command on it, and not closing the terminal after it succesfully finished
I have the following script in my arch linux box:
#!/bin/bash
xterm -e "sudo pacman -Syu;bash"
This will fire up an xterm, and run the command sudo pacman -Syu on it. Because of the ;bash part, it ...
1
vote
1answer
595 views
Vim colorscheme background not filling terminal
I am using vim with lxterminal, and the colorscheme kolor, and I am experiencing an issue where vim's background color does not fill the entire terminal.
It can be seen clearly at the bottom of ...
1
vote
1answer
236 views
Why do only some terminals get a pts
When I try to use write to talk to users logged into an X session results vary depending on which terminal they are using. Gnome terminal can pick up writes, but neither lxterminal nor terminator can. ...
1
vote
1answer
354 views
How to stop appearance of ^T% in the first line when I open a new lxterminal tab with ^T in zsh?
Steps to reproduce:
Have zsh as default shell.
Open a new terminal. for example, with Ctrl+Alt+T.
Press Ctrl+Shift+T to open a new terminal tab.
^T% appears as the first line
I'm running ubuntu ...