After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 162169 - gnome-terminal terminates abruptly
gnome-terminal terminates abruptly
Status: RESOLVED WONTFIX
Product: gnome-terminal
Classification: Core
Component: general
2.8.x
Other Linux
: High normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-24 16:04 UTC by Sudhakar.V
Modified: 2005-05-25 19:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
patch for bug #162169 (3.73 KB, patch)
2005-01-06 13:36 UTC, Sudhakar Naidu.A
none Details | Review
modified patch (3.90 KB, patch)
2005-01-10 09:14 UTC, Sudhakar Naidu.A
none Details | Review

Description Sudhakar.V 2004-12-24 16:04:15 UTC
1.Open the gnome-terminal.
2.Type gedit or gedit & or some other application or program.
3..Now close gnome-terminal.(By Clicking Close Button or Alt+F4,don't use 'exit') 
4.The gnome-terminal and application will be closed abruptly.

I expect that it would prompt an "yes or No" dialogbox when we attempt to close
the terminal for conformation so that the data can be saved if necessary 

   One may think that it is comman in linux ,but it leads to sevear problems
while running big applications.For eg: while  building gnome i unexpectadly
closed gnome-terminal instead of closing other application which lead to the
rebuilding of gnome from scratch.
Comment 1 Sudhakar Naidu.A 2005-01-06 13:36:58 UTC
Created attachment 35549 [details] [review]
patch for bug #162169

The patch will use full to fix the bug #162169
  With this the problem of abrupt termination of gnome-terminal can be
eliminated,
which prompts a dialog box for conformation.
Comment 2 Sudhakar Naidu.A 2005-01-10 09:14:36 UTC
Created attachment 35778 [details] [review]
modified patch
Comment 3 Kjartan Maraas 2005-01-11 16:54:04 UTC
Please don't mark the bug as fixed before the patch is accepted and commited to CVS.
Comment 4 Kjartan Maraas 2005-05-11 12:46:03 UTC
I see the exact same behaviour when using xterm. What makes you think this is
the correct solution? Same thing in konsole btw.
Comment 5 Olav Vitters 2005-05-25 19:30:42 UTC
Sudhakar: Thanks for the patch.

I agree that we should always prevent data loss. However, popping up a dialog
every time is against the HIG. A dialog should popup when it is relevant, not
always. If it always pops up, the user will click without thinking. Plus I find
such dialogs highly annoying (these dialogs do not help at all).

As it isn't possible to determine when dataloss would occur and popping up a
dialog every time isn't an solution, closing as wontfix.