Summary: | not inline renaming option disappeared | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Gernot Wieprecht <oldie> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugzilla, cfeck, jan.mussche, maxime.chassagneux, nightowl, wickmandm |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/7ca682fe903d6abfc44e2f26878e19ddc48b5633 | Version Fixed In: | 4.9.2 |
Sentry Crash Report: |
Description
Gernot Wieprecht
2012-08-05 16:50:51 UTC
And i see how I can cancel the action and save the new name. There are tons of advantages that speak for not renaming inline. Especially long names are much easier to rename not inline. It it is not in the settings anymore can I somehow enable it in some configuration file? I'm too desperately seeking for this option, I don't want inline renaming. The big advantage of the renaming box is the save and the cancel button and that you better see it. It feels more comfortable. Alas adding a "RenameInline=false" in dolphinrc doesn't change anything :(. You can find some discussion at bug 299327. Maybe with this report, we can get it back ;) Thanks for the bug report! It seems that there is some demand for non-inline renaming, so I'm not against bringing it back (in particular considering that the dialog still exists in the code and is used when renaming multiple files simultaneously). *** Bug 304642 has been marked as a duplicate of this bug. *** Sorry, I haven't seen that it was already reported. No problem! Sometimes I also have trouble to find out if something has been reported or not ;-) *** Bug 304935 has been marked as a duplicate of this bug. *** Resetting assignee to default as per bug #305719 +1 for reverting to the traditional KDE method for renaming files/folders. -1 for taking away the elegant way of renaming files/folders. Now KDE looks like the other DE's of which there are 13 in a dozen, as we say here in Holland. I chose KDE for its elegance, its different approach, its different look, but slowly it is changing to something I don't like anymore. That's a shame. Maybe it's time to find another DE. (In reply to comment #11) Please stop posting comments which are off-topic and/or destructive here. I never said that I will remove inline renaming. I'll just add an option that permits to choose between the rename dialog and inline renaming, like it was in KDE 4.7 and earlier. I appreciate your work, Mr. Reinighaus. I've read your time is precious and you have little of it for the dolphin right now. I hope you can ignore blaming comments and will nonetheless re-implement the feature in one of the next releases when your time permits it, I'm patiently looking forward to it. Please forgive another off-topic comment. Git commit 7ca682fe903d6abfc44e2f26878e19ddc48b5633 by Frank Reininghaus. Committed on 12/09/2012 at 21:13. Pushed by freininghaus into branch 'KDE/4.9'. Re-enable renaming items with the rename dialog User feedback has shown that many users used the dialog for renaming files. Since the dialog is still used when renaming multiple files, I think there is no good reason not to use it for renaming single files as well if the user wants. Note that we cannot add an option in the settings dialog due to string freeze issues. For the time being, you will have to add the line "RenameInline=false" to the [General] section of $KDEHOME/share/config/dolphinrc. FIXED-IN: 4.9.2 M +4 -0 dolphin/src/settings/dolphin_generalsettings.kcfg M +1 -1 dolphin/src/views/dolphinview.cpp http://commits.kde.org/kde-baseapps/7ca682fe903d6abfc44e2f26878e19ddc48b5633 It was actually surprisingly simple to fix because all the rename dialog infrastructure is still there. Note that we can't add a GUI option for this until KDE 4.10 due to string freeze issues. If you prefer to rename your files with the dialog, just open Dolphin's config file $KDEHOME/share/config/dolphinrc with a text editor, look for the [General] section, and add the line RenameInline=false Merci Frank, you rock :) I added bug 306705 as a reminder. Thanks a lot! |