Skip to content

Comments

Fix for display of failed message screen during startup on Linux#1385

Merged
mikedickey merged 4 commits intomainfrom
bugfix/failed-screen-on-startup
Jan 30, 2025
Merged

Fix for display of failed message screen during startup on Linux#1385
mikedickey merged 4 commits intomainfrom
bugfix/failed-screen-on-startup

Conversation

@mikedickey
Copy link
Collaborator

Fix studio padding (or lack thereof) when browsing on Linux

I think these are more related to the use of newer Qt releases versus Linux, but since we pin to older releases on other platforms I'm only mentioning that in the changelog

I honestly don't understand why rearranging things in vs.qml fixes the display of the failed screen, but it seems to work..

this reverts the logic in VirtualStudio::connectToStudio except that
it adds an extra check for the server host being empty. The first
time you connect, this should always be empty, forcing it to wait
for the websocket response. But it will not be empty for subsequent
reconnects to the same studio, enabling it to not have to wait for
a new websocket message.
@mikedickey mikedickey requested a review from nwang92 January 30, 2025 22:19
Fix regression with reconnecting JackTrip audio during live session
Fix studio padding (or lack thereof) when browsing on Linux

I think these are more related to the use of newer Qt releases
versus Linux, but since we pin to older releases on other platforms
I'm only mentioning that in the changelog

I honestly don't understand why rearranging things in vs.qml fixes
the display of the failed screen, but it seems to work..

Bump upload-artifact to v4 to fix github actions
@mikedickey mikedickey force-pushed the bugfix/failed-screen-on-startup branch from 1601033 to 5c02b6c Compare January 30, 2025 22:39
@mikedickey mikedickey force-pushed the bugfix/failed-screen-on-startup branch from 1060d83 to 150ca35 Compare January 30, 2025 23:26
@mikedickey
Copy link
Collaborator Author

mikedickey commented Jan 30, 2025

It turns out that the flatpak-builder action we're using relies on an older API (v3) to upload artifacts to github, and github stopped supporting v3 today. i worked around it by telling it not to upload artifacts, and adding an extra stage using the v4 github action.

@mikedickey mikedickey merged commit abc6acd into main Jan 30, 2025
19 checks passed
@mikedickey mikedickey deleted the bugfix/failed-screen-on-startup branch January 30, 2025 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants