Summary: | profile + ssh + multiple tabs = sessions exiting | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | David Cary Hart <davidhart> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.5 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Cary Hart
2005-03-22 20:06:07 UTC
Yea, it exits all the sessions when I use konsole --profile test In the future, please attach the file instead of pasting... much easier. If I change all the Args# to /bin/bash it works as expected. I can't test the ssh because I don't have that stuff on my system (which is likely my konsole exited in comment #1). Args1=/bin/bash Args2=/bin/bash Args3=/bin/bash Args0=/bin/bash Args4=/bin/bash Args5=/bin/bash When you click on a session, does JUST that session exit? or does konsole exit? Do you get a passive popup saying "... exited with error code ###"? Just that session exits. No error code popup. Session 4 (of 0 to 4) is unaffected. I think the issue is the sshs. I don't have a machine I can ssh into, so I can't test this. I would have hoped some type of message would be displayed... If you can shorten the profile down just to wait it takes for this to happen that would be helpful. If you want a temporary account to test this on our server, let me know. I, too, think that the issue is sshs. What I cannot understand is why I can bring these up manually but not as a saved session. I have tried multiple "-t" (-t is required to run multitail) I think the session exiting is just the ssh ending. Is it always the same session that exits? Try changing the ActiveSession=0 to another session # and see what happens. In Configure->Notifications do you have 'A session has exited with non-zero status' set to messagebox (or log to file)? That way, you call tell if the command exited... Is this still valid? Reopen if you can still reproduce on a KDE 4 system |