-
Notifications
You must be signed in to change notification settings - Fork 542
Open
Labels
Description
Describe the bug
If CopyQ is started minimized, the initial main window geometry is wrong.
To Reproduce
cmd /c start /min "" copyq- Use either the tray icon or tray menu's
Show/Hideto bring the main window up. - Notice that the window shows up only in the taskbar but nowhere on the desktop.
- Use other tool like System Informer to inspect the windows of copyq.exe, and notice that the main window (
Qt683QWindowIcon) is spawned at (-32000, -32000) with no width and height. - Same effect can be observed by creating shortcut to copyq.exe and set "Run" to "Minimized".
Expected behavior
The main window geometry should not be affected by whether the process is started minimized or not. It should always be visible when brought up.
Screenshots
Version, OS and Environment
CopyQ Clipboard Manager 13.0.0
Qt: 6.8.3
KNotifications: 6.12.0
Compiler: MSVC
Arch: x86_64-little_endian-llp64
OS: Windows 11 Version 25H2
Installation method: portable zip
Additional context
- The behavior can be reproduced with no user config.
- I tried to set
restore_geometry=falseaccording to window placement issue in multi-mon environment #1595 to no avail. - Log files after setting
COPYQ_LOG_LEVEL=DEBUG, one for start normal and one for start minimized, following the steps in the reproduction section.
Reactions are currently unavailable
