Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
Qt Creator 3.5.1
-
None
-
QT Creator 3.5.1 + Qt 5.5.1 MinGW 32 bit +Win 8.1 64 bit one language edition
Description
I tryed to use FileDialog from QtQuick.Dialogs 1.2 with following code:
snippet
FileDialog { id: openBaseDialog modality: Qt.WindowModal title: qsTr("Choose a base's folder") selectExisting: true selectMultiple: false selectFolder: true onAccepted: { ... } }
and got strange behaviour: when I try to go to my Documents folder from left menu (My Computer > Documents or "Этот компьютер > Документы" in Russian localisation of Windows), I actually go to another location: "OneNote>Документы" (another folder with the same name).
It seems that I know what causes this behaviour: in Russian Windows Documents folder with localized name is just symlink (listing was got with git shell aka cygwin):
Kazanskiy@aknew-laptop ~ $ ls -l | grep документы lrwxrwxrwx 1 Kazanskiy 197609 28 май 10 2015 Мои документы -> /c/Users/Kazanskiy/Documents/ Kazanskiy@aknew-laptop ~ $ ls -l OneDrive/ total 1 -rw-r--r-- 1 Kazanskiy 197609 298 фев 14 13:31 desktop.ini drwxr-xr-x 1 Kazanskiy 197609 0 май 10 2015 Документы/