Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-15742

FileDialog goes to wrong location (symlink?) from left menu

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • Qt Creator 3.5.1
    • Quick / QML Support
    • 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 Документы/
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mabenell Marco Benelli
            aknew85 Alexander Kazansky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes