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
0 answers

Program performance differences in NetBeans vs Konsole

I have a very unexpected behavior with my Java Code, I am working on ML-algorithms, and my code executes more than 15 times faster when I use "Run File" in my IDE (NetBeans 7.0.1) than when I execute exact same classes and inputs from a terminal…
RandomGuy42
  • 301
  • 4
  • 14
0
votes
1 answer

How can I pipe the output of curl to bc?

As part of a larger script, I want to get a numerical value stored in a text file on the web, , then open a terminal window, display that value, and send it to bc so I can interactively do calculations on it. I came up with this: konsole --hold -e…
Joseph
  • 733
  • 1
  • 4
  • 20
0
votes
1 answer

How to find the X highest values in a list depending on the values of another list with bash/awk?

I found a bit of answers with this topic on this forum : How to find the X lowest values in a list with bash/awk? But my problem is a little bit different. This is an exemple of inpout.txt file (a "," delimited text file which can be open as csv…
0
votes
1 answer

Opening multiple shells with tcsh script

Currently working with kde3.5 Here is what I would eventually like to do to help my workflow: Have a script that: Opens multiple konsole shells Renames each shell This is what I have so far: #!/bin/tcsh -fv set KPID =ps -ef | grep konsole | grep…
ctuley
  • 1
  • 2
0
votes
1 answer

Solarized theme + Yakuake + VIM in Ubuntu 12.04

I've already searched for answers about Yakuake/Konsole and Solarized theme, but all discussions seems to be gnome-terminal-centric. As in title, ~/.vimrc~ " sets colorscheme set t_Co=16 set background=dark let g:solarized_termcolors=16 let…
fradeve
  • 284
  • 4
  • 15
0
votes
2 answers

How to run a specif .bashrc code only the first time konsole is opened

I have a chunk of code in my .bashrc, everytime one runs the shell (I usually use konsole) a switch case appears giving options of which branch or trunk to use. Example: 1) V0230 2) V0300 3) Dev Enter Option: __ $PROJECT_HOME and others variables…
Rodrigo Gurgel
  • 1,696
  • 2
  • 15
  • 32
0
votes
1 answer

How to determine active monitor of the current pseudo-terminal in Linux shell?

All is in the title, I would like to know the current monitor to rename the KDE Konsole title accordingly to his position (left or right). This way I will put in ~/.bashrc or such by example : qdbus org.kde.konsole $KONSOLE_DBUS_SESSION…
Gilles Quénot
  • 173,512
  • 41
  • 224
  • 223
-1
votes
1 answer

Dolphin not opening konsole view when F4 is pressed

When F4 is pressed in Dolphin, it used to open a konsole view (at the bottom of Dolphin). But it is not working in 21.10 and 22.04 (beta)
Pragalathan M
  • 1,673
  • 1
  • 14
  • 19
-1
votes
1 answer

Install android studio on garuda linux

how can I install android studio on garuda linux using Terminal (fish konsole) I have already tried to download android for debian but was unable to extract and install
Njuguna_nc
  • 257
  • 3
  • 11
-1
votes
3 answers

fish: Unknown command: pip

today I am trying Garuda KDE Dr460nized and I am running python on it. But when I use pip for installing packages I open my Konsole and, an error comes like this fish: Unknown command: pip I thought I should write pip3 instead of pip but still, the…
-1
votes
1 answer

How to make vim detect with konsole terminal?

With gvim, I can map , but I can't with vim running inside a terminal emulator (konsole in my case). I have reasons to think it's because the sequence Ctrl + CLICK is not sent/detected : in insert mode, typing Ctrl + V, Ctrl + CLICK…
hl037_
  • 3,520
  • 1
  • 27
  • 58
-1
votes
1 answer

Revisited: How to launch a KDE konsole with multiple tabs running various progs?

As the title strongly suggests, I have already read How to launch a KDE konsole with multiple tabs running various progs?, and the answer is just what I need - except, I want to set the remote title, and I don't find any options for that. I can see…
j4nd3r53n
  • 680
  • 2
  • 11
  • 26
-1
votes
1 answer

How to install konsole on Cent OS 7?

I have Cent OS 7. Since konsole tool is in kde package, I've installed it: [root@localhost hduser]# sudo yum install kdebase Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: centos-mirror.rbc.ru * extras:…
user1289
  • 1,251
  • 2
  • 13
  • 25
-2
votes
1 answer

How can I pre-provide sudo access to pacaur in a shell script?

I've got a shell script which is supposed to install some packages from the Arch User Repository. The shell script is as follows: #!/bin/sh pacaur -S google-chrome --noconfirm # install google-chrome The problem is, if I run this script using sudo…
Frontear
  • 1,150
  • 12
  • 25
1 2 3 4 5 6
7