| Summary: | No warning when creating conflicting directory | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | retired <pepko94> |
| Component: | general | Assignee: | David Faure <faure> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugseforuns, codestruct, elvis.angelaccio, kdelibs-bugs-null, luwx, mail, nate, thomas.surrel |
| Priority: | NOR | Keywords: | triaged, usability |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kio/ef57863a73c0e58b94f9f9f0aa1f4e918d98e79a | Version Fixed/Implemented In: | 5.54 |
| Sentry Crash Report: | |||
|
Description
retired
2018-10-28 15:49:46 UTC
Can confirm. SYSTEM INFO KDE neon Developer Edition KDE-Plasma-Version: 5.14.2 KDE-Frameworks-Version: 5.52.0 Qt-Version: 5.11.2 Might be in KIO. Need to investigate. It's in KIO, in knewfilemenu.cpp. Moving there. Here's a patch: https://phabricator.kde.org/D17617 Git commit ef57863a73c0e58b94f9f9f0aa1f4e918d98e79a by Nate Graham.
Committed on 01/01/2019 at 23:26.
Pushed by ngraham into branch 'master'.
Display error instead of silently failing when asked to create folder that already exists
Summary:
FIXED-IN: 5.54
Test Plan:
1. `mkdir ~/test`
2. In Dolphin, try to create `~/test`: folder not created
3. In Dolphin, try to create `~/test/foo`: folder created
4. In Dolphin, try to create `~/testo`: folder created
{F6481099}
Reviewers: #dolphin, elvisangelaccio, dfaure
Reviewed By: #dolphin, elvisangelaccio, dfaure
Subscribers: anthonyfieroni, dfaure, emateli, elvisangelaccio, Codezela, kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D17617
M +15 -10 src/filewidgets/knewfilemenu.cpp
https://commits.kde.org/kio/ef57863a73c0e58b94f9f9f0aa1f4e918d98e79a
*** Bug 355594 has been marked as a duplicate of this bug. *** |