http://bugs.winehq.org/show_bug.cgi?id=24850
Summary: Explorer++ resets custom toolbar buttons on each startup Product: Wine Version: 1.3.5 Platform: x86-64 URL: http://www.explorerplusplus.com/download OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
Created an attachment (id=31445) --> (http://bugs.winehq.org/attachment.cgi?id=31445) terminal output
The buttons displayed in the main toolbar can be customized by right-clicking it and choosing "customize..." (or until bug 24843 is fixed, the lowest bit of blank space in that menu). On Windows, it saves any changes made there and restores them on each startup. No such luck in Wine, where it resets to the defaults on each startup.
Native comctl32 (v6) makes it work as expected. This line might be suspicious:
fixme:toolbar:TOOLBAR_Save save to L"Software\Explorer++\Settings" L"ToolbarState"
P.S. There's an easy workaround which just started working in git (it'll make the program crash on startup in 1.3.5 or earlier): go into options and enable portable mode.