Moritz Lennert pisze:
On 01/03/10 11:29, Luisa Peña wrote:

I'm running GRASSsvn6.4.0 in Ubuntu 9.10 and wxpython GUI. Each file
needs to have at least a dot into filename in order to be visible  in
file browsers.

I can confirm this. In the wx GUI, file dialogs are configured to look for *.*, so any files which do not have an extension are not taken into account. To test, just 'touch test' and then try to find the file test.

I don't know where this is defined in the code source, but in my eyes there should be the possibility to "show all files", so looking for * and not *.*, maybe even replacing *.* by *

Reported as https://trac.osgeo.org/grass/ticket/978.

Maciek

--
Maciej Sieczka
http://www.sieczka.org

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to