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
2
votes
2 answers

How can I feed keys in to a terminal for unittesting purposes

I'm working on a plug-in for Vim, and I'd like to test that it behaves correctly, under start-up, when users edit files e.t.c. To do this, I'd like to start a terminal, and feed keys in to it. I'm thinking of doing it all from a python script. Is…
XPlatformer
  • 1,148
  • 8
  • 18
2
votes
1 answer

Open KDE Konsole in Windows Subsystem WSL, no font in terminal

I installed in my Windows VcXsrv X Server and I configured it. On my WSL I installed konsole from KDE. When I open konsole there is no font in terminal. What is the problem?
lukassz
  • 3,135
  • 7
  • 32
  • 72
2
votes
1 answer

Show time when executing command in Konsole

Is there any way to show in the konsole the time when a command was executed? Something like: user@pc:~$ ls 13:05 user@pc:~$ cd folder/ …
2
votes
1 answer

Bash script: Recognizing paths drag-and-dropped to konsole

I was looking to make script that can copy user files within a Windows user directory to a backup drive. I pretty much want everything except Appdata to be transferred. I made a real simple script, but since the folders I am transferring to have…
Gage
  • 21
  • 2
2
votes
1 answer

Universal gotoXY implementation in C++

I have something like this: ______________________ /\ \ \_| 1. Menu entry one | | 2. Menu entry two | | The user's choice:X| | _________________|_ \_/___________________/ I'm working on Linux so I can't use the…
Tomasz Kasperczyk
  • 1,991
  • 3
  • 22
  • 43
2
votes
0 answers

RVM not changing ruby version on cd (with bash-it)

I've installed bash-it recently and I noticed it broken RVM. When I enter a project directory, the ruby version is not changed (not matter if I use .rvmrc or .ruby-version). However, when I enter a project directory and then open a new tab/window in…
mrzasa
  • 22,895
  • 11
  • 56
  • 94
1
vote
3 answers

Variable taking garbage value inside a loop while calling a command line instance in Perl

do { print"CHOOSE ANY OF THE FOLLOWING OPTIONS:\n"; print"==========================================\n"; print"1-LOGIN & LOGOUT\n"; print"2-MAKE CALL\n"; print"3-EXIT\n"; print"==========================================\n"; …
Shantanu
  • 27
  • 6
1
vote
1 answer

Waiting for child process in other terminal works if launched with 'x-terminal-emulator' but not if launched with 'gnome-terminal'

My ultimate goal is to let my python script launch a child process, in another terminal, that runs independently from the parent: When the parent process finishes, the child process should continue. It should not be killed. The parent process…
K.Mulier
  • 8,069
  • 15
  • 79
  • 141
1
vote
1 answer

Konsole not getting the full url when is a port (:) on it (on click)

Normally I use to do something like this when using express applications(Or any other type of application that involves a URL): app.listen(7070, () => console.log('Server started at port http://127.0.0.1:7070') But when I click on the URL my…
Emel
  • 2,283
  • 1
  • 7
  • 18
1
vote
2 answers

How to change/reset konsole profile settings with command line?

I've changed the command of '/bin/bash' to '/bin/bash fish', and now when i try to open my konsole it open and close suddenly. As i can't open the konsole i'm not able to edit the profile settings with GUI. here is the setting i've changed: profile…
Iago Rocha
  • 11
  • 1
  • 3
1
vote
1 answer

telescope-nvim & nvim-web-devicons: icons cut off in fuzzy finder

I've been using the telescope.nvim neovim plugin for a while. Recently I also installed the nvim-web-devicons plugin to better recognize filetypes when searching. My problem is that the devicons look like this: They are truncated/cut off on the…
user10706046
1
vote
1 answer

Running on ubuntu terminal giving unexpected line breaks

When i try to run my cpp code with multiple testcases on ubuntu then i get unexpected results. It works fine when i run testcases one by one but when i copy and paste testcases then terminal gives unexpected line breaks For…
Abhishek
  • 46
  • 1
  • 6
1
vote
1 answer

Can you run an independent instance of a program from within Go?

I am looking for a way to launch a completely independent instance of a program from within a Go program. So far this is my best attempt: // Some code go exec.Command("konsole", "--hold", "--separate", "sh", "-e", "go", "run",…
Erik
  • 31
  • 6
1
vote
1 answer

How to disable mouse and tracpad in vim?

I want to disable mouse in my vim configuration. I have tried these 3 settings in my vimrc file: set mouse = "" set mouse = set mouse = a but none of the solutions work. I think it may be because of my terminal emulator, so tried some other…
Yudi Krisnandi
  • 417
  • 1
  • 5
  • 12
1
vote
0 answers

Sending the same command to many opened Konsole sessions and tabs

I have a linux machine with KDES. I have many Konsole sessions opened. Each one has few opened tabs. Occasionally, I'm changing some basic configuration such as adding alias or altering a bit the prompt. In that case, I would like to update all the…
Nadav
  • 21
  • 3