-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[bug][File Association] "Open with" displays the app description instead of the app name on Windows #10968
Comments
Looks like Windows uses the There's also a way to set a FriendlyAppName which i think makes sense to use here (though at least on my system only very few apps use this). I guess this should be the ProductName? Or considering that this is only relevant for this feature (at least we only set the reg entries if file assocs are set) we should probably expose a config for this (like the assoc description) and let it fall back to ProductName. Do you think this is reasonable (if you understood wtf i was talking about lol)? |
I think we should change As for |
Ah right, forgot about that one. Good call! I'll open PRs for both of that later today. Edit: I'd rather wait for the friendly app name until requested. Don't think friendly name != product name is a common use case. |
Describe the bug
On Windows, when setting up File Association (NSIS + .msi), the description is used in the "Open With" dialog instead of the product/app name. (should be "Museeks", not "A clean, simple and cross-platform music player" ).
(sorry, not possible to take screenshot of context menus in Windows 11, weirdly)
On macOS, works as expected:
Reproduction
Not a minimal reproduction, sorry:
Expected behavior
It should be using the app name, and not the app description.
Full
tauri info
outputThe text was updated successfully, but these errors were encountered: