LXTerminal is the LXDE version of the terminal emulator.
Questions tagged [lxterminal]
59 questions
9
votes
4 answers
The command could not be located because '/sbin' is not included in the PATH environment variable
I have a severe problem today: when I type ifconfig it does not show ip configuration on ubuntu 12.04. Can anyone help me on this?
Here is the result of ifconfig:
Command 'ifconfig' is available in '/sbin/ifconfig'
The command could not be located…
Farooq
- 267
9
votes
2 answers
How to change the default terminal in dolphin?
OS: Lubuntu 18.04 x64
I installed Dolphin file explorer and it works just fine. Only the terminal wouldn't open!
When I try: Tools -> Open terminal, nothing happens!
Also when I try to activate the terminal panel, the terminal wouldn't work.
I think…
Ebram Shehata
- 349
7
votes
3 answers
LXTerminal and XTerm Resize Command
I want to execute a command in a bash script that will resize the terminal window. In xterm
xterm -geometry=30x30
will create a new xterm window, and
lxterminal --geometry=30x30
will create a new lxterminal window.
Is there a way to resize either…
Blue Ice
- 381
7
votes
1 answer
Conflict between variable substitution and CJK characters in BASH
I encountered a problem with variable substitution in the BASH shell.
Say you define a variable a. Then the command
$> echo ${a//[0-4]/}
prints its value with all the numbers ranged between 0 and 4 removed:
$> a="Hello1265-3World"
$>…
AndreasT
- 361
5
votes
3 answers
How To make LXTerminal of lubuntu 16.04 transparent?
I want to know How To make LXTerminal of lubuntu 16.04 transparent ?
YaSh Chaudhary
- 153
5
votes
5 answers
Blocking Start of Terminal
If you type this simple test command:
gnome-terminal -x bash -c "ls;sleep 3"
You will find that it returns immediately (the newly created terminal, of course, lingers for three seconds). This is in contrast to, say, rxvt (same command but with…
geometrian
- 225
5
votes
1 answer
Why am I seeing only 8 colors in terminal (Xterm)?
I'm running Xubuntu 13.04 and I want to use Vim as my default editor for everything. I have downloaded many vim color schemas and tried them out, but all of them don't look like the official screenshot.
For example, vim's own color schema - desert…
Martin Jansen
- 113
- 1
- 2
- 5
4
votes
3 answers
How to keep Lxterminal open after running .desktop shortcut
I made a .desktop file to compile and execute a c++ file but the terminal (lxterminal - lubuntu) is not holding after running the file.
Although I did mark "Keep terminal window open after command execution." on the .desktop file properties !
I am…
Ebram Shehata
- 349
4
votes
1 answer
is there a way to customize keyboard shortcuts in LxTerminal?
Is there a way to change or add keyboard shortcuts within the LxTerminal application? My specific desire is to change the bindings for previous and next tab so they match the shortcuts in my other environment, but I'm interested more generally if…
ljwobker
- 204
4
votes
2 answers
How I can set-up LXTerminal in Lubuntu to start maximized?
When I push CTRL + ALT + T I want see my default LXTerminal in Lubuntu 13.04 in full size (not like F11). I know that I can push CTRL + ALT + F1 and get tty-terminal - it good for some situations, but sometimes I need, for example, copy text from/to…
Vitaly Zdanevich
- 1,137
4
votes
1 answer
How do I add parameters to programs launched from Lubuntu's Application Launch Bar?
I've just started trying out Lubuntu 12.04. I know I can edit ~/.config/openbox/lubuntu-rc.xml to assign keyboard shortcuts to open programs with certain parameters. For example, I can specify that Ctrl+Alt+T opens lxterminal with a certain size…
user25656
4
votes
1 answer
What are the default layout settings in gnome-terminal?
I want to replace gnome-terminal fully by lxterminal. I've started by changing the default terminal emulator. So I ran sudo update-alternatives --config x-terminal-emulator, and chose lxterminal. After that, I ran dconf-editor and went to org -…
Exeleration-G
- 7,735
4
votes
0 answers
How can I make the LXTerminal accept the arrow key for history search?
In the bash, one can enable a "search-as-you-type-like" behaviour by changing eg. the .inputrc :
1 ## arrow up
2 "\e[A":history-search-backward
3 ## arrow down
4 #"\e[B":history-search-forward
Is there anything similar in the LXTerminal,…
cosmo
- 49
3
votes
1 answer
'Run command as login shell' in LXTerminal
So I'm trying to get RVM setup on Lubuntu using instructions here. They say to change my shell settings, but the UI of Lubuntu / LXTerminal doesn't have that option (as far as I could see). If I try to go without it, I get errors later on, saying…
Roman Davis
- 33
- 1
- 4
3
votes
1 answer
How do I show the pwd at the top of a terminal?
How do I display my present working directory (PWD) at the top of a terminal? I do not want the PWD in the body of the terminal. Presently my PS1 is !:.