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

no file change notification #56

Closed
devZer0 opened this issue Nov 24, 2016 · 2 comments
Closed

no file change notification #56

devZer0 opened this issue Nov 24, 2016 · 2 comments

Comments

@devZer0
Copy link

devZer0 commented Nov 24, 2016

when i write to a samba share mapped in mucommander from another system (or another user does), mucommander does not automatically refresh the directory contents when a file or directory is added or removed, like windows explorer or apple finder do.

apparently (like in apple finder) there is not even a button / hotkey for manually refreshing the directory contents (did i miss that?), so the only thing you can do is to leave the directory and re-enter.

i like mucommander, but i think that`s really a missing feature for serious administrative use, as you cannot "lively" whatch to what´s happening in a directory

same goes for lokal file access, with a minor difference: if you select any file/folder in mucommander, the changed/added/remove files/dirs appear/disappear, so there is some easy way for manual refresh - but no automatic refresh, either

not sure if its a java limitation, but i think its some feature which can be expected from a flle manager in 2016

@ahadas
Copy link
Member

ahadas commented Dec 10, 2016

@devZer0 actually there is a way to manually refresh the current folder. By default it is mapped to F9 and there is also a button for that in the command bar (the lowest bar).

There is also a mechanism for automatic refresh, maybe you didn't wait long enough for it to refresh the folder? anyway, in '.mucommander' folder that resides in your home folder you'll find the following section in 'preferences.xml':

<auto_refresh>
  <wait_after_refresh>10000</wait_after_refresh>
  <check_period>3000</check_period>
</auto_refresh>

This allows you to customise the frequency of refreshes.
Can you please check to see if that would solve your issue?

@ahadas
Copy link
Member

ahadas commented Dec 12, 2018

Closing, @devZer0 feel free to reopen if the issue still exists.

@ahadas ahadas closed this as completed Dec 12, 2018
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

2 participants