Community
Participate
Working Groups
Build Identifier: SWT3.4.2 Create FileDialog, and use it select file on RedHat5 and Ubuntu8, it can see hidden files Reproducible: Always Steps to Reproduce: 1. on Redhat5 or Ubuntu8, create one empty file,for example name test.txt 2. open and edit the file, it will create one hidden file(test.txt~) under the same folder 3. run sample code, under view the files under the folder Bug: You will see test.txt and test.txt~ in File Dialog
Created attachment 179925 [details] sample code
Created attachment 179926 [details] screen shot
Any progress on this yet / can someone take a look?
If you open gedit, and use its FileDialog to open a file. Can you see test.txt~ there too. I can. AFAIK, hidden files in linux are files that start with a ".". I don't think files ending with a "~" are to be hidden. Bogdan, do you agree with me ?
Yup - on Linux to make a file hidden a period must be added to the beginning of the object name. Addin ~ to the file name doesn't make it hidden.
Agreed. Closing.