CentOS 5 :: Gnome-terminal: Run On Startup Applications?
Jul 23, 2011
I successfully created launchers for apps and I can run them in terminal with double clicking.Now I want them to run on startup, automatically. They run with arguments.There is System-> Preferences -> More Preferences - > Sessions - > Startup Programs where I can add my commands.I put:
gnome-terminal -e "/some_path/myapp1 -arg1 - arg2"
gnome-terminal -e "/some_path/myapp2 -arg1 - arg2"
View 3 Replies
ADVERTISEMENT
May 25, 2011
So...without editing ~/.config/autostart (which I can't find in F15...) How does someone set a startup application?I notice Gnome 3 does not have the "startup programs" option available any longer.. So, I went searching with the hopes of running it with trusty terminal:
Code:
#yum whatprovides gnome-session-properties
You can use "*/gnome-session-properties" and/or "*/bin/gnome-session-properties"
[code]....
View 7 Replies
View Related
Jun 24, 2010
There are a couple of applications that I want to start at bootup when I load GNOME but not when I'm using KDE. There doesn't seem to be any option for that. Is there any way I can accomplish this?
View 4 Replies
View Related
Aug 5, 2010
In Lucid Lynx, I am trying to change my GNOME login sound, and I find you can't do it under System -> Preferences -> Sounds anymore. So I followed the recommendation of every search result relating to "gnome login sound" and tried to modify it under System -> Preferences -> Startup Applications. However, there is nothing relating to the GNOME Login Sound or any other login sound in my startup applications list.
How do I add GNOME Login Sound to make it an option in the Startup Applications list? How could it not be there to begin with?
View 4 Replies
View Related
Jul 26, 2011
=> "Automatically remember running applications when logging out" is no longer existing because of bugs with multiple sessions. Is there a way to enforce this option, even if it is bugged with multiple sessions? My system has only 1 user and I miss so much this feature.
View 2 Replies
View Related
Apr 13, 2010
I'm running GNOME (gnome-session under xmonad). I want to turn off antialiasing (i.e. use monochrome mode) for fonts in gnome-terminal. But I want to retain antialiasing for other applications, like Firefox. Is this possible?
Antialiasing is great and almost necessary for using Firefox or Chrome. But it makes the fonts in gnome-terminal blurry at sizes around 12 or smaller.
Otherwise, I'll just have to use xterm, which seems not to anti-alias its fonts under any circumstances.
View 2 Replies
View Related
Nov 10, 2009
do anyone know a quick way to inhibit/hide GTK warning, info and debugging messages when running GTK+/Gnome applications from terminal?I means those boring messages like "Gtk-WARNING blablabla..." and similar ones.
View 1 Replies
View Related
Aug 16, 2011
After several upgrades (from 8.xx) I noticed Gnome terminal took about 4 seconds to open an window and another 4 seconds to give me a prompt. This is excruciating when blasting out CLI in dozens of terminals ssh'd into dozens of machines. Tabs were no different.
Fix was: Comment out anything in ~/.bashrc that references xterm. BOOM less than 1s total to prompt.
If it's faster than I can get my mouse hand back to the keyboard to start blasting CLI, it's good enough
View 1 Replies
View Related
Mar 16, 2010
Every time I start Ubuntu, I set up an ssh session to a server. In order to automate this I made an entry in startup programs like this:/usr/bin/gnome-terminal -e '/usr/bin/ssh name@server.com'Nothing happens when I log in, and I've checked that the command works.
View 2 Replies
View Related
Dec 4, 2010
Regarding the gnome-panel in Ubuntu (64 bit).... I discovered some time ago that I wasn't the only one who routinely (every login) had their gnome-panel appear butchered, for which Alt-F2 then 'killall gnome-panel' would easily fix.
Having become impatient with this over the past 8 months, I decided I would automate the process and so cofiguring the startup applications seemed like a perfectly logical choice to me. Turns out I was wrong. After adding 'killall gnome-panel' to the startup applications not only does the panel fail to load altogether now, but Alt-F2 doesn't even work.
I tried Ctl-Alt-F1 and working with the graphics-free mode thinking I could somehow navigate to the startup apps config file and edit it, but I don't know where it is or how to edit it without logging in as root and I certainly don't know of any 'root password'.
View 9 Replies
View Related
Feb 11, 2010
I am trying to get the KDE Media screen saver working in GNOME. Is there a way to use kde's screensaver program in gnome on startup, instead of gnome's screen saver program? Basically, I am trying to disable gnome's screensaver, and load kde's program in its place at gnome startup.
View 1 Replies
View Related
Sep 16, 2011
Centos 5.6 - I'm trying to lock the screen immediately after successful gnome user login. My steps...
System > Preferences > More Preferences > Sessions > Startup Programs tab > Add
I've tried the following...
gnome-screensaver-command --lock
/usr/bin/gnome-screensaver-command --lock
Neither of these seem to work from the Sessions gui. Although from terminal I can run gnome-screensaver-command --lock with no problems.
View 5 Replies
View Related
May 1, 2009
I am running CentOS 5.3, Gnome Panel 2.16.1. It seems some KDE applications just flash crazily in the windows list (task bar in Gnome panel). Usually when a new event happens to a window, it flashes to remind the user (I hate this *feature* anyway, but can't disable it...) But this time, when I switch from another workspace to the workspace that has (more than one) KDE applications (like kile and kdvi), they just simply start to flash, and the flashing window list appears on every workspace unless you click it.
I tried to disable the animation from gconf-editor, without success. Does anyone have similar issues? It is really annoying..
View 1 Replies
View Related
Jan 11, 2011
I have a text based application that I need to use inside X. So I created a gnome-terminal profile called counter3 which runs the command /counter/counter3. I then created added a startup application: gnome-terminal --full-screen --hide-menubar --window-with-profile=counter3
Everything works great. I turn the PC on, it auto logins to the user counter, X starts, and the counter application starts full screen. The only problem is the text doesn't blink when there is a problem. How can I get the text to blink? The text blinks if I boot into runlevel 3 and run counter3 manually. However I need to run counter3 in X as there is a second application that requires X. The text application runs in the foreground and is used constantly. The X based application is run in the background.
View 9 Replies
View Related
Aug 7, 2010
I hear no login sound when I login to my ubuntu. I checked at startup applications and found GNOME login sound is enabled. The command used there is
Code:
/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login"
.
Its not only this, but there is no other sounds enabled - for mouse clicks etc
View 3 Replies
View Related
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
Jun 9, 2010
I've created a brand new CentOS 5.4 (Final) 64bit machine AMI on Amazon EC2. This was based off an existing image. I was able to follow the wiki to add NX server. I am using WIN XP desktop for NX client.
I can connect to the EC2 machine and get the GNOME desktop fine. I see the usual CentOS desktop and poke around.
Q/Problem:
I expected to open the Terminal window and get a shell prompt to su into root user (I need to be root to install some software that needs GUI). I do not want to install this from my plain SSH connection to EC2 (hence the NX server etc.).
When I open the Terminal window, all I get is the NX>105 prompt. I need to get to a shell prompt so I can su into root. For life of me, I cannot get around this prompt (I looked at NX documentation too). Note that this is a prompt NOT on client but on the remote machine. I do not need this as I'm already authenticated and logged in to remote GNOME desktop.
Obviously the TERMINAL is running some NX start up script (I've no idea which one). If there is some other way to sudo into root?
View 14 Replies
View Related
Nov 12, 2010
I'm currently building a ubuntu distro and would like to run a script on GNOME startup. I've read about doing it through the session manager but I have to do it through chroot so I'll need to set it up as a terminal command. Is there a way to add an item to the Session Manager from terminal or, even better, a directory where I can put the script so it will run on start?
View 1 Replies
View Related
Jan 24, 2011
gnome-terminal from the Debian squeeze does not use the 'default_size_columns' and 'default_size_rows' from the /apps/gnome-terminal/profiles/Default/ folder of gconf.
View 6 Replies
View Related
Dec 10, 2010
Linux-goers. I did some research on this, but I am still fairly new to Linux. In Ubuntu 10.10 (Maverick), I accidentally overwrote my "/bin/bash" file. Dude, using "sudo" with a small typo can work disasters. Bash is now broken in the Terminal (gnome-terminal). Terminal itself still works fine, technically, but bash is still hosed/broken. Here is what I did to try to fix it: Booted from Ubuntu 10.10 live CD. Mounted my Ubuntu partition and manually copied the good/fresh "bash" file onto my hard drive. Verified copy was successful. Didn't help, as you see. Reinstalled "gnome-terminal" using synaptic package manager. Tried to reinstall bash via synaptic, it failed with error, "E: /var/cache/apt/archives/bash_4.1-2ubuntu4_i386.deb: subprocess new pre-removal script returned error exit status 2"
In Terminal, all basic commands work as far as I can tell. ("ls", "pwd", navigation, etc.) Here are some problems:My "username@computername" does not display in the prompt; only the $ sign. Bash keyboard shortcuts such as uparrow and tab do not work. Instead, each inserts a key code. I can't even move the cursor left/right. Aliases (a function of bash and .bashrc) are broken, of course. My sanity level decreases when I use Terminal now. For what it's worth, even with "sudo" I get a "permission denied" error when trying to run Google Chrome! I read something about a ".bashrc" file being a possible problem, but I don't know how to make it work, or the file's proper locations in Ubuntu 10.10. Is there something I can do with a "make" or "apt-get install" command or something?? Could this simply be a permissions problem? Is the link to "/bin/bash", "/bin/sh", or a ".bashrc" file broken? Guide me, oh Linux gurus.
P.S. I always wondered what exactly bash was and how it was different from the basic terminal. LoL, this is an excellent way to demonstrate the difference, and I WANT IT BACK!
View 9 Replies
View Related
Nov 6, 2010
I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.
My compiz settings window in General tab has 'Audible bell' checked.
My GNOME terminal has 'Terminal bell' checked.
I also added 'set bell-style audible' to my ~/.inputrc
And I also tried to manually load pcspkr module into my kernel.
No of the above helped or at least I haven't been able to notice any difference.
I also used some commands for irssi to produce bell sign.
View 2 Replies
View Related
Mar 5, 2011
Is there a terminal emulator which works well in an Ubuntu desktop and provides the following features which Mac OS X's Terminal application has? Re-wrapping text when the window is resized.A Clear command which clears scrollback (as the shell clear does not) and does not clear the cursor's line (typically containing a prompt).
View 2 Replies
View Related
Jul 24, 2011
I just installed fedora 15 and I can't seem to find my way around Gnome 3.0.1. In fedora 14 when I connected an external hard drive it used to automount itself. I can't find it in fedora 15 though.
How do I set startup applications in fedora 15? In fedora 14 I used to have this wizard to which I could add an application that I would want to run on startup.
View 14 Replies
View Related
Aug 16, 2011
I have a nice script that I've placed in the Startup Applications that open some windows for me when I reboot the computer and login. But when I connect remotely via RDP it runs this script too... and that isn't desirable. Is there a way I can prevent the script from running when I login through RDP?
View 2 Replies
View Related
Jan 22, 2010
While recently tweaking my system i deleted some startup applications from System->Preferences->Startup Applications. Now my themes and some other settings are not showing up while I login.
here the default set of startup application entries that come when you do a clean install? I am using Ubuntu 9.10 64bit
PS: If there is any work around to reset.
View 5 Replies
View Related
May 16, 2010
I tried to put a terminal in the desktop using more or less the procedure described in this article:
[URL]
It worked fine, but then I installed avant-windows-navigator and I think it created some conflicts with compiz and other applications.Both the desktop terminal and Skype started to appear in duplicate when I logged in. So I went to the startup applications menu and disabled them both. When I logged back in they both appear only once, but the terminal is in the wrong spot in the desktop.So there are probably some startup registers somewhere that are causing this.i've tried reinstalling compiz and I uninstall AWN and it didn't work.
View 9 Replies
View Related
Nov 21, 2010
I've just moved to Ubuntu and using Linux on the desktop in general. I use RHEL on a daily basis for work so don't really have much experience with window managers etc but like to understand how I'm doing what I'm doing. In that regard, I've configured a couple of scripts to be run when I login using 'System -> Preferences -> Startup Applications' but what I want to know is where do these settings actually get stored within the file system?
View 3 Replies
View Related
Feb 26, 2011
I'm having a hard time with my xfce netbook. Yesterday i was adding Tomboy note to my startup applications and i don't know why but since that i'm having a 50 seconds delay between the time i see my wallpaper and icons and the time my startup applications start to load. In this delay my CPU is stable and don't work at all.
Xfce is on my girlfriend netbook too and it seems that we have the same configurations when i look in "session and startup".
View 1 Replies
View Related
Apr 12, 2011
I am running Ubuntu 10.10 netbook edition as a virtual machine on a Windows 7 Host laptop. I install VirtualBox guest additions. Then I installed Chromium. I want Chromium to autostart whenever the Virtual Machine (Ubuntu) boots up. When I add the entry (system/preferences/startup) I use the command chromium-browser. It stays there until I reboot. After I reboot it disappears from the startup applications and does not startup like it should.
View 1 Replies
View Related
May 13, 2011
how to disable startup applications in GNOME 2.30.2 running on Ubuntu 10.04 LTS (64-bit). When I open Startup Applications (System --> Preferences -->) and uncheck a startup program, close Startup Applications and open it again, the program I unchecked is checked again. Even if I remove a program from the list it's there again the next time I open Startup Applications and the program opens when I restart.
View 1 Replies
View Related