[Packaging] Uninstall prerelease, install release -> WTQ doesn't start anymore
wtq v2 was working perfectly before. then was encountering some bug with the focus, so I uninstall wtq and reinstall and refuse to work now. Maybe because of the latest Win11 build ?
WindowsBuildLabEx : 27868.1000.amd64fre.rs_prerelease.250523-1335
this wtq.jsonc config was working perfectly
{ "$schema": "wtq.schema.json", "AnimationTargetFps": 120, "Apps": [ { "Name": "Terminal", "Hotkeys": [ { "Key": "Oem3", "Modifiers": "Alt" } ], "FileName": "wt", "ProcessName": "WindowsTerminal", "AlwaysOnTop": false, "HideOnFocusLost": "Never", "TaskbarIconVisibility": "AlwaysVisible", "Opacity": 97, "WindowTitleOverride": "PowerChienne", "HorizontalScreenCoverage": 95, "HorizontalAlign": "Center", "VerticalScreenCoverage": 60, "PreferMonitor": "WithCursor", "AnimationTypeToggleOn": "EaseInCubic", "AnimationTypeToggleOff": "EaseOutCubic" }, { "Name": "VSCode", "Hotkeys": [ { "Key": "D1", "Modifiers": "Alt" } ], "FileName": "Code", "ProcessName": "Code", "AttachMode": "FindOrStart", "AlwaysOnTop": false, "HideOnFocusLost": "Never", "TaskbarIconVisibility": "AlwaysVisible", "Opacity": 100, "HorizontalScreenCoverage": 100, "HorizontalAlign": "Center", "VerticalScreenCoverage": 85, "PreferMonitor": "WithCursor", "AnimationTypeToggleOn": "EaseOutCubic", "AnimationTypeToggleOff": "EaseInCubic" }, { "Name": "Brave", "Hotkeys": [ { "Key": "D2", "Modifiers": "Alt" } ], "FileName": "Brave", "ProcessName": "Brave", "AttachMode": "Find", "AlwaysOnTop": false, "HideOnFocusLost": "Never", "TaskbarIconVisibility": "AlwaysVisible", "Opacity": 100, "HorizontalScreenCoverage": 100, "HorizontalAlign": "Center", "VerticalScreenCoverage": 95, "PreferMonitor": "WithCursor", "AnimationTypeToggleOn": "EaseInCubic", "AnimationTypeToggleOff": "EaseInCubic" } ], "ShowUiOnStart": false, "AnimationTypeToggleOn": "EaseInCubic", "AnimationTypeToggleOff": "EaseOutCubic" }
I rebuild the app and it seems to work now.
@disgorge69 Thank you for reporting this!
Can you tell me what the bug with the focus was?
And when you say "rebuild", do you mean rebuild from source?
after the animation (switching window) the focus wasnt "focusing" hehe. I had to click into the windows to make it "active"
Was that version built from source too?
it was a "winget pre-release", that I uninstall then reinstall winget "latest" release and refuse to open no matter what i tried
That's actually really useful, I'll investigate that further. Thank you!
Note (to self, mostly), currently, only regular releases are pushed to WinGet, the prerelease that is available is quite ancient at this point.
I suspect that massive jump in version has something to do with it, maybe the config format changed enough that the current version didn't want to load it anymore.
Yeah I notice that the version was older
Sent from Proton Mail Android
-------- Original Message -------- On 6/14/25 2:22 AM, Marco van den Oever wrote:
flyingpie left a comment (flyingpie/windows-terminal-quake#191)
Note (to self, mostly), currently, only regular releases are pushed to WinGet, the prerelease that is available is quite ancient at this point.
I suspect that massive jump in version has something to do with it, maybe the config format changed enough that the current version didn't want to load it anymore.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>