windows-terminal-quake icon indicating copy to clipboard operation
windows-terminal-quake copied to clipboard

[Packaging] Uninstall prerelease, install release -> WTQ doesn't start anymore

Open disgorge69 opened this issue 6 months ago • 8 comments

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" }

disgorge69 avatar Jun 01 '25 20:06 disgorge69

I rebuild the app and it seems to work now.

disgorge69 avatar Jun 02 '25 04:06 disgorge69

@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?

flyingpie avatar Jun 02 '25 17:06 flyingpie

after the animation (switching window) the focus wasnt "focusing" hehe. I had to click into the windows to make it "active"

disgorge69 avatar Jun 03 '25 02:06 disgorge69

Was that version built from source too?

flyingpie avatar Jun 03 '25 08:06 flyingpie

it was a "winget pre-release", that I uninstall then reinstall winget "latest" release and refuse to open no matter what i tried

disgorge69 avatar Jun 03 '25 12:06 disgorge69

That's actually really useful, I'll investigate that further. Thank you!

flyingpie avatar Jun 04 '25 20:06 flyingpie

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.

flyingpie avatar Jun 14 '25 06:06 flyingpie

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: @.***>

disgorge69 avatar Jun 14 '25 06:06 disgorge69