| Summary: | Wish: save and recall screen and command-line on exit | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Vincent Panel <bugs.kde.org> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | adaptee |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vincent Panel
2006-07-26 17:10:31 UTC
Just saw this the other day.... likely what would work... http://cryopid.berlios.de/ FWIW, You could probably do something similar with 'screen'[1], provided that konsole detached the screen session on logout, and reattached to it on login. 1. http://www.gnu.org/software/screen/ Good idea, I would like this as well. Cryopid is a bit too much for this feature : i don't want to suspend anything, just print the screen as I saw it last time. It's just a big "echo" of your terminal characters. I tried a screen session, but I can't see my screen back when I log on. In the configuration of the "screen session", the only command run is "screen" : are you sure it should reattach to your previous screen session ? Should I add an option or modify my .screenrc ? There is a more advanced form of this request here: http://bugs.kde.org/show_bug.cgi?id=58868 This should probably be marked a duplicate of that. For reference, screen --help will tell you that you can reattach with screen -r. screen -ls will show you available sessions, and screen -RR -D or something like that will either create a session if none is available or grab one if there is one available |