After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795952 - file dialog doesn't open drives
file dialog doesn't open drives
Status: RESOLVED DUPLICATE of bug 795855
Product: GIMP
Classification: Other
Component: User Interface
2.10.0
Other Windows
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2018-05-08 21:13 UTC by Vladimir
Modified: 2018-05-09 00:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vladimir 2018-05-08 21:13:50 UTC
Any file dialogues doesn't show content of windows drive.

Reproduce:
 Select "File- Open..." menu. "Open image" dialog appears.
 Select any drive (for example C:) in "Places" list. Central table stays empty
Expected result: content of selected drive showed in central table.

$ ./gimp-2.10.exe --version --verbose
GNU Image Manipulation Program версии 2.10.0
git-describe: Unknown, shouldn't happen
C compiler:
        Using built-in specs.
        COLLECT_GCC=x86_64-w64-mingw32-gcc
        COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper
        Target: x86_64-w64-mingw32
        Configured with: /var/tmp/portage/cross-x86_64-w64-mingw32/gcc-7.3.0-r1/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --target=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/x86_64-w64-mingw32/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/include --datadir=/usr/share/gcc-data/x86_64-w64-mingw32/7.3.0 --mandir=/usr/share/gcc-data/x86_64-w64-mingw32/7.3.0/man --infodir=/usr/share/gcc-data/x86_64-w64-mingw32/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-w64-mingw32/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-w64-mingw32/7.3.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 7.3.0-r1 p1.1' --disable-esp --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/x86_64-w64-mingw32 --disable-bootstrap --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --disable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --disable-vtable-verify --disable-libvtv --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer --disable-default-pie --enable-default-ssp
        Thread model: win32
        gcc version 7.3.0 (Gentoo 7.3.0-r1 p1.1)

используя GEGL версии 0.4.0 (собранной с версией 0.4.0)
используя GLib версии 2.56.1 (собранной с версией 2.56.1)
используя GdkPixbuf версии 2.36.12 (собранной с версией 2.36.12)
используя GTK+ версии 2.24.31 (собранной с версией 2.24.32)
используя Pango версии 1.42.1 (собранной с версией 1.42.1)
используя Fontconfig версии 2.13.0 (собранной с версией 2.13.0)
используя Cairo версии 1.15.12 (собранной с версией 1.15.12)
Comment 1 Vladimir 2018-05-08 21:21:12 UTC
OS: Windows 7 x64 Pro SP1
Comment 2 Michael Schumacher 2018-05-08 21:27:52 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 795855 ***
Comment 3 HeXoN 2018-05-08 23:41:25 UTC
I have the same problem, but running on Windows 10 x64, no previous GIMP version was installed. If you click the C-drive, D-drive, etc. nothing shows up. But if you click the pencil to edit the path, and type a full path (or select from the folders that appear from the "preview list" after typing ex. C:\ ) then it works. If you click on the "pictures" or "documents" shortcuts below the drives, those do work. Seems like an error in the code?

Noticed this error message appear when I enter "c:" (without the qoutes and a backslash) in the Location-entry:
"GIMP Message
Opening 'W:\work\documents\c:' failed:

Error opening file W:\work\documents\c:: Input/output error" 

Seems that GIMP thinks that everything is in the "documents" directory, even if you type "c:"?

Once you type C:\ en pick a directory in the list that appears, then it does work as intended as far as I notice (except for the root of the drives)

Hope this helps somehow. :-)
Comment 4 HeXoN 2018-05-09 00:01:27 UTC
Sorry, was too hasty and didn't notice the link to the original bug. Reposted previous message to bug 795855.