Questions tagged [konsole]

konsole is the terminal application (console) that ships with KDE (K Desktop Environment). It features tabbed terminals.

konsole is the terminal application ships with kde. It provides very useful tabbed terminals. The default key-mappings are very intuitive and lets user easily adjust to konsole.

104 questions
1
vote
0 answers

Change mousewheel scroll rate in emacs console mode

Currently, when I use the mousewheel in emacs -nw mode, it skips two lines and then jumps to put the current line in the middle of the screen when the cursor gets to the bottom of the window. What I want is for the cursor to jump one line at a…
1
vote
1 answer

Can't switch another ruby versions on RVM

I have Yakuake on Ubuntu 12.04 and I've faced this problem before, it's already solved. But now I can't switch from Ruby to JRuby on RVM. When I run rvm use jruby it throws this error: RVM is not a function, selecting rubies with 'rvm use ...' will…
ekremkaraca
  • 1,453
  • 2
  • 18
  • 37
1
vote
1 answer

Using konsole to emulate a terminal through Perl

I have an issue when using this command system("konsole --new-tab --workdir -e perlprogram.pl &"); It opens perlprogram.pl which has: system("mpg321 song.mp3"); I want to do this because mpg321 stalls the main perl script. so i thought…
simonshout
  • 95
  • 3
  • 14
1
vote
1 answer

Konsole execute a script

konsole --noclose -e --rcfile /filepathtomyscript I tried to execute the above commands because i want konsole can execute a list of commands with arguments such as lftp open... login put.... However, I keep get errors. Could you please help me?…
Huy Nguyen
  • 13
  • 4
1
vote
2 answers

Using "konsole" command to run python script

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 opens, and I am dropped into python, but the script…
abalter
  • 9,663
  • 17
  • 90
  • 145
0
votes
1 answer

Bash piping issue

I need to execute the following grep query as an argument for konsole (the kde terminal) grep -R -i -n -A 2 -B 2 --color=always -R "searchtext" * | less -R works for the current terminal. konsole --workdir `pwd` -e grep -R -i -n -A 2 -B 2…
Joel G Mathew
  • 7,561
  • 15
  • 54
  • 86
0
votes
1 answer

Konsole removing leading whitespace when copy pasting?

I don't know if I changed something, or because a newer version changed behavior, but whenever I copy something that has indentation, the resulting text in my clipboard has its indentation removed (text on ever new line starts at column 0). This is…
Blizz
  • 8,082
  • 2
  • 33
  • 53
0
votes
1 answer

How to disable `Alt sends Escape` in Konsole?

I am using copilot.lua in which and are mapped to prev and next. In Linux, M is Alt. However, when I type in insert mode, it will be mapped to Esc (in normal mode), and then ]. So it seems that Alt sends Escape in konsole. How can…
chenzhongpu
  • 6,193
  • 8
  • 41
  • 79
0
votes
1 answer

what is this? bash shows rectangular colored filled area

I just have seen that (see picture) and I'm wondering what I see there. It's a little script, showing the status of a SAP server, which is executed by "watch"-cmd in a tmux-box. When I move with the mouse over the word "GREEN", bash shows me a green…
Chris9834
  • 11
  • 4
0
votes
1 answer

Can ZSH's ZLE input into a child process?

I am trying to create a keyboard shortcut to automate upgrading my shell to a fully interactive TTY for reverse shells. Currently, I have a shortcut configured in Konsole to add this to my stdin: python3 -c "import pty;pty.spawn('/bin/bash');". I…
Max Dum
  • 181
  • 1
  • 1
  • 8
0
votes
1 answer

Python - curses.window method addstr ignores x-coordinate on some lines

I am trying to display some formatted text in python using curses. I am having a strange issue with the curses.window object, specifically with the addstr method1. I want to call this method a few times, and with each call add a string to a…
Z4-tier
  • 7,287
  • 3
  • 26
  • 42
0
votes
0 answers

How to use an external konsole in visual studio code in linux manjora

I'm new to Linux, and I recently downloaded the manjora distribution. When downloading Visual Studio code I press F5 to debug, but it does it in the integrated terminal. I would like to know how do I debug my files ( python ) in an external…
DominickLim4
  • 11
  • 1
  • 4
0
votes
1 answer

How to open a new Konsole window from CLI

Instead of running konsole &, which is slow, I'd like to open a new Konsole window using D-Bus, which is faster because it doesn't have to start a new Konsole process. However, inspecting the interface with qdbusviewer, I can't find a method call…
w00t
  • 17,944
  • 8
  • 54
  • 62
0
votes
1 answer

Kate showing no language dictionary found

I'm getting these whenever I'm accessing kate in manjaro kde, how do I solve this. I'm using konsole, zsh if it does any help.
Abhi4mu
  • 105
  • 6
0
votes
1 answer

Open another terminal to execute a command with ongoing aoutput in bash script - how continue the bash script?

I have a bash script which starts two local blockchain nodes instead of saving the output into a log file, i want to open a terminal for printing it continuously on the terminal: I tried konsole --noclose -e blockchain start but then the bash…
tbh428
  • 65
  • 1
  • 4