I have turned off the menu in LXTerminal to save screen space. How do I bring it back?
I have tried hitting Alt, Alt+E and such, but the menu does not show up.
I have turned off the menu in LXTerminal to save screen space. How do I bring it back?
I have tried hitting Alt, Alt+E and such, but the menu does not show up.
first say hello, I'm new to the site. I just installed Ubuntu 16.04.4 LTS on my computer and I still have to familiarize myself with the OS. One of the things I can not change is the appearance of LXTerminal, which comes from black background and white letters. I just wanted to change, for example, the color of the place where I am. Example: user @ user: ~ / Documents $ As I say, everything is blank. Only the directories that are blue change. I have seen several articles, but in none I find the editing tools that this console has. It shows me: Edit> Preferences> And there are only four tabs to choose from: Style, Show, Advanced, Shortcuts I can not find a way to give it a little appearance, I have seen that with commands it is also possible, but with what I saw so far I am not capable. If you can give me some idea or where to look for information. Thank you
Using Lubuntu 16.04 LTS. The terminal program is lxterminal. In Ubuntu with gnome-terminal I can specify size and location like:
gnome-terminal --geometry=80x30+100+100
However in Lubuntu running
lxterminal --geometry=80x30+100+100
Does not position the terminal where expected. Furthermore, repeated calls to the above command result in the window being positioned in different places. The lxterminal man page does not actually show position arguments
How do I specify a window position with lxterminal?
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 !:
.
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 - gnome - desktop - applications - terminal
and changed gnome-terminal
to lxterminal
and removed the -x
in the exec arg
part.
The only problem though, is that by default, lxterminal
doesn't look like gnome-terminal
. What are gnome-terminal
's default layout settings? I'm especially looking for the hexadecimal colour codes for both text and background.