-
Notifications
You must be signed in to change notification settings - Fork 220
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
Opening the OS-supplied File Manager (other than Nautilus) fail #674
Comments
Besides making the file browser configurable, we could try following approach for Linux:
If neither That would at least solve this particular issue on Kubuntu. |
ExperimentI've just collected how the error messages look like for the case an exception is raised.
If a file was properly included, it cannot be missing at all. There is a 3rd occasion for this pattern in Conclusion: Bad things:
Good things:
Aproach:
|
…711) Instead of Nautilus, xdg-utils xdg-open command is now used for opening directories in Linux. Also the related error dialogs have been reworked to have a unified look and feel and one can look into the details of the related command line call in case of error. Furthermore, the exit code if the command line call is evaluated. Added proper error dialog for CSS Panel Controller in case revealing a CSS fails.
Commands that require launching the OS File Manager fail with the following exception:
java.io.IOException: Cannot run program "nautilus": error=2, No such file or directory
.I tried
Expected Behavior
The OS-supplied File Manager application should open at that file's location and with that file selected.
Current Behavior
The following exception is thrown:
java.io.IOException: Cannot run program "nautilus": error=2, No such file or directory
.The error message popping up at "Reveal in Explorer" is misleading (it says "File cannot be found" instead of "Could not reveal / ".
Steps to Reproduce
Environment
OS: Kubuntu 22.04; file manager: Dolphin 21.12.3
Scene Builder Product Version
JavaFX Scene Builder 21.0.0
Build Information
Version 21.0.0
Date: 2023-10-05 12:11:04
JavaFX Version: 21
Java Version: 21, OpenJDK Runtime Environment
The text was updated successfully, but these errors were encountered: