Bug 389748 - [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
Summary: [Request] Changing icons for folders to a custom icon should default to the f...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 17.12.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2018-02-01 12:57 UTC by RaitaroH
Modified: 2018-06-28 00:34 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RaitaroH 2018-02-01 12:57:15 UTC
In Nemo (from Cinnamon) when you change a folder icon, the file manager opens the folder in question to look for an icon. Dolphin doesn't quite to that nor does it remember a icon folder location either (defaults to home) and it is really hard to change a lot of icons to some random icon you have. I am obviously referring to using custom icons not found in the icon theme used by the system.
Comment 1 Nate Graham 2018-02-01 22:14:32 UTC
So you would like the file picker to default to the current directory, not the user's home folder?
Comment 2 Christoph Feck 2018-02-01 23:18:03 UTC
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.
Comment 3 Christoph Feck 2018-02-01 23:19:08 UTC
Hm, that's for KIconButton, but dolphin probably directly uses the KIconDialog.
Comment 4 RaitaroH 2018-02-02 04:51:12 UTC
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.