[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-11-08 Thread Mikle
https://bugs.kde.org/show_bug.cgi?id=373119

Mikle  changed:

   What|Removed |Added

 CC||gramoz...@rocketmail.com

--- Comment #9 from Mikle  ---
when trying to create a new folder in a dolphin or desktop(plasma->view folder)
the Invalid URL: QUrl ("") pops up. But in the conqueror folders are created
without problems. In the console only:
mike [ ~ ]$ dolphin
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "stash"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "mtp"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "mtp"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "mtp"
qt.accessibility.core: Cannot create accessible child interface for object: 
PlacesView(0xfc6740)  index:  25
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
Empty filename passed to function
The desktop entry file "/home/mike/.directory" has Type= "Application" but no
Exec line
kf5.kio.core: Invalid URL: QUrl("")

version of qt-5.9.2 frameworks-5.39 plasma-5.11.2 dolphin-17.08.2
all compiling from source(LFS), 
66/5000

previously collected versions (qt-5.9.2\5.37,38\17.04...08.0) worked
flawlessly, it all started after frameworks-5.39 plasma-5.11.2 dolphin-17.08.2.

building with qt5-git(aka 5.10.0)have not changed this situation.

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

[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-10-18 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=373119

Christoph Feck  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |UNCONFIRMED

--- Comment #8 from Christoph Feck  ---
Retracting status according to comment #6.

If you can still reproduce with recent versions (e.g. openSUSE Tumbleweed ISO),
please add a comment.

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

[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-10-05 Thread Teunizz
https://bugs.kde.org/show_bug.cgi?id=373119

--- Comment #7 from Teunizz  ---
Still present here:

guv@cetriolo:/data/guv/c/KDE_bugs> ./test
Invalid URL: QUrl("abcdefgh.edf")
Invalid URL: QUrl("abcdefgh.edf")
guv@cetriolo:/data/guv/c/KDE_bugs> plasmashell --version
plasmashell 5.8.6
guv@cetriolo:/data/guv/c/KDE_bugs>

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

[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-10-04 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=373119

--- Comment #6 from Christoph Feck  ---
I can no longer reproduce with recent versions, so I guess it was fixed in the
meantime.

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

[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-09-10 Thread Teunizz
https://bugs.kde.org/show_bug.cgi?id=373119

--- Comment #5 from Teunizz  ---
Any news?

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

[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-02-01 Thread Elvis Stansvik
https://bugs.kde.org/show_bug.cgi?id=373119

Elvis Stansvik  changed:

   What|Removed |Added

 CC||elvst...@gmail.com

--- Comment #4 from Elvis Stansvik  ---
I'm running into this issue with our product on Ubuntu 16.04 as well (KF5
5.18.0 and Qt 5.5.1), though we're only getting the "Invalid URL:
QUrl("blahblah")" messages.

Our QFileDialog is configured and shown as follows:

QFileDialog *dialog = new QFileDialog(this, "Select CSV File Name");
dialog->setModal(true);
dialog->setNameFilter("CSV Files (*.csv)");
dialog->setDirectory(QFileInfo(outputFileEdit->text()).dir());
dialog->setLabelText(QFileDialog::Accept, "OK");
dialog->setAttribute(Qt::WA_DeleteOnClose);
dialog->setFileMode(QFileDialog::AnyFile);
dialog->setAcceptMode(QFileDialog::AcceptSave);
dialog->selectFile(outputFileEdit->text());

connect(dialog, ::fileSelected, outputFileEdit,
::setText);

dialog->show();

Since we're initially targeting Ubuntu 16.04 exclusively with this product (and
using the packaged versions of KF5 and Qt), does anyone know if there's a
workaround to quench the messages?

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

[plasma-integration] [Bug 373119] QFileDialog sends messages to standard out

2017-01-24 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=373119

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |minor
Product|frameworks-kio  |plasma-integration
   Assignee|fa...@kde.org   |mgraess...@kde.org
Version|5.26.0  |5.8.95
 Ever confirmed|0   |1
  Component|general |general
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Christoph Feck  ---
Confirmed also with qpdfview "Save As".

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