IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
487 stars 73 forks source link

Refresh with multiple instances spacefm an mounts #754

Open mallxs opened 4 years ago

mallxs commented 4 years ago

Setup: Two debian/buster 10.1 systems. names: debian inet 192.168.1.86 and: winag2 inet 192.168.1.89 both with gonme/flashback, normally i have a SpaceFM in every workspace debian has a mount 192.168.1.89:/home/aeg on /home/aeg/winag8 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.86,local_lock=none,addr=192.168.1.89)

SpaceFM version 1.0.6

Test 1: On debian Only One instance of SpaceFM showing /home/aeg/winag8/test On Winag8 One instance of SpaceFM showing /home/aeg/test On winag8 create a new file AAP.txt No instant update on debian But the Refesh works.

Test 2: On debian open a 2th instance of SpaceFM showing ~ On winag8 create a new file NOOT.txt No instant update on debian But the Refesh works.

Test 3: On debian in 2th instance nav to /home/aeg/winag8/test On winag8 create a new file MIES.txt No instant update on debian on debian Refesh does not work any more.

Test 4: On debian in 2th instance create a new file TEUN.txt On debian in 1st instance there is a Update and also shows TEUN.txt But on both instances on debian the file MIES.txt (from test 3) still does not show up.

Test 5: On debian close the 2th instance On debian do a Refresh in the only instance Now the Refresh works again and file MIES.txt also show up.

PS: I also did run this test while there was a 3rd instance of SpaceFM on debian but only showing some local fs. with the same result.

Hoping this helps with the other 'files does not show cases'