Bug 112384 - JJ: Crash handler should offer to re-open crashed application
Summary: JJ: Crash handler should offer to re-open crashed application
Status: RESOLVED FIXED
Alias: None
Product: drkonqi
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 125937 181225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-10 21:23 UTC by David A Taylor
Modified: 2009-05-02 04:00 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David A Taylor 2005-09-10 21:23:34 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    Unspecified Linux
OS:                Linux

I would like like the 'crash handler' to have a button/offer to re-open the application that just crashed.
Comment 1 Thiago Macieira 2005-09-10 21:43:45 UTC
Good idea.
Comment 2 Chris Howells 2006-06-05 21:28:00 UTC
*** Bug 125937 has been marked as a duplicate of this bug. ***
Comment 3 Lubos Lunak 2008-01-22 15:38:21 UTC
JJ: kdebase/runtime/drkonqi is the crashhandler app, kdelibs/kdeui/util/kcrash.cpp is the code startin it, a button needs to be added, KCrash class needs to pass to drkonqi also the full command line.

Comment 4 monstermunch 2008-04-15 19:07:33 UTC
I was just going to add this as a wishlist item but found this duplicate. The way I thought this could work is:

* whenever a KDE application is launched which makes use of the crash handler, the command used to launch the program is stored.
* when an application crashes, pop-up with a polite message such as "Sorry, it looks like kmail (email program) has crashed. Some of your work may have been lost. You may like to restart the application. <<Restart application>> <<Close>>    <<Details>>". The restart button will run the application with the same command again. The close button doesn't restart. The details buttons shows the stack trace, the command used to launch etc.

I'm not sure if there are any applications that would cause problems if restarted this way. The most common crashing applications for me are kontact, amarok, konqueror, kaffiene etc. and sometimes kdesktop, kwin. I can't see any issues with restarting these with the way they were started before.

I think this would be a fantastic usability addition. Applications shouldn't crash but they do. When something does crash, offering a friendly message and the option to restart would relieve the frustration as you don't have to hunt down the application from the kmenu. This is especially important if it's something the user rarely starts themselves like kdesktop (which needs the command-line), amarok (this is in my session so I don't normally have to launch it and launching it requires me to search for it).
Comment 5 Karthik Periagaram 2008-10-20 10:31:21 UTC
Confirmed for KDE4
Comment 6 Dario Andres 2009-02-24 22:11:11 UTC
*** Bug 181225 has been marked as a duplicate of this bug. ***
Comment 7 Dario Andres 2009-05-02 04:00:46 UTC
Implemented in the new DrKonqi (recently moved to 4.3trunk).