http://bugs.winehq.org/show_bug.cgi?id=57828 --- Comment #16 from Todd Chester <ToddAndMargo(a)zoho.com> --- Fedora 41 wine-10.4-2.fc41.x86_64 (Wine staging from the Fedora repo) wine-10.4-2.fc41.i686 also reproduced on Wine-devel 10.11 This is a pathing problem. What we already know is that we can not run Approach directly from it own directory ~/.wine/drive_c/lotus/approach But if create a directory ~/.wine/drive_c/lotus/jumble and you copy both ~/.wine/drive_c/lotus/approach ~/.wine/drive_c/lotus/compnent into jumble, you can run approach from jumble, but you can't get your Smart Icon bar. Okay, I did a test on Windows 10. If you rename C:\lotus\approach\icons>rename mainbar mainbar.000 You lose your Smart Icons. So the pathing problem blocking the ability to run approach directly from is own directory (it can't find the compnent directory) is also affecting approach's ability to find the icons directory. [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment] "PATH"="C:\lotus\compnent;C:\lotus\compnent\approach;C:\lotus\compnent\approach\icons\mainbar;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\wbem;%SystemRoot%\system32\WindowsPowershell\v1.0" Does not help. AND! this is not an issue under Fedroa 39 wine-9.1-1.fc39.i686 (staging from the Fedora repo) Please fix. Approach is MISERABLE to operate with the Smart Icons. Many thanks, -T -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.