Summary: | Move 'Safely Remove' down in Places popup menu | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Christoph Feck <cfeck> |
Component: | panels: places | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | mikhail.krutov, nate |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=409381 | ||
Latest Commit: | https://commits.kde.org/dolphin/1eaf5d3e0362f8d39655e973bcd29813ae98652b | Version Fixed In: | |
Sentry Crash Report: |
Description
Christoph Feck
2019-03-18 23:00:11 UTC
Because of bug 405617 I cannot even re-mount the disk without disconnecting and reconnecting it again, which makes it even more "destructive". Actually, QTBUG-6632 is still open as https://bugreports.qt.io/browse/QTBUG-57849 I can understand where you're coming from. However I just want to point out that safely unmounting a disk is not destructive. :) Annoying if you do it by accident, maybe, but it's not destroying anything. :) I'd be okay with a patch that moves the Unmount action down a few rows. Maybe move the separator to below "Open in New Tab" and put the Unomunt action under there. Wanna submit such a patch? That should be easy to do, https://cgit.kde.org/dolphin.git/tree/src/panels/places/placespanel.cpp#n161 I've created a MR for this https://phabricator.kde.org/D19987 Please note, there are test failures on current master: FAIL! : PlacesItemModelTest::testDefaultViewProperties(Baloo - Documents) Compared values are not the same Loc: [/home/neko/src-kde/dolphin/src/tests/placesitemmodeltest.cpp(479)] FAIL! : PlacesItemModelTest::testDefaultViewProperties(Places - Audio) Compared values are not the same Loc: [/home/neko/src-kde/dolphin/src/tests/placesitemmodeltest.cpp(479)] FAIL! : PlacesItemModelTest::testDefaultViewProperties(Baloo - Today) Compared values are not the same Loc: [/home/neko/src-kde/dolphin/src/tests/placesitemmodeltest.cpp(479)] Those tests fail without my changes, and I'm not sure what change has introduced those failures. Git commit 1eaf5d3e0362f8d39655e973bcd29813ae98652b by Nate Graham, on behalf of Tigran Gabrielyan. Committed on 24/03/2019 at 17:31. Pushed by ngraham into branch 'Applications/19.04'. Move Safely Remove down in places context menu Summary: BUG: 405620 Reviewers: #dolphin, ngraham, elvisangelaccio Reviewed By: #dolphin, ngraham, elvisangelaccio Subscribers: elvisangelaccio, ngraham, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D19950 M +16 -16 src/panels/places/placespanel.cpp https://commits.kde.org/dolphin/1eaf5d3e0362f8d39655e973bcd29813ae98652b |