Skip to content
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

Ambiguous Formatting for "Host" and "Target Directory" #162

Open
elsiehupp opened this issue Dec 1, 2023 · 1 comment
Open

Ambiguous Formatting for "Host" and "Target Directory" #162

elsiehupp opened this issue Dec 1, 2023 · 1 comment

Comments

@elsiehupp
Copy link

"Host" Field

When setting up my configuration, I repeatedly got an error (NT_STATUS_NOT_FOUND). It turned out that this was because I was using a hostname like smb://example.local rather than just example.local.

The instructions for this configuration field could be more helpful if they say to omit the smb://. Or, alternately, the configuration parsing script could automatically strip it out (in order to make it a moot point).

"Target Directory" Field

Additionally, the instructions for "Target Directory" say to leave the field blank in order to use the root directory of the share, but the field in the UI is marked as mandatory, so the field will be highlighted in red if it is left blank. (As far as I can tell, a value of / works the same as leaving the field blank.)

I'm not sure what precisely makes the field appear to be mandatory in the UI, but that should probably be changed so as to avoid a false warning condition.

@elsiehupp
Copy link
Author

This is a bit off left field, and I don't know what libraries you have access to, but it could be nice if you added the ability to use something like the gvfs network browser used by gio. I mean, like, for SMB/CIFS, but also potentially for any other supported file protocols. Having to manually enter strings (and keep track of prefixes, formatting, etc.) can be a pain...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant