Skip to main content

Questions tagged [gnome-terminal]

GNOME Terminal is the standard terminal emulator for the GNOME desktop environment.

-4 votes
2 answers
64 views

How can I find out what the most lightweight terminal emulator is?

I am trying to reduce the disk space by my system, as well as the RAM needed for my programs and background tasks. I need the terminal mostly for displaying various things (calendar, actual time, ...
Nepumuk's user avatar
  • 709
-1 votes
0 answers
45 views

CodeLite terminal

I have CodeLite installed on my laptop Ubuntu,when I run a program and which then opens the console terminal window theres this message when the program finishes : “Hit any key to continue…” but it ...
Guilherme Woolley's user avatar
1 vote
1 answer
56 views

Grep return No such File, after comand substituion

I'm trying to use grep in a Bash script and assign the result to a variable: RESUlT=$(grep -R -I --exclude-dir=addons "^[^#]*print(" ) But it returns bash: Map/Places/place.gd:: No such ...
T.S's user avatar
  • 11
1 vote
2 answers
54 views

Can't open gnome-terminal on fedora 40

When I open (gnome) terminal, nothing happens, no error no nothing. I've tried uninstalling it and rebooting followed by a reinstall and all the different combinations of that. I'm able to install and ...
shmink's user avatar
  • 145
-1 votes
1 answer
51 views

How to modify terminal in ubuntu

Okay so I tried searching around but couldn't find the answer, probably because I might be dumb. I'm trying to use this terminal theme with vim: https://github.com/sonph/onehalf To install the vim ...
user20102550's user avatar
0 votes
0 answers
48 views

.cshrc setting LANG=C prevents Fedora 39 gnome terminal from opening a window?

I just installed Fedora 39 and installed tcsh. After chsh I can reboot, and clicking the terminal launch icon, I get a terminal window immediately, running tcsh. Good. Now I install my old .cshrc ...
Swiss Frank's user avatar
0 votes
1 answer
38 views

Is it possible to add terminal command exit status to Gnome top bar?

Is there any Gnome extension (v45+) that displays the error/success status of a command running in a terminal application after it completes? What I am looking for is a persistent icon/message/widget ...
joaocandre's user avatar
2 votes
0 answers
70 views

gsetttings not working from inside bashrc

In my ~/.bashrc Terminal() { TerminalDarkProfile="b1dcc9dd-5262-4d8d-a863-c897e6d979b9" TerminalLightProfile="3dd28c15-6ba4-4ba0-8289-ab023e6c88fc" Gsetting="org....
Porcupine's user avatar
  • 2,056
2 votes
1 answer
220 views

Why is a filename surrounded by double quotes with single quotes around a character when displayed in terminal?

Why would a file show up surrounded by double quotes with a character surrounded by single quotes within it? "insight_automation.log'.'2024-03-13" I am using Ubuntu Server 22.04.3 LTS. A ...
Logan Kitchen's user avatar
0 votes
2 answers
58 views

How do I run gnome-terminal passing in arguments to a command and keeping the command window open and interactive

This works with xterm (see https://unix.stackexchange.com/a/739977/119816) xterm -e "echo hello; bash" but doesn't with gnome-terminal. What is the equivalent way of doing this with gnome-...
PatS's user avatar
  • 604
0 votes
0 answers
24 views

How to keep Gnome Terminal from moving to another monitor?

I have two 4k monitors side by side and multiple instances of Gnome Terminal with tabs in them positioned on the left and right halves of those monitors. When I create a new tab inside one of the ...
Konrad Höffner's user avatar
0 votes
0 answers
72 views

"Run dialog" BOX is not recognizing custom commands

I completely switched to linux a week ago, I modified my windows to run commands on "Execute" box (WIN + R) and thats VERY handy, for such things like open folders in specific locations, ...
wido's user avatar
  • 1
0 votes
0 answers
102 views

gnome-terminal: run a custom command without opening the terminal window

I am trying to use alacritty instead of the default gnome-terminal. When I specify it in "Profiles->Custom command" it does start, however the gnome-terminal also opens its own window in ...
Iiro Ullin's user avatar
1 vote
1 answer
114 views

Opening a terminal from Python regardless of the Distro

I'm developing a multiplatform Django project that opens a new terminal and automatically enters a Docker container, leveraging docker exec. Since this application must be OS agnostic, it is able to ...
Marco Frag Delle Monache's user avatar
0 votes
0 answers
58 views

How to retrieve last command in Terminal that was run from Bash script?

My bash script runs several commands in separate terminal tabs using gnome-terminal such as: gnome-terminal --tab --title "Simulator" -- bash -c "bazel run //package/simulator -- '...
Fishie's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
38