konsole Questions
6
Solved
I know how to start a Konsole with one executable running in it, and leave the Konsole open after the program ends. I can do this using a .desktop file and change some options in it.
But I would l...
Elenaelenchus asked 25/9, 2015 at 9:40
8
How can I change the konsole tab title? By default, it's set to %u : %n, so it always changes automatically.
I can set it with:
qdbus org.kde.konsole $KONSOLE_DBUS_SESSION setTitle 1 "My Title"
...
Deanndeanna asked 11/11, 2013 at 2:6
3
I am in the middle of customizing my ZSH prompt but am seemingly unable to use escape sequences to tell Konsole to use bold text or a specific RGB color.
I know about the built in formatting option...
6
The KDE 5 terminal emulator Konsole has a great feature Split View that allows me to make full use of my big monitor. However, I cannot find a way to use keyboard shortcuts, rather than clicking mo...
Dahl asked 1/11, 2018 at 13:7
5
Solved
I discovered tmux possibility recently and I'm using it inside yakuake/konsole (quake-like terminal). However, I have to launch tmux manually every time I start my laptop or restart yakuake.
How t...
12
Solved
Using the clear command on the terminal only fools the user into thinking the screen has been cleared...you can still see output from the previous commands when you scroll using the mouse. Th...
Philbo asked 20/3, 2011 at 6:10
5
Solved
I am looking for a good way to have 24 bit color in emacs when using a graphical terminal emulator.
Konsole, for example, does support escape codes for true color, as documented here: https://gith...
1
Solved
Whenever I use printf in the shell whether it is within awk, a standalone application, or in C/C++ it prints a "%" after everything. For instance, when I type printf "hi" I get this as an output hi...
Wichita asked 9/6, 2020 at 19:55
4
Solved
When you use git it seems to magically know whether standard out is going through a pipe or into a file vs when it is being displayed to the console. For example, if you have colors enabled and you...
Pentastich asked 26/1, 2010 at 21:31
2
Solved
How can I change the Konsole title in Python?
I found this code:
>>> import sys
>>> sys.stdout.write("\x1b]2;test\x07")
But it only works with Gnome terminal, not Konsole (on K...
Jehoash asked 6/6, 2012 at 18:7
2
Solved
I'm trying to, from a command line, open an instance of konsole and run a python script. I'm trying:
konsole -hold -e 'python -i hello.py'
The behaviour I'm getting is that a persistent konsole ...
1
Solved
I use dcop to rename a Konsole session, such as
dcop $KONSOLE_DCOP_SESSION renameSession "whatever"
However, when I ssh to a server and from there, I issue this command, it does not work and gi...
Millda asked 8/1, 2012 at 22:57
2
Solved
I'm running emacs-nox 23.3 in Konsole (from kde) emulator, the most color themes have strange colors.
For example, i like the Solarized Theme. I expect the theme should look like this:
(source: et...
2
Solved
Using emacs -nw file1 file2 I can open multiple files at once. However, emacs will open them in horizontal splits. Is there a way to set default split behavior to vertical? I have looked at:
Toggl...
2
Solved
Through the clever use of some escape characters, I used to put the output of arbitrary commands (e.g. "dirs") into my xterm title bar. Can I do the same thing in konsole? If so, how?
Inaptitude asked 21/3, 2011 at 2:30
1
© 2022 - 2024 — McMap. All rights reserved.