I get warnings errors and some lag when using the kdialog, either directly (eg. `kdialog --getopenfilename .`) or indirectly when used by other programs. The messages I get were about KSambaSharePrivate:: .. (can't remember the actual output right now) This is fixed by applying http://bugsfiles.kde.org/attachment.cgi?id=84643 so this issue is related to this https://bugs.kde.org/show_bug.cgi?id=320199 The other messages I got were from KUrlCompletion::postProcessMatch. (can't remember the actual output either). The problem this time is shown when the postProcessMatch tries to stat a relative filename. It tries to stat filenames that have "//" somewhere inside the path. I will attach a patch that when combined with the one above fixes the warnings here. Reproducible: Always Steps to Reproduce: 1. kdialog --getopenfilename .
Created attachment 84790 [details] patch that fixes the issue
Created attachment 84829 [details] A more efficient patch
step 1 is not enough to reproduce the bug. Please give me more details on how to reproduce it?
This seems to be triggered by (also?) not having an smb.conf file. Now I am using KDE 4.11.5. This is the output I get after moving /etc/samba/smb.conf :~$ kdialog.proper --getopenfilename . Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath) Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath) kdialog(4512) KSambaSharePrivate::testparmParamValue: We got some errors while running testparm "Load smb config files from /etc/samba/smb.conf Error loading services. " kdialog(4512) KSambaSharePrivate::findSmbConf: KSambaShare: Could not find smb.conf! Now (4.11.5), when the file is in place I don't get the KSambaSharePrivate::test warning, but the UPower:: ... ones are still here. That seems to be another bug. This time, I have also checked that kdebugdialog has 'Disabled all debug output' option enabled. Souldn't these kind of (debug?) output messages been printed at lease only when debug output is enabled? Also, why does kdialog need UPower?
We're mixing issues. The patch in this report is about KUrlCompletion, not about samba shares stuff....
For the UPower warnings I created https://bugs.kde.org/show_bug.cgi?id=339014 after talking to Lukas.
Is there anything left to do here?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!