-
-
Notifications
You must be signed in to change notification settings - Fork 492
Description
Preflight Checklist
- I have fully read the README and it did not solve the problem.
- I have read the FAQ and it did not solve the problem.
- I have searched all open and closed issues for the same bug report without success.
EverythingToolbar Version
2.0.4
Variant
Search icon / Launcher
Everything Version
1.4.1.1026 (x64)
Windows Version
Windows 11 24H2 OS Bild 26100.6584
Steps to reproduce
If tray icon is disabled AND the app isn't pinned to taskbar, then setup assistant will always run, no matter what.
Reproduction:
- Unpin the app from your taskbar
- In Settings > Advanced, disable "Enable system tray icon"
- End the `EverythingToolbar.Launcher" task in Task Manager
- Launch EverythingToolbar
Expected Behavior
IsSetupAssistantDisabled=true
is respected, and launching EverythingToolbar does not trigger the setup assistant.
Actual Behavior
If the settings.ini contains IsTrayIconEnabled=false
, then setup assistant will run on each launch, ignoring the IsSetupAssistantDisabled=true
value.
2025-09-29_KAtPG9Zqpm.mp4
Log output
2025-09-29 11:35:38.0784|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:15:32.1303|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:17:27.6322|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:19:59.0462|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:22:53.4826|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:23:23.1822|INFO|EverythingToolbar.Search.SearchResultProvider|Everything version: 1.4.1|
2025-09-29 15:24:28.8825|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:25:21.7189|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:27:36.0196|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:28:34.6953|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:28:53.5610|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:29:07.9613|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:30:31.7724|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:34:15.1655|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:34:27.8465|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:47:30.6952|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:48:34.6680|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:48:42.8133|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:51:44.4547|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:54:05.3969|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:54:21.3215|INFO|EverythingToolbar.Search.SearchResultProvider|Everything version: 1.4.1|
2025-09-29 15:57:45.2739|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
2025-09-29 15:59:13.2754|INFO|Launcher|EverythingToolbar 2.0.4.0 started. OS: Microsoft Windows NT 10.0.26100.0|
Additional Information
Relevant issues: #433 #521 and especially #255.
Final Checklist
- I have provided detailed, clear information in all required fields above and put genuine effort into this bug report.