Bug 234885 - dolphin is too noisy if opening a zip file
Summary: dolphin is too noisy if opening a zip file
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 14:25 UTC by Toralf Förster
Modified: 2010-08-01 18:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster 2010-04-20 14:25:55 UTC
Version:           1.4 (using 4.4.2 (KDE 4.4.2), Gentoo)
Compiler:          i686-pc-linux-gnu-gcc
OS:                Linux (i686) release 2.6.34-rc5

If I call dolphin from the command line gievn a zip file as first argument I get :

tfoerste@n22 ~/tmp $ dolphin foo.zip 
Object::connect: No such slot DolphinSearchBox::slotClearButtonClicked()
Object::connect: No such signal DolphinController::requestUrlChange(const KUrl&)
Object::connect: No such signal DolphinController::requestUrlChange(const KUrl&)
KDirWatch: /home/tfoerste/tmp/Report_QA.zip is a file. Use addFile!
tfoerste@n22 ~/tmp $ Object::disconnect: Unexpected null parameter


If I then close dolphin it quacked furthermore this :

tfoerste@n22 ~/tmp $ dolphin(9673)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(9673)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(9673)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(9673)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
Object::disconnect: Unexpected null parameter
dolphin(9673)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
kDebugStream called after destruction (from void KDirWatchPrivate::removeEntry(KDirWatch*, KDirWatchPrivate::Entry*, KDirWatchPrivate::Entry*) file /var/tmp/portage/kde-base/kdelibs-4.4.2/work/kdelibs-4.4.2/kio/kio/kdirwatch.cpp line 950)
Cancelled INotify (fd 10, 1) for "/home/tfoerste/.local/share//user-places.xbel"


I'm wondering whether this is harmless or not.
Comment 1 FiNeX 2010-08-01 16:51:29 UTC
The only difference with starting dolphin without any parameter is the following line:

KDirWatch: /home/tfoerste/tmp/Report_QA.zip is a file. Use addFile!


@Peter: is this a problem?
Comment 2 Peter Penz 2010-08-01 18:54:44 UTC
@FiNeX: I don't think this is a problem (in any case it is out of scope of Dolphin) As the missing slots above have been fixed, I've set this report to RESOLVED. Thanks Toralf for reporting this warnings.