Bug 166717 - shift-del deletes without confirmation dialog
Summary: shift-del deletes without confirmation dialog
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 12:24 UTC by Stefan Majewsky
Modified: 2008-07-19 22:17 UTC (History)
0 users

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 Stefan Majewsky 2008-07-16 12:24:27 UTC
Version:            (using KDE 4.0.98)
Installed from:    SuSE RPMs

After updating from 4.0.4 to some 4.1 Beta, Konqueror and Dolphin stopped to ask for comfirmation when deleting files with Shift-Del. The confirmation dialog still comes up when I only hit Del. A similar behavior occurs in the Folderview applet.

Please leave a notice which configuration files you need from me to examine the problem. I have not removed anything.
Comment 1 Peter Penz 2008-07-16 23:17:08 UTC
I cannot reproduce this issue. Please check in the Dolphin settings (General) whether "Ask for confirmation when deleting files or folders" is checked. Thanks!
Comment 2 Stefan Majewsky 2008-07-17 09:58:45 UTC
The settings dialog said that both confirmation dialogs (deletion and move to trash) are deactivated. It does not affect the process when I activate both, i.e. deletion is done without confirmation and move to trash requires confirmation, regardless of my settings.
Comment 3 Dario Andres 2008-07-19 21:26:52 UTC
(KDE 4.0.98 - ArchLinux): Dolphin always ask me to move to trash or delete regardless of my settings. (I've tested with both checkbox activated and deactivated and it always ask me)

UPDATE:

After I checked "Don't ask me anymore" in the "Move to Trash" confirmation dialog, It doesn't ask me anymore even if the "ASk for confirmation" checkbox is enabled in my Dolphin settings.

It seems like Dolphin doesn't use the "Ask confirmation for.." setting.

My dolphinrc contains:

[Notification Messages]
ConfirmTrash=true
Comment 4 Peter Penz 2008-07-19 21:39:18 UTC
I could reproduce the issue mentioned from Dario - there is really something wrong here -> I'll have a look on this...
Comment 5 Peter Penz 2008-07-19 21:53:53 UTC
SVN commit 834990 by ppenz:

fixed issue that Dolphin uses the wrong settings for the move-to-trash and delete-confirmation

BUG: 166717

 M  +16 -14    generalsettingspage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=834990
Comment 6 Peter Penz 2008-07-19 21:55:19 UTC
SVN commit 834992 by ppenz:

Backport of 834990: fixed issue that Dolphin uses the wrong settings for the move-to-trash and delete-confirmation

CCBUG: 166717

 M  +16 -14    generalsettingspage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=834992
Comment 7 Stefan Majewsky 2008-07-19 22:17:25 UTC
Thank you very much for your fix.