I'm using Suse SLED 10 SP2. I upgraded to SP2 recently. Earlier, whenever I was logging out, it would ask me if I wanted to save my session. Now after SP2 , it does not do that.
So, how do I save my session ?
I like to have around 15-20 bash shells open, so its a pain having to reopen them each time.
-
wearetheborg Notebook Virtuoso
-
System >> Preferences >> Sessions
Go to Session Options tab -
What are you doing with 15-20 bash shells open at the same time? Two is usually enough for me. And I use those pretty heavily. You know about pushd and popd, right? -
Sounds like you need to use Screen. You run all your terminals inside of one terminal, in which you run Screen. You can 'detach' the Screen session and log out. Later, you can log in (even remotely, using SSH) and reattach the Screen session, and everything will be there waiting for you. If you run an interactive program like irssi or rtorrent in Screen and detach the session, it will continue to run in the background. As long as your computer doesn't turn off, those shells will remain available.
-
wearetheborg Notebook Virtuoso
I've heard of pushd/popd, never used them.
Here is what I do with my bash shells
1. top
2. ./firefox (so I can see error messages and kill by CTRL-C periodically if RAM gets too high)
3 ./opera (to kill if it hangs)
4. ./azureus (yeah I could just do an "&")
5. Logged in as root (to unmount directories or do root stuff)
6. SSH'd into remote work computer
7-13. In different directories that are subdirectories of a paper I'm writing, so I can access each directory quickly.
14. tmp directory
15./thunderbird
16./kaffeine
In addition, I like to keep around 5 more shells open just so I always have shell immediately available.
srunni, thanks for the "screen" program, seems nifty, but I dont see how it would solve my problem. The "Gnome Terminal" already opens up bash shell in tabs. -
-
wearetheborg Notebook Virtuoso
-
Random question: CRT+C kills a program?
-
Code:killall [process name]
Code:kill [pid]
-
I've been using xkill all this time, thanks for the tip.
-
wearetheborg Notebook Virtuoso
I hope this works.
Anyway to save session in Gnome ?
Discussion in 'Linux Compatibility and Software' started by wearetheborg, Jul 2, 2008.