-
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Marvin edited this page May 5, 2026
·
1 revision
- Ensure
.NET 9 SDKis installed. - Run
dotnet restoreand check NuGet feed access.
- Install
nfpmvia GoReleaser apt repo:
echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | sudo tee /etc/apt/sources.list.d/goreleaser.list
sudo apt update
sudo apt install nfpm- Verify
nfpm --versionworks andnfpmis inPATH. - Ensure publish output exists before packaging.
- Check cooldown message and wait until retry window expires.
- Ensure Steam client is running and user is logged in.
- Confirm window settings in
MainWindow.axaml:SystemDecorations="None"ExtendClientAreaToDecorationsHint="True"ExtendClientAreaChromeHints="NoChrome"
- Validate compact style values in
Styles/TerminalCore.axaml. - Reduce headline and panel padding for high-DPI scenarios.