-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Loading files from gvfs volumes fails invisibly #1044
Comments
I've yet to test on a gvfs volume but even simple special path like |
nevermind, In our case, the |
Of course, a workaround on your side will be to create a symbolink link to this gvfs folder somewhere, but you probably already know that. Leaving this open until upstream fixes it (or we switch to another framework for handling options, see #434 ) |
I don't think |
Correct, but that is another issue: #1042 Let's open it again |
@snoyer this is now fixed right ? |
As far as I can tell:
So unless the gvfs stuff needs double checking just in case you should be able to close this issue |
I agree. @mqudsi , please test again with the last nightly: |
Describe the bug
f3d fails to load any files from a gvfs-mounted volume.
To Reproduce
Steps to reproduce the behavior:
0. Mount a folder via gvfs under a gnome-based Linux distribution; for example, under Ubuntu 23.04, mount an SMB folder containing an stl file and then attempt to open that path with
f3d
.f3d --dry-run "/run/user/1000/gvfs/smb-share:server=freebsd.local,share=general/cnc/Pill Bottle Cap/Normal Cap v7.stl"
Expected behavior
f3d should actually succeed in opening the file
System Information:
F3D Information
Paste the content of
f3d --version
:Additional context
Regular Linux apps can see the file without taking any special actions to account for gvfs file path:
The text was updated successfully, but these errors were encountered: