https://bugs.kde.org/show_bug.cgi?id=357499

            Bug ID: 357499
           Summary: QFileDialog don't work if application name contains
                    '/' sign
           Product: frameworks-kio
           Version: unspecified
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: fa...@kde.org
          Reporter: tomasz.meresin...@comarch.com
                CC: kdelibs-b...@kde.org

When application has application name containing '/' (for example "dir/subdir")
QFileDialog won't work with error "KIO Connection server not listening, could
not connect".

Reproducible: Always




Example code:
#include <QApplication>
#include <QFileDialog>

int main(int argc, char *argv[]) {
    QApplication app(argc, argv);
    app.setApplicationName("Dir/Subdir");
    QFileDialog::getOpenFileName();
}

Most probable explanation:
In strace I can see log:
"open("/run/user/1000/Dir/SubdirXM5962.2.slave-socket",
O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = -1 ENOENT (No such file or directory)"
so KIO (or something else) doesn't create necessary directory.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to