Greetings
Everytime I use a browse files function (e.g. r.in.gdal) all the files without a termination (.tif, .hdf) do not appear. Is this suppose to happen? Does anyone has the same problem?
Thank you
Best regards,
Luisa
Greetings
Everytime I use a browse files function (e.g. r.in.gdal) all the files without a termination (.tif, .hdf) do not appear. Is this suppose to happen? Does anyone has the same problem?
Thank you
Best regards,
Luisa
GRASS version? GUI (wx or tcl/tk)? OS & version?
Works just fine 6.4 rc's with tcl/tk UI on AMD64 Linux.
Maris.
2010/2/26, Luisa Peña <luisapena1979@gmail.com>:
Greetings
Everytime I use a browse files function (e.g. r.in.gdal) all the files
without a termination (.tif, .hdf) do not appear. Is this suppose to happen?
Does anyone has the same problem?Thank you
Best regards,
Luisa
Hello
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.
Thanks
Luisa
2010/2/26 Maris Nartiss <maris.gis@gmail.com>
GRASS version? GUI (wx or tcl/tk)? OS & version?
Works just fine 6.4 rc’s with tcl/tk UI on AMD64 Linux.
Maris.
2010/2/26, Luisa Peña <luisapena1979@gmail.com>:
Greetings
Everytime I use a browse files function (e.g. r.in.gdal) all the files
without a termination (.tif, .hdf) do not appear. Is this suppose to happen?
Does anyone has the same problem?Thank you
Best regards,
Luisa
On 01/03/10 11:29, Luisa Peña wrote:
Hello
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 *
Moritz
2010/2/26 Maris Nartiss <maris.gis@gmail.com <mailto:maris.gis@gmail.com>>
GRASS version? GUI (wx or tcl/tk)? OS & version?
Works just fine 6.4 rc's with tcl/tk UI on AMD64 Linux.
Maris.
2010/2/26, Luisa Peña <luisapena1979@gmail.com
<mailto:luisapena1979@gmail.com>>:
> Greetings
>
> Everytime I use a browse files function (e.g. r.in.gdal) all the
files
> without a termination (.tif, .hdf) do not appear. Is this suppose
to happen?
> Does anyone has the same problem?
>
> Thank you
>
> Best regards,
> Luisa
>_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
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
yes, Probably it’s. The thing is I don’t know where/how to fix this.
Best Regards
Luisa
2010/3/1 Maciej Sieczka <msieczka@sieczka.org>
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
Luisa Peña pisze:
yes, Probably it's. The thing is I don't know where/how to fix this.
In any case though don't hesitate to report bugs in GRASS Trac.
--
Maciej Sieczka
http://www.sieczka.org