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
0
votes
1 answer

How to really see the contents of the different perl scripts linking to one file?

I wanted to view the contents of a perl script in our environment which is called dfv_run.pl and specifically check line 245. Line 245 from that script printed the message "Finished checking test result" in my simulation log file. After executing %…
renvill
  • 143
  • 1
  • 10
0
votes
0 answers

How do I execute all the commands in a bash script?

I want to open a console (Konsole) to (1) request the user enters a filename, (2) create a file with basic content and (3) open the file in a text editor (Kwrite). If I run the below in file.sh, using "Run in Konsole", it prompts for input, prints…
Mark Lee
  • 163
  • 11
0
votes
1 answer

Creating konsole instance with subprocess does not release process

I am attempting to open a terminal instance using subprocess, but I can't find how to add the & parameter for the bash command In bash, the following command works as required konsole --workdir /home/jeff/projects & but when I run the following…
Psionman
  • 3,084
  • 1
  • 32
  • 65
0
votes
1 answer

pageup and pagedown does not work in vim using konsole

I have just recently moved to SLES12 from SLES11 Using vim in SLES11 pageup and page down worked perfectly while SLES12 it is not. (in gvim - it does work) I am trying several solutions written in others threads like without success :( map…
0
votes
2 answers

vim: termguicolors with xterm-true-color still causing problems

I have seen a multitiude of posts where not enabling 'tgc' with : if exists('+termguicolors') let &t_8f = "\[38:2:%lu:%lu:%lum" let &t_8b = "\[48:2:%lu:%lu:%lum" " let &t_8f = "\[38:2;%lu;%lu;%lum" ( I have tried both ':'…
0
votes
1 answer

Jumping multiple lines at once causes weird behaviour on screen

In Vim, when trying to jump multiple lines at once (for example with G or gg) The on screen text does not get drawn correctly if I am jumping beyond what I can currently see on the screen. The text from the old cursor position fills up the…
Parth K
  • 587
  • 5
  • 18
0
votes
0 answers

How can I invert AND reinvert (flash) another process's X11 window?

I need to implement a visual bell for Konsole, because it doesn't honour the accessibility settings on my Ubuntu/KDE set-up. I've cobbled together a utility to invert the currently focused X11 window, and have it triggered by Konsole, but I can't…
Tim Baverstock
  • 415
  • 4
  • 11
0
votes
1 answer

Re-run bash script in terminal when started without terminal

I want a script to check if it has been started from within a terminal window. If it was started without window, it shall re-run itself in a visible terminal window. If found this script line: tty -s; if [ $? -ne 0 ]; then konsole -e "$0"; exit;…
Silicomancer
  • 8,604
  • 10
  • 63
  • 130
0
votes
1 answer

Fix backspace in vim + tmux + tcsh + konsole

My shell is tcsh. I'm using vim in tmux with konsole. When I type backspace in insert mode it inserts ^?. This only happens in tmux. In konsole settings the backspace input is set to \b. I try changing it to \x8 and there is no change. fixdel…
cMonster
  • 17
  • 1
  • 6
0
votes
1 answer

How to go home directory for all Konsole tabs open from bash script?

How to run a script with the ability to set all open terminal instances at home directory, using Debian 9.
Carlos
  • 131
  • 3
  • 13
0
votes
1 answer

Can properties like color and font be set on konsole command line?

Hi: I am exploring the possibility of using konsole instead of xterm to run a terminal session, mainly because I believe it might give me a broader set of color options. But I don't know if it's possible to set things like colors and font on the…
daveg
  • 1,051
  • 11
  • 24
0
votes
0 answers

How to fix input formatting in Konsole?

Since update to Ubuntu 15.04 and new versions of fish and Konsole text i write to the terminal is being formated differently than before. I don't have a problem with text being bold but some of it's last letters are being cut off depending on length…
wirher
  • 916
  • 1
  • 8
  • 26
0
votes
1 answer

Awk colors don't show up in Xterm

I am writing a user command as an alias that use awk printing output in different colors. The little snippet I came up with works fine in KDE Konsole but not in xterm or gnome-terminal. My shell is a BASH on SLES11 and the terminal is set to…
rpalmari
  • 1
  • 3
0
votes
0 answers

emacs + konsole: key binding problems

Hi everyone, I recently installed konsole on my arch linux because of a problem on xfce4-terminal (sometimes the terminal doesn't refresh after typing a command, or in a middle of a yaourt output... I thought of a problem of encoding but im in utf8…
lagarkane
  • 915
  • 2
  • 9
  • 22
0
votes
3 answers

Backspace can't be detected in linux terminal , K&R 1.10 exercize

i was trying to do the execize 1.10 of k&r so this is : /* * Exercise 1.10 * * Write a program to copy its input to its output, replacing each tab * by \t, each backspace by \b, and each backslash by \\. This makes tab * and backspaces…
user1088530
  • 2,152
  • 1
  • 13
  • 14