gnome-terminal Questions

2

Solved

I've recently installed Ubuntu 20.4 LTS on one of my computers. This release of Ubuntu uses the gnome desktop manager (3.36.3) with gnome-terminal (3.36.2) by default. In each terminal window that ...
Perusse asked 17/9, 2020 at 23:33

2

Solved

I can't use █ character for curses border with. Code example: import curses stdscr = curses.initscr() c = '█' stdscr.border(c, c, c, c, c, c, c, c) stdscr.getch() I obtain this error: OverflowEr...

5

Solved

I'm learning shell scripting! for the same I've tried downloading the facebook page using curl on ubuntu terminal. t.sh content vi@vi-Dell-7537(Desktop) $ cat t.sh curlCmd="curl \"https://www.fa...
Vita asked 24/8, 2015 at 11:29

6

bash: __vte_prompt_command: command not found Whenever I open a terminal, I am greeted with this line. Also, this is printed each time I enter a command in the terminal. I am a linux-noob, and w...
Moorhead asked 9/3, 2014 at 11:57

6

Solved

I want to change the title of the gnome-terminal window to reflect the current directory. Is there a way to do that? A script may be? The "change terminal title" threads did not help much. Manually...
Nolan asked 9/5, 2012 at 13:27

6

I recently completely transitioned to Linux but struggle to find a good way to code in C#. I discovered Monodevelop which looks similar to Visual Studio, but whenever I try to run any code I get th...
Separatrix asked 14/12, 2019 at 14:43

6

Solved

I'd like to know if there is any way to determine a terminal's background color ? In my case, using gnome-terminal. It might matter, since it's entirety up to the terminal application to draw the ...
Fluctuant asked 24/3, 2010 at 11:52

5

Solved

I've tried setting my PROMPT_COMMAND variable: PROMPT_COMMAND='echo -ne "\033]0;"myWindowTitle"\007"' but something changes my tab (or the whole terminal title) to 'user@hostname:/current/path',...
Perl asked 14/10, 2010 at 10:9

5

Solved

Whenever I try to open Google Chrome with the URL "localhost:3000" it messes up and simply opens a blank tab with no URL. After some testing I've figures out it is the ":" messing it up. This works...
Handicraft asked 27/1, 2015 at 3:21

3

Solved

I want to know how to disable mouse wheel, however I found this and this question and I have tried put them to my .vimrc: set mouse="" map <ScrollWheelUp> <nop> map <S-ScrollWheelU...
Vitalize asked 3/10, 2015 at 4:8

1

I got a brand new macbook m1 chips, I am trying to use terminal emulator terminator there, i have installed it with brew install terminator but i don't see it's in installed app and search it, i do...
Euripides asked 25/11, 2021 at 9:21

3

Solved

Steps to reproduce Consider the following shell command: echo -e "\e[41mTest\nTest2\e[0mTest3" It prints Test and in the next line Test2 with a red background (using an ANSI escape code)...
Cyndy asked 12/12, 2018 at 10:1

9

Solved

When using GNU Screen we can work with scrollback buffer also known as "copy mode" using the Ctrl+a+[ command. In there we can copy text to the copy buffer by pressing space selecting the t...
Sparid asked 19/4, 2013 at 18:48

12

Solved

Using the clear command on the terminal only fools the user into thinking the screen has been cleared...you can still see output from the previous commands when you scroll using the mouse. Th...
Philbo asked 20/3, 2011 at 6:10

5

I installed Antergos (easy version of Arch) with the Japanese environment. But I wanted to chaned the language to English, so I reffer the wiki article then run some commands after uncomment #en_US...
Ulaulah asked 14/7, 2014 at 11:23

2

Solved

I'm getting a really annoying bug here: % git s<TAB> becomes % git sgit s send-email -- send collection of patches as emails send-pack -- push objects over git protocol to another reposit...
Camaraderie asked 21/6, 2012 at 20:34

5

I recently installed Lubuntu 16.04 with gnome-terminal. I like gnome-terminal to consume less space on monitor. But latest version comes with two annoying buttons at the right top corner which make...
Baptistry asked 26/4, 2016 at 15:43

3

I am not able to rename terminal window after upgrading into Ubuntu 15.04. There are three options with the right click - Move Terminal Left Move Terminal Right Close Terminal And there is no o...
Watery asked 17/6, 2015 at 6:45

3

Solved

When I start Terminal the first 2 messages that i see it is : Couldn't get a file descriptor referring to the console Couldn't get a file descriptor referring to the console and then prompt from...
Etienne asked 5/2, 2015 at 20:17

1

Solved

As described in this answer is possible to map keystrokes to commands in a terminal. And to do this, there is a specific bash syntax for describes each key, as \e[11~ for F1 or Control-o for Contro...

3

I've created an alias in .bashrc file as follows alias myproject = 'cd ~/Desktop/myproject' After saving the file when I restart my terminal, typing in myproject takes me to the project director...
Earwax asked 1/7, 2013 at 10:21

1

Solved

I'm on Ubuntu. When I run ghci on Terminal and do this: Prelude Control.Monad System.IO> forever $ getChar >>= print The result is something like this: a'a' b'b' C'C' %'%' \'\\' 1'1' '...
Brunelle asked 10/8, 2019 at 23:32

2

Solved

I have a sh file which includes those lines: gnome-terminal\ --tab\ --title="ElasticSearch"\ --working-directory="/home/username/program/bin"\ -e "bash -c './somecommand'"\ when I run it, a ...
Ishmul asked 1/7, 2016 at 2:15

2

Solved

I have downloaded and installed the Anaconda distribution for Ubuntu (18.04) from [https://www.anaconda.com/distribution/#download-section] conform instructions some weeks ago. Everything worked fi...

3

I'm guessing lots of people get this problem, but I can't seem to find any other threads/questions about it anywhere. I guess it's difficult to capture in keywords. Basically, Vim doesn't draw t...
Shuddering asked 16/11, 2011 at 1:19

© 2022 - 2024 — McMap. All rights reserved.