Fedora :: Xterm - Gnome Equivalent Command In Terminal

Aug 31, 2009

Using the following command:
xterm -e tail -f stdout.log

I can see the log of an applications and it's update in realtime. I want to uninstall the gnome and I'm looking for the equivalent command for the terminal. I want on startup tty4 for example to show me the log.

View 3 Replies


ADVERTISEMENT

Debian :: Reapply Terminal Command To Already Opened Xterm

Aug 31, 2015

Is there a way to send a terminal command to an already opened xterm terminal

View 4 Replies View Related

General :: Gnome-terminal Is Starting Up In - Konsole And Xterm Start Up In ~ As Desired

Aug 2, 2010

For some reason my gnome-terminal is starting in / when it should be ~ I have checked /etc/profile, ~/.bashrc and /etc/passwd and everything seems fine as far as i can tell Konsole and xterm are starting up with the working dir to my home dir (as set by /etc/passwd) But im at a loss to see where gnome-terminal is starting in / if i enter cd with no argumants in gnome-terminal it is switching to ~ fine, so i dont think its mistaking my home dir for /

View 2 Replies View Related

Ubuntu :: Make The Xterm Fullscreen And Have The Same White/purple Colors As Gnome-terminal In 10.04?

Jun 6, 2010

I wondered if whether there is any way to make the xterm fullscreen and have the same white/purple colors as gnome-terminal in 10.04.I already know how to modify the command for the xterm session, but I want to know what options to give xterm to get the fullscreen white/purple look.

View 4 Replies View Related

Fedora :: Set XTERM As Defaut Terminal Emulator ?

Sep 2, 2011

Ho can I set XTERM as Defaut Terminal Emulator on F15 running Gnome 3?

View 8 Replies View Related

Ubuntu :: Is Command Line Invocation Of Gnome-terminal To Run More Than One Command

Feb 17, 2010

how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:

Code:

#! /bin/bash
#
#TODO write this for gnome and xterm

[code]....

This same error occurs if the gnome-terminal line is changed to

Code:

gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 1 Replies View Related

Programming :: Command Line Invocation Of Gnome-terminal To Run More Than One Command?

Feb 16, 2010

I am trying to learn how to pass more than a one-command startup for gnome-terminal.

I will give an example of what I'm trying to do here:

Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
USAGE="
${0##*/} [-x] [-g]
code....

However, running with the -g option to invoke gnome-terminal, I get a "There was an error creating the child process for this terminal" error.

This same error occurs if the gnome-terminal line is changed to

Code:
gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 4 Replies View Related

Fedora :: Equivalent Commands To The Apt-get Command?

Nov 14, 2009

im switching over from ubuntu and just have a couple questions, what is fedoras equivalent commands to the apt-get command? and what other slight variants am i going to need to know?

View 9 Replies View Related

Fedora :: Xterm Command - Running Molecular Simulation Software

Jun 17, 2011

I am quite new to Linux and fedora. I am trying to run some molecular simulation software whose shell scripts create X windows with the xterm command. How do I get xterm on Fedora 14?

View 4 Replies View Related

Fedora :: Unable To Reset Using Either The Reset Option In Gnome Shell Or The Command Using A Terminal?

Jun 3, 2011

I'm unable to reset using either the reset option in gnome shell or the command using a terminal. When I select it the shell exits and displays the graphic "exploding" and then it just sits there. Shutdown works fine; just no reset. Any ideas? I've installed from the DVD. I booted the live CD and it resets just fine so I know it's no my hardware

View 1 Replies View Related

Ubuntu :: Run Command In Gnome-terminal Without It Exiting?

May 4, 2010

I'd like to make a launcher that starts irssi in gnome-terminal with just one click.

I guess something like:

gnome-terminal -execute "irssi"

but without it closing down as soon as irssi is run

View 4 Replies View Related

Ubuntu :: Run A Terminal Command (eg Pkill X) With Gnome-do?

Apr 14, 2011

I just started using gnome-do, and it is an awesome little bit of software. Far superior to the standard application menu. Strangely, though, I just can't figure out how to run a terminal command from it without opening the terminal first. In the standard application menu, I can just type, for example "pkill MisbehavingProgramX" to kill a program, but in gnome-do, if I try that it searches all my stuff and typically comes up with nothing except a few webpages that I've visited that my have some of those letters in it. how to just run a bash command directly from gnome-do?

View 2 Replies View Related

General :: Gnome-terminal Command To Open Up A New Tab?

Aug 20, 2010

Are there a command to open up a new tab in gnome terminal(Ctrl+T outcome). I need it to use with in bash script.

View 2 Replies View Related

Ubuntu :: Error When Executing 'gnome-terminal' Command

Feb 11, 2010

I wrote a shell script and tried to execute it in separate terminal using command 'gnome-terminal -e <script>'. When executing first time, it went fine.From second time, I am getting error 'There is error creating child process for this terminal' repeatedly.

View 5 Replies View Related

Ubuntu :: How To Use GConfTool Command To Edit Gnome-Terminal

Nov 27, 2010

After a fresh boot of a Live CD, how do I use the gconftool command to edit:
Code:
/root/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml
??

I tried:
Code:
mint@mint ~ $ sudo su
mint mint # gconftool --load /media/scripts/gconf/gnome-terminal/custom.xml
mint mint # gnome-terminal

No changes were made after I opened a new gnome-terminal. It works fine if I'm not in superuser mode and makes the changes to
Code:
/home/mint/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml
just fine. What am I not getting here?

View 2 Replies View Related

CentOS 5 :: Can't Find The Start Command For Gnome From Terminal

Jan 11, 2010

I can't find the start command for Gnome from Terminal.

I tried:

start gnome
startx
start gne

Nothin is matching. In the Documenation is no help from console.

View 7 Replies View Related

Debian Multimedia :: Completion For Command Parameters In Gnome-terminal?

Aug 14, 2011

Out of X I have auto-completion for a command parameter (e.g. 'aptitude upd(ate)') but in gnome-terminal I have auto-completion only for the command, not for its parameters. Is it possible to have that?

View 1 Replies View Related

General :: No Log-in Sound And Command Line Terminal Bell In Gnome / Fix It?

Jul 27, 2010

I recently replaced (fresh install) Fedora 12 by 13. Surprisingly I noticed there is no log-in sound for Gnome and also when I use command line terminal there is no terminal bell in spite of the fact that I checked the "Terminal Bell" option in the EDIT --> Preferences menu! I checked the speakers are not mute, I can play music. Any idea how to fix it?

View 2 Replies View Related

Programming :: Launching Interactive Gnome-terminal With A Command (and Not Exiting)

Oct 13, 2010

I want to have a script (tcsh/bash/python) that launches a bunch of gnome-terminals (or 1 with multiple tabs). And I want it to execute a command, but keep the shell interactive. Currently, if you type gnome-terminal then it launches a new interactive shell, but if you give it the execute flag, then it executes the command and quits (or stays open, but non-interactive depending on the users gnome-terminal settings).

I have this command which I want to run automatically before I start working. What the command does is dynamic and different for each shell. It takes arguments. So it's not something I can take care of in a .cshrc type file.

View 3 Replies View Related

Installation :: Ubuntu Boots To Terminal Type Prompt / Command To Start Gnome From That?

May 26, 2010

Since upgrading ubuntu boots to a prompt rather than logging into gnome. has anyone run into this? what can I do to fix this?
I recently upgraded from Ubuntu 9.10 to Ubuntu 10.4.
does anyone know the command to start gnome from the prompt?

View 4 Replies View Related

General :: Add Keyboard Shortcuts For OSX Terminal / Xterm?

Jul 5, 2011

Is there a way to add a keyboard shortcut for a terminal command in OSX. Basically most of the times i open the terminal app in MAC in order to ssh into a certain server foo. What I want to do is add a keyboard shortcut (say ^k) so that on a terminal when I do that, it runs "ssh foo" in the terminal.

View 4 Replies View Related

General :: Error Opening Terminal - Xterm ?

Jul 15, 2010

Error opening terminal : xterm

While start nano editor in terminal

View 2 Replies View Related

CentOS 5 :: Make Xterm The Default Terminal?

Mar 20, 2009

I just installed CentOS 5.2, and would like for xterm to be my default terminal instead of the gnome-terminal. I was able to do this on a RHEL4 system and Fedora 9, but I can't figure out how to do it in CentOS.

Here's the output of uname:

Linux 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 11:57:43 EST 2008 x86_64 x86_64 x86_64 GNU/Linux

View 2 Replies View Related

OpenSUSE Install :: Any Substancial Difference Between Gnome Terminal Or Hitting 'c' To Bring Up Command Line

Feb 25, 2010

so the safest way to go about this is to assume I know nothing. I mean, I have a rough Idea of what a kernel is, no idea what a shell is, etc. I do consider myself computer savvy, but know NOTHING about linux and thats why I'm Diving in, hopefully not too much, this is just to give you an idea of what we're working with here.

After several install attempts I kept getting a blank screen. Whether it be black,white, or the default gnome desktop (without any icons, and simple things like ctrl+alt+backspace just doesn't work, or anything else for that matter) I was ending up with a blank screen. Driver for moniter....maybe....but I did succesfully install it once, and it worked like a charm...shutdown properly, and the next day after work...Boom, same thing after startup.today I started from scratch and re-installed....samething, until I hit the power button, went from the dvd(iso) and did a fail safe, now my resolution is much better than it was the first time..Actual questions.....what did I do to fix it when failsafe never worked before?

Is there a way to save these settings, so I don't run into the problem again, because I don't even want to turn of my computer at this point?If i'm trying to dive in and learn the command line actions, is there any substancial difference between gnome terminal or hitting "c" to bring up the command line?

View 9 Replies View Related

Fedora :: "find" Lockup \ Opening Another Xterm Window And Killing The Listing Command?

Oct 12, 2009

I have a problem that I'm not sure how best to debug. About every other time when I boot my system, I get a condition where listing the files in /root locks up that xterm session.This can be cleared by opening another xterm window and killing the listing command. This happens on "ls -a", "find", "tar" and I think "stat" also. The locked up xterm echo's chararcters but does not respond to any control sequences. This is new with FC11.This has only been seen to happen for root. And once a system is booted with this problem it seems to persist until you get it booted without the problem.

View 8 Replies View Related

General :: Displays Error Opening Terminal : Xterm

Jul 16, 2010

I am new in Linux,i build nano editor on Linux,it compile successfully but when i open in terminal then error displays "Error opening terminal : Xterm" while nano help is running successfully.

View 14 Replies View Related

General :: Terminal - CLICompanion Equivalent For Rpm-based?

Aug 27, 2011

There's a nice program for linux terminal beginners - CLICompanion - terminal with tips and dictionary. It's distributed only with deb packages. I'm just wondering if there's rpm package for this program?

View 1 Replies View Related

General :: Copy Text From Xterm Based Terminal To Some Other Gui Application?

Jan 13, 2011

i use uxrvt ( for those who dont know, its terminal emulator based on xterm).i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.but in my case i need to copy text from terminal to another application, viz on google chromium.

View 1 Replies View Related

Ubuntu :: Return Login From Xterm To Gnome?

Sep 8, 2010

In an effort to learn more about Linux and especially Ubuntu, I chose Xterm as the default login screen. Would someone be kind enough to point me to the appropriate docs or give me a leg up with restoring GNOME? I am using 10.04.

View 3 Replies View Related

General :: Is There A Konsole Equivalent For Gnome?

Aug 20, 2011

I'm looking for a Konsole equivalent for Gnome.I don't want a Quake-style dropdown console. I like tabs and the ability to send a command to all tabs.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved