-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Description
This is an issue related to file type association priority and content sniffing in Files UWP.
- The user has set a default application for the
.jar
file type (e.g.,Java(TM) Platform SE binary
). - When double-clicking a
.jar
file in Files UWP, the app ignores the user's default program setting and incorrectly attempts to open it using the built-in "compressed folder" functionality. - Expected behavior: Double-clicking the file should execute it using the user-set default application (Java).
Only If you restart Files Totally (not close and reopen the window) can resolve this issue, quite confusing.
Steps To Reproduce
- In Settings > Apps > Default apps, set the default app for
.jar
files toJava(TM) Platform SE binary
. - Locate a
.jar
file in Files UWP (e.g.,hmcl.jar
). - Double-click the file.
- Actual Result: The file is expanded as if it were a folder inside Files UWP.
- Expected Result: The file should be executed in the background using the Java runtime.
output_small_x264.mp4
Files Version
3.9.1.0
Windows Version
10.0.26100.4652 WorkStation
User ID
No response
Log File
I think this won't help.
Metadata
Metadata
Assignees
Labels
No labels