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.
http://bugs.winehq.org/show_bug.cgi?id=24850
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=24850
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2013-05-19 02:47:49 CDT --- --- fixme:toolbar:TOOLBAR_Save save to L"Software\Explorer++\Settings" L"ToolbarState" ---
Yes, it's most likely it.
https://bugs.winehq.org/show_bug.cgi?id=24850
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |063c7866f5e770c5efaa628e2e4 | |9db503f95469b Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- This is fixed with 063c7866f5e770c5efaa628e2e49db503f95469b, registry toolbar state value is created, I just checked that.
https://bugs.winehq.org/show_bug.cgi?id=24850
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.47.