Konsole is the terminal emulator for the K Desktop Environment.

learn more… | top users | synonyms

1
vote
1answer
25 views

How to install extra packages -want Konsole

In Ubuntu 13.04, how do i add more apps, like Konsole, and where do i get them. I bought a laptop running Ubuntu 13.04, and the usual commands don't work in Gnome-Terminal. Whould i reinstall?
0
votes
2answers
132 views

Close current tab firefox using terminal

I have firefox already running on my system, and now in minimised state. What I want is to close the current tab running in firefox. How can I do this by simply using commands in terminal?
2
votes
1answer
92 views

Unicode problem in konsole

I have a problem with text encoding in konsole (I also tried xterm, things are the same) (Kubuntu 13.04, KDE). Here is the sample output: oleg@PrizoffN:~$ gg gg: ...
1
vote
1answer
109 views

Konsole like terminal for Gnome

I would like to switch from Kubuntu to Ubuntu but so far I couldn't find a terminal emulator for Gnome which had history support like Konsole does. In Konsole you can set the history to be unlimited ...
2
votes
1answer
140 views

Terminal tab autocompletion like in Mac OS

I could not find a screenshot, but i've seen a colleague of mine doing this: he has a terminal open in his MacBook Air, starts typing a file name, presses Tab and is given a list of suggestions, like ...
0
votes
2answers
182 views

Konsole won't work!

I've installed Ubuntu 12.10 wubi, and Konsole using sudo apt-get install konsole and it installed fine, but when i tried to open it, it does nothing! I tried to reinstall it, multiple times, but the ...
0
votes
0answers
53 views

Konsole cursor accumulates space, makes display weird

When typing in konsole, I have the following problem. I type: 1 2 3 4 5 6 7 As I move the cursor to the right, more and more space appears accumulated in the display before the cursor. resulting the ...
0
votes
0answers
55 views

unknown text in terminal everytime & in every terminal [closed]

Using Ubuntu 12.04 . From few days on wards I am getting this message in my all three Terminals(General,Konsole,Xfce terminal) . I am even unable to understand that so posting here . Use of ...
0
votes
0answers
304 views

kubuntu 12.04 can't run kde app via konsole/terminal

this my first posting,. sorry if my English is not good. I having problem with my app KDE base, if I run dolphin in konsole will be show this error dolphin: symbol lookup error: ...
3
votes
0answers
191 views

How to change the shorcut for Paste in Yakuake? [closed]

I installed Yakuake 2.9.8 on a Unity desktop. It works quite well, except for two issues with shortcuts. I want to use Ctrl + V to paste (because Ctrl + Shift + V is already used as a global shortcut ...
0
votes
1answer
1k views

Is there a keyboard shortcut to open a new Konsole tab?

I want to open a new Konsole tab with my keyboard. Is there a shortcut for that?
1
vote
1answer
595 views

How can I get kubuntu to respect previous window sizes?

Every time I open Konsole, or any number of other programs, its y-size is 100% of my desktop, which is a pain. I have the setting "save size and position on exit" checked, and I tried unchecking it ...
1
vote
1answer
889 views

KDE 4.7.3: how to remember ssh key passphrase in konsole?

I am using latest KDE in Kubuntu 11.10, I have ssh keys added protected by a passphrase which is prompted every time I try to establish ssh connection. In Gnome it would pop up a GUI window where I ...
0
votes
1answer
1k views

Monaco font in Konsole

I can't set Monaco font in Konsole but it installed in the system. How can I set monaco as my terminal font?
0
votes
1answer
707 views

Can't select Lucida Sans Typewriter as font for Konsole

I have Lucida Sans Typewriter font installed in my KDE and I can easily use it as text font in my Eclipse. However, this font isn't shown in monospaced fonts list when I am selecting a font for ...
8
votes
4answers
1k views

How do I change the default browser that konsole opens URLs with?

I have google-chrome set as my default web browser in Ubuntu and gnome applications. However, when using konsole, all links open in konqueror, and not google-chrome! I've tried setting the default ...
0
votes
1answer
210 views

Konsole Message after upgrade: cannot find -lcr

Yesterday I upgraded successfully from kubuntu 10.10 to 11.04 but when I start 'konsole' the first thing is: /usr/bin/ld: error: cannot find -lcr /usr/bin/ld: ...
2
votes
1answer
553 views

How to make all fonts available in Konsole/Yakuake?

At the moment I only have monospaced fonts and not all of them (I have the ubuntu monospaced font and it is not listed in the dialog). Update: I forgot to mention that I use Gnome 2.
0
votes
1answer
553 views

Remove all borders and tab bars from Yakuake?

machine: kubuntu 11.04x64 w/ kde4 the top terminal is of Yakuake w/ "No Border" option already enabled the bottom is of Konsole w/ "No Border" option also enabled how do I remove all borders ...
2
votes
5answers
2k views

How to use terminal from Krusader?

When I try to run the "Start Terminal Here" command I get Error executing konsole --workdir %d! On the net I found that the reason is that I have konsole is not installed, but I don't have root ...
0
votes
1answer
391 views

How to use ~/.XCompose in Qt/KDE Apps

I installed a very nice ~/.XCompose file (which I found on github). However, KDE apps at least do not use it unless I manually select XIM input mode on all the widgets. Is there a way to specify this ...
2
votes
3answers
325 views

Terminal which remembers its state

Having used gnome-terminal I noticed that it does not remember its state, once closed. I would like a terminal which remembers its state, this includes the title of the tabs and the current directory ...
2
votes
1answer
627 views

Using Kate's terminal plugin, how can I clear the terminal's history?

I want to clear all the history that I can scroll to, so that I start with a terminal without anything in it exempt the prompt. clear only creates a clear screen, but does not delete the scroll ...