-
Notifications
You must be signed in to change notification settings - Fork 53
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
File monitor doesn't work with SMB #280
Comments
Unfortunately, gvfs does not support file monitor for remote filesystems. |
Thank you very much for the explanation! So, there's no bug to fix but a feature to add. |
tsujan
added a commit
that referenced
this issue
Apr 9, 2019
Closes lxqt/pcmanfm-qt#933 and closes #280 After a file transfer job is finished inside a directory, if it is the path of an open folder that lacks file monitoring, this patch reloads its corresponding folder. In this way, the lack of file monitoring is partially compensated for. Please note that this doesn't work with `search://` because the files inside `search://` don't belong to it. WARNING: All libfm-qt based apps should be recompiled after this.
agaida
pushed a commit
that referenced
this issue
Apr 10, 2019
Closes lxqt/pcmanfm-qt#933 and closes #280 After a file transfer job is finished inside a directory, if it is the path of an open folder that lacks file monitoring, this patch reloads its corresponding folder. In this way, the lack of file monitoring is partially compensated for. Please note that this doesn't work with `search://` because the files inside `search://` don't belong to it. WARNING: All libfm-qt based apps should be recompiled after this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought it shouldn't work with SMB until @agaida said that it works in pcmanfm (GTK based).
The text was updated successfully, but these errors were encountered: