General :: Launch Screen As First Program When Opening Terminal?
Jun 14, 2011
I want to launch the screen program by default and automatically every time that I open the bash terminal. How can I set this in terminal? I'm using lxterminal - terminal for lxde desktop environment.
View 2 Replies
ADVERTISEMENT
Apr 22, 2010
I have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.
1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2
I run fv2 several times per day and would really like to have the convenience of a clickable icon.
View 3 Replies
View Related
Jan 22, 2010
How an I tell gnome (using a script or setting in compiz settings)to only open application X on screen 1 and have it work from screen 0? example: I have nvidia dual/seperate screens runnig so I have screen 0 and screen 1 I cannot drag a window from one screen to the other I want to launch a program from screen 0 and have it open on screen 1
View 4 Replies
View Related
May 11, 2011
This is for a live performance type of setup. I have 2 graphics cards. One is attached to 2 projectors, which are what the audience sees. The other has a single monitor, which is backstage. The 'front' graphics card is configured in Twinview, and the 'backstage' one is configured as a second X screen by the nvidia settings control panel.
What I'd like to do is launch my show program from a terminal on my backstage screen, but have it show up on the other X screen, the 'front' one. X is amazing so I'm sure it can be done, but I'm having a hard time figuring out exactly how.
Personal Best for self-solving my own thread question:
Code:
DISPLAY=:0.0; xclock
launches on display 0
Code:
DISPLAY=:0.1; xclock
launches on display 1
[Code]....
View 3 Replies
View Related
Sep 9, 2010
I am using ubuntu 10.04 and after installing some programs using the package manager I try to open the program and all I get is the title bar and a blank white screen. I searched the forums and found a thread from awhile back saying to create a new user and see if it persists. I tried that and it does the same thing in the new user. One in particular is gnucash. The program sometimes works but the tutorial does the white screen. I also reinstalled the package several times with no luck. Other packages do the same thing like thunderbird.
View 9 Replies
View Related
Nov 3, 2010
I cannot launch gnome-terminal from the Applications -> System Tools -> Terminal menu. However a gnome-terminal process is created (I can see it in a terminal that I happened to have open) but it doesn't seem to actually run (I have several of these terminals in the ps list now but they haven't actually run as terminals and it's been at least 2 hrs). At first I thought they weren't running at all until I checked (it looked like the Starting Terminal message at the bottom of the gnome GUI ran abnormally long and then terminated so I thought at first that they weren't running at all).
Also it looks like my gnome session is clobbering the CPU: running at or over 80% of cpu time at times (it does change but mostly it is high). All I'm doing is minor web work + updating a file in Open Office - when I noticed this I got out of Open Office and that had no effect. So it looks like application software is running (this was launched from a terminal) but running from the menu seems to result in processes with low priority (that doesn't seem right though). This just started today and my system has been mostly running correctly for a year or so (last year I got an Acer 5532 on sale, wiped it and installed Fedora 11).
View 1 Replies
View Related
Oct 17, 2009
I am a total linux n00b and am having trouble with scripts. I am taking a basic linux class and I have to write a script with input and output, and it must have branching (a loop or if statement). In any case, I have decided to write a script (hopefully) that will ask the user what the base and height of their triangle is, and then my script will calculate the area for the user.
Writing the actual script will be fun and challenging for me, but to test out launching scripts I have been researching them online and found this website: http://tldp.org/HOWTO/Bash-Prog-Intr...O-2.html#ss2.1 In any case, I am using Ubuntu right now and went to: Applications -> Accessories -> Text Editor. Then wrote:
#!/bin/bash
echo Hello World
I then clicked file -> save as... and the name of my file is "hello.sh". Under the "save in folder" option I chose the folder "Documents". So then I click Applications -> Accessories -> Terminal and type "./hello.sh" and the next line says "bash: ./hello.sh: No such file or directory" How do I launch a script in terminal!
View 5 Replies
View Related
Feb 7, 2010
I am unable to launch gcc through command terminal.I am using red hat platform.
View 4 Replies
View Related
Feb 27, 2010
My terminal program comes up as a white screen (see Screen shot picture)and so does the login screen (Like when you run updates and it asks you to log in so you can update, YES that screen) I have searched and found nothing on this
I have a Dell Optiplex GX115
Dell LED flat screen 49T monitor
Ubuntu 9.10
512mb ram
80gb hard drive
View 3 Replies
View Related
Dec 5, 2010
My problem is, that everytime i launch a program, like a virtualbox image, the console launch it, but i cant use it anymore.
I use ssh with putty remotely, and the problem is that if i close putty console, the program closes too...
Can i do something to run the program independently of the console? or keep running after i close?
How i can i keep track of it when i open console again?
View 11 Replies
View Related
Dec 16, 2010
Is there a way to possibly launch a terminal by using a keyboard shortcut?
View 4 Replies
View Related
Jul 15, 2010
Error opening terminal : xterm
While start nano editor in terminal
View 2 Replies
View Related
Sep 25, 2009
Is there a way to find out the currently installed packages and the corresponding command line to launch the package from a terminal. For example, I know that I have openoffice installed but I do not know how to find the command line to launch it.
View 5 Replies
View Related
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
Mar 7, 2010
Using ubuntu 9.10
If I'm in a terminal window, and I open a file by typing eg :
It opens as a blank document... I know it has text in it though!
I've tried with other files and also with nano so it's not just a problem with a particular file.
How do I view the current contents of the file so I can then edit it?
View 4 Replies
View Related
Oct 24, 2010
Just upgraded to 10.10 NBR. Every time I launch banshee it crashes within seconds of opening. I tried nuking ~/.config/banshee-1 and the problem persists.Output from banshee --debug:
Code:
rdeshone@molly:~$ banshee --debug
** Running Mono with --debug **
[code]...
View 1 Replies
View Related
Aug 31, 2010
If I'm using gnome-terminal in a working directory whose path includes symlinks and I open a new tab, the symlinks will be expanded to their destinations in the working directory of the new tab.
Is there any way to preserve the symlinks when opening a new tab?
View 1 Replies
View Related
Nov 13, 2010
Recently I migrated from Ubuntu to Debian, first thing i wanted to do was to give myself sudo permissions and lock the roir account. By default sudo group don't have permissions to do this on debian, so i wanted to edit sudoers file by typing visudo. But i keep getting this
error: Error opening terminal: vanilla How can i solve this.
View 1 Replies
View Related
May 26, 2010
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
egin{UPDATE}I want my terminal application remain alive and accessible if I accidentally close terminal emulator. This functionality is provided by screen and tmux, but they have issues with colors and they flush screen.Yes,I can run the shell inside screen, but I do not want the shell remain alive unless there is some other program running.
end{UPDATE}I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like outputting something to stdout/stderr or using stty to set terminal options) to the terminal this proxy runs in.
// I know about screen and altscreen on, but it makes either this (screen with TERM=screen):
or this (screen with TERM=rxvt-unicode):
while I want this (rxvt-unicode without screen):
I have figured out that everything looks fine if I compile rxvt-unicode with USE=-xterm-color (in fact vim looks like on the second picture even without screen if I add this USE flag) and set TERM=screen-256color, but I do not like this workaround because it actually changes colors and I can't be sure that it will always change them only this way:
View 4 Replies
View Related
Jul 11, 2011
I've written a script (that doesn't work) that looks something like this:
#!/bin/sh
screen -dmS "somename" somecommand
for i in {0..5}; do
screen -dmS "name$i" anothercommand $i
done
For some reason, if I copy and paste this into a terminal, it creates 7 detached screen sessions as I expect. If I run it from within a script, however, I get only the first session, "somename," when I run screen -ls.
Edit: If the same can be accomplished another way (e.g. with multiple screen windows instead of sessions), I would be open those solutions as well.
View 3 Replies
View Related
May 15, 2010
Every other website works fine, I just installed the flash plugins and updated my system with Download Manager. But Myspace continues to fail.
View 5 Replies
View Related
Dec 8, 2010
i am fairly new to Ubuntu. i was using it fine for a month, but today, when i booted my computer up, it came up with a black screen instead of the normal purple ubuntu screen. the black screen had white text on it, and asked for my username and password. from there, it was a terminal prompt. i have been google searching for a while, and have tried typing "startx", "sudo apt-get install ubuntu-desktop", "sudo gdm", and i have also tryed uninstalling xorg, and reinstalling, and none of these things wanted to do anything for me.
View 4 Replies
View Related
Jul 13, 2009
add/remove option in the graphics mode is not working......its showing cant retrieve software information how can i remove a software from the terminal
View 7 Replies
View Related
May 9, 2010
I have a C program that can run disconnected ( like most ), is there a programmatical way to tel if the program is running without a terminal? Example:nohup my-program &What I want is to modify the program so it can be used as a HUB interface. It does Peer to Peer communication and I want to make it a server function with a command line option.Currently if I disconnect the program, it will loop on the read for stdin, I need to be able to detect that and go into 'HUB' mode.
View 4 Replies
View Related
May 21, 2010
I want to design c program can run terminal command and put the output of command into file... How can i do this ? for example :
string s = " iwlist scan "
and when i run the programm this command applied and put the output into specific file
View 1 Replies
View Related
Aug 25, 2010
How can you launch a graphical program from tty? It says that no display is available or something, how can i tell it to launch in the DE?
View 7 Replies
View Related
Sep 1, 2011
I had recently reinstalled Kubuntu after breaking it for the n-th time and downloads will no longer open from the Downloads window of Firefox. Instead, it brings up a dialog with the title Launch Application and asks me which application I should open it with. This seems to happen all of the file formats I have tried; namely pdf, zip, deb, and png. This did not happen from before the reinstallation.
View 4 Replies
View Related
May 1, 2011
Is there a diary program for Linux that runs in the terminal?
View 1 Replies
View Related
May 13, 2010
I had wrote a program in the vi editor using the command vi [filename.cc] in open terminal and now i need to compile n run it
View 3 Replies
View Related
Jan 31, 2010
I'm trying to install Flash Player 10 (to access Hulu) with no success. Here are the instructions Adobe gave me:
1. Click the download link to begin installation. A dialog box will appear asking you where to save the file.
2. Save the .tar.gz file to your desktop and wait for the file to download completely.
3. Unpackage the file. A directory called install_flash_player_10_linux will be created.
4. In terminal, navigate to this directory and type ./flashplayer-installer to run the installer. Click Enter. The installer will instruct you to shut down your browser(s).
5. Once the installation is complete, the plug-in will be installed in your Mozilla browser. To verify, launch Mozilla and choose Help > About Plug-ins from the browser menu.
When I'm in the terminal program, I type this in but don't get a response. I'm not sure how to navigate to directories...
View 2 Replies
View Related