| Summary: | [Request] Changing icons for folders to a custom icon should default to the folder in question or to some other place of user's choice | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | RaitaroH <RaitaroHikami> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | elvis.angelaccio, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 17.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=395443 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
RaitaroH
2018-02-01 12:57:15 UTC
So you would like the file picker to default to the current directory, not the user's home folder? From quickly checking: https://cgit.kde.org/kiconthemes.git/tree/src/kiconbutton.cpp#n160 does not open the KIconDialog with the currently selected icon. Maybe using setCustomLocation() for icons with a path helps. Hm, that's for KIconButton, but dolphin probably directly uses the KIconDialog. Would be nice to have the options to: 1. open the folder the icons is changed for 2. open some other folder that user wants (have a setting for this). Or at least default to the last used folder for icons. |