Terminal emulator for the K Desktop Environment (KDE)
Questions tagged [konsole]
72 questions
37
votes
2 answers
How can I ring the audio bell within a bash script running under gnu screen?
In a konsole terminal window outside of screen running a bash shell with TERM set to konsole-256color if I type:
echo -n $'\a' or
echo -n $'\eg' or
./ringbell where contents of ./ringbell is
#!/bin/bash
echo -n $'\eg';echo -n $'\a'
They all result…
Bob
- 605
- 1
- 5
- 13
19
votes
3 answers
KDE Konsole to select text and copy to clipboard
In Ubuntu Terminal, drag and drop selection can copy the text selected into clipboard and Shift+Insert to paste. In KDE Konsole, it seems selection doesn't do copy. So either I have to use mouse middle key to copy/paste, or open context menu to…
Stan
- 7,215
- 35
- 97
- 142
15
votes
2 answers
How do I share konsole profiles with other computers?
I work on several computers and have set them up similarly. Today I created a new Konsole profile on one computer and want to use the new profile on other computers without manually recreating the profile. (All these computers are running Fedora 24…
David Levner
- 253
- 2
- 7
12
votes
2 answers
VIM: How to configure Solarized colorscheme in Konsole
I am trying to configure Solarized for use in VIM in Konsole (KDE terminal). This is the result that I get:
Note that Solarized looks fine in GVIM on the same machine:
I suspect that it is Konsole's profile (colorscheme) that is the problem, but I…
dotancohen
- 11,278
- 19
- 67
- 96
11
votes
1 answer
What triggers notifications of the form "Bell in session Shell" in KDE?
I'm running KDE on Debian Testing.
From time to time, programs running in a terminal (Konsole) trigger system notifications of the form "Bell in session Shell".
What triggers these notifications?
Note: I'm not asking how to disable them - I know…
HighCommander4
- 731
- 2
- 7
- 13
11
votes
1 answer
How can I clear the scrollback buffer in konsole from bash?
I'm a heavy bash user and konsole is my preferred environment. I know I can use the keyboard command ctrl+shift+x to clear the scrollback buffer, but there's certain points in my scripts where I would like that to occur. How can I clear konsole's…
Joshua K
- 843
- 8
- 21
10
votes
5 answers
Will any (recent) Linux terminal emulator allow me to save my session (tabs, history, etc)?
Over time, I become invested in my terminal sessions: tabs, command history, window layout and title, etc. Eventually, a reboot requires me to start all over again which wastes my time.
The two terminal emulators with which I'm familiar had at…
srking
- 201
- 2
- 4
9
votes
1 answer
Konsole page up/down keyboard shortcut
In CentOS 4.6, Shift+PgUp browses half-page up and Shift+ mouse wheel up is one-page up. Is there a keyboard shortcut to do a one-page up? How would I set Shift+PgUp to browse one-page up?
Stan
- 7,215
- 35
- 97
- 142
6
votes
2 answers
Open new konsole from script, executing command and becoming interactive on conclusion
I want to be able to get a script (ran at startup) to open up a konsole terminal.
When it opens it is to do some persistent things (like change directory and source bashrc) and run a long running program.
If the program crashes or I come in and…
Hashbrown
- 2,782
- 4
- 32
- 47
6
votes
2 answers
Change terminal colors when connecting to remote server, Linux
I have a habit of changing the terminal background to another color scheme when connected to a remote server. This prevents lots of theoretical, unfortunate mishaps.
Is there a way to change the desktop background automatically, preferably to a…
Adam Matan
- 8,090
- 17
- 59
- 84
5
votes
0 answers
Stopping ligatures in konsole
After upgrading to Fedora 29 konsole has started to use ligatures for my monowidth fonts (currently Inconsolata), which is beyond terrible for example when it decides to combine "fi". I have futzed with fontconfig tweaks like the following, to no…
Christian
- 161
- 4
4
votes
3 answers
How to fine-tune TTF rendering in xterm?
I've been trying for the past couple of days to get xterm to display the same font that I have gotten used to in konsole for the last few years – it works for me quite well even with relatively small face size. xterm seems to render the font in a…
koniiiik
- 845
- 9
- 11
4
votes
1 answer
KDE - Open a window in the center of the screen
Is it possible to open a window in KDE using a command line (similar to the example below) in the center of the screen? If yes, is it possible set this independently of the screen size?
Example:
konsole --hide-tabbar --hide-menubar -p…
Eduardo Lucio
- 1,194
- 2
- 24
- 48
4
votes
1 answer
Font-spacing problems in Konsole terminal
Recently the font-spacing in my terminal changed. Some letters are overlapped by others and the entire line shifts and wiggles, when I move the cursor around. I posted an image below. Have a look at line 20 for example. As I move the cursor from the…
Ben
- 240
- 2
- 13
3
votes
0 answers
Vim / NeoVim: Map to and to
I'd like to use enter to escape insert mode, and use Shift+Enter to insert a new line instead.
The problem is my terminal emulator (Konsole running under Lubuntu) doesn't capture Shift+Enter (nor Ctrl-Enter). Any idea how I might overcome this. Am…
drzel
- 31
- 2