Summary: | Konqueror crashes when switching to embedded KPart | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Simon St James <kdedevel> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adawit, alex-kostjukov, kdedevel, programandoasm, schwab |
Priority: | NOR | ||
Version: | 4.8.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/e1428451f6f65686662e990c0d3356742b500d0e | Version Fixed In: | 4.10.4 |
Sentry Crash Report: | |||
Attachments: | $KDEHOME/share/apps/konqueror/konqueror.rc that seems to trigger it, |
Description
Simon St James
2012-04-29 09:39:04 UTC
Cannot reproduce this crash. Running the command shown above from the command line opens Konqueror with gwenview embeded on my machine too. Created attachment 70889 [details]
$KDEHOME/share/apps/konqueror/konqueror.rc that seems to trigger it,
Hi Dawit,
I just tried with an empty KDEHOME and, like you, was unable to reproduce the bug. Copying stuff over from my original config leads me to believe that it might by my konqueror.rc. I've attached it if you want to try for yourself :)
*** Bug 304699 has been marked as a duplicate of this bug. *** (In reply to comment #2) > Created attachment 70889 [details] > $KDEHOME/share/apps/konqueror/konqueror.rc that seems to trigger it, > > Hi Dawit, > > I just tried with an empty KDEHOME and, like you, was unable to reproduce > the bug. Copying stuff over from my original config leads me to believe > that it might by my konqueror.rc. I've attached it if you want to try for > yourself :) I did try it and I can reproduce it. The entry from that rc file that causes the crash is this one: <Action shortcut="Alt+Q" name="kwebkitpart-viewmode"/> I guess the "kwebkitpart-viewmode" is an invalid action ??? Not entirely sure, but it should not cause a crash nevertheless. *** Bug 297463 has been marked as a duplicate of this bug. *** *** Bug 318032 has been marked as a duplicate of this bug. *** Git commit e1428451f6f65686662e990c0d3356742b500d0e by David Faure. Committed on 12/05/2013 at 10:12. Pushed by dfaure into branch 'KDE/4.10'. Fix crash when an xmlgui file has shortcuts for viewmode actions. FIXED-IN: 4.10.4 M +4 -3 konqueror/src/konqmainwindow.cpp http://commits.kde.org/kde-baseapps/e1428451f6f65686662e990c0d3356742b500d0e |