-
-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove audio logo from NVDA launcher #17507
base: master
Are you sure you want to change the base?
Conversation
Can we improve this? Is it possible to use a shorter sound? In order to let users know that the update has started, rather than being stuck for some reason. |
@@ -11,7 +11,6 @@ CRCCheck on | |||
|
|||
ReserveFile "${NSISDIR}\Plugins\x86-unicode\system.dll" | |||
ReserveFile "${NSISDIR}\Plugins\x86-unicode\banner.dll" | |||
ReserveFile "..\miscDeps\launcher\nvda_logo.wav" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also delete that file from miscDeps
in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created nvaccess/nvda-misc-deps#35. Do we want to merge that and update the submodule on this branch?
Unfortunately |
Link to issue number:
Closes #14068
Closes #15110
Summary of the issue:
The NVDA launcher currently plays an audio logo when launched.
This creates a number of problems:
Description of user facing changes
The NVDA launcher is now silent until the temporary copy of NVDA it includes is started.
Description of development approach
Removed all code related to playing the audio logo from
launcher/launcher.nsis
.Testing strategy:
Built the launcher and ran it from explorer.
Also ran NVDA from source patched to check for updates, and swapped the downloaded launcher for the one without the sound logo.
Known issues with pull request:
There is now an appreciable period of silence between NVDA quitting to perform an update, and the temporary NVDA speaking to read out the update progress.
Code Review Checklist:
@coderabbitai summary