The konsole tag has no wiki summary.
2
votes
1answer
94 views
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 ...
0
votes
2answers
43 views
Passing optional extra environment settings to the shell at Konsole launch time
I have a bunch of different "hats" on my computer, including multiple on-the-go projects (e.g., $work, a few projects on github, some on Sourceforge, some I'm involved with, some I just follow, etc.). ...
0
votes
1answer
178 views
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 ...
0
votes
0answers
36 views
Konsole page up/down keyboard shortcut
OS: CentOS 4.6
Using Shift+PgUp is to browse half-page up. Shift+mouse wheel up is one page up. Is there a keyboard shortcut to do a one-page up? Or how to configure Shift+PgUp to browse one-page up?
...
0
votes
0answers
175 views
How can I get the gnome-terminal Tango theme to work with Konsole and Vim?
I have become very used to the tango gnome-terminal theme for my Vim syntax highlighting with the default vim theme.
Unfortunately I am unable to emulate this using Konsole, I have tried creating my ...
1
vote
2answers
139 views
Konsole font truncation - only with consolas
When I use Consolas (of any size) as my terminal font, any pixels which hang below the line (such as the tail of a y) get truncated. Look at the second line in the screenshot below. Notice that the ...
1
vote
1answer
43 views
How can I achieve the opposite of kde-open?
Is there any way to achieve the opposite of what kde-open does in KDE? I mean, I want to be able to open files using emacs inside the terminal, instead of using the X version of emacs. I already run ...
0
votes
4answers
292 views
Is there a Konsole equivalent for gnome?
I'm looking for a Konsole equivalent for Gnome. I searched Google but was surprised how little I found.
I don't want a Quake-style dropdown console. I like tabs and the ability to send a command to ...
1
vote
1answer
270 views
determining the desktop or window ID of a given terminal emulator window from a PID
I want to know which desktop a given process is running in. I can get this from the window ID using wmctrl. I can also find out which terminal emulator process a given process is running in by ...
1
vote
2answers
579 views
Using konsole (kde) color schemes in gnome terminal?
Is there a way to colorize the Gnome terminal in the way the konsole from KDE uses colors? I'd at least like to change the color for user@name:~$, because sometimes it gets pretty hard to read when ...
0
votes
1answer
394 views
How to configure KDE Konsole to open new shells on a different machine?
How to configure the KDE Konsole that when I press on a "new tab" button, the new shell would open on another machine (thorugh ssh), and not on the current one?
1
vote
1answer
387 views
GNU/Linux: Open programm in Konsole / Term
How can you run an application directly inside a Konsole (KDE) or Terminal (GNOME)?
I'm particularly interested in having a shortcut to Emacs:
emacs -nw
Being in KDE, that would open a Konsole and ...
2
votes
3answers
141 views
most reliable linux terminal app / general procedures for process stability
I've been using konsole (KDE 4.2) for a while now but it crashed recently. Konsole is efficiently designed to use one instance for all of the windows for your entire X session. Extra-unfortunately, ...
0
votes
2answers
491 views
change konsole-profile according to application in KDE
Using the Konsole terminal-emulator with KDE on Kubuntu 9.10 , I would like to have a different konsole profile (colors, icons) whenever I ssh into a server, so I can easily spot in which konsole tab ...
1
vote
4answers
846 views
Broken fonts in Konsole KDE 4.3.4
I have a strange situation - after some upgrades a couple of days ago fonts in KDE Konsole broke. To make it more specific - standard fonts look more or less OK, but when I use my national characters ...
2
votes
1answer
1k views
konsole color schemes
I've noticed that KDE's konsole terminal program uses different colors depending on what is in the file system, such as a directory, a compressed file, a socket, a shared directory, et cetera.
I ...
1
vote
1answer
1k views
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 ...
1
vote
2answers
706 views
How do I get Konsole to show the correct information on the tab when using autossh
I'm a heavy konsole user, and having recently discovered autossh, I'm quite happy adding new tabs using
konsole --new-tab -e autossh user@hostname
Unfortunately, Konsole's tab text is not following ...
3
votes
2answers
671 views
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 ...