| Summary: | KDirWatch sends unrequested created / deleted signals for file | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Lars <lars.gehlert> |
| Component: | kdecore | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | cfeck |
| Priority: | NOR | ||
| Version First Reported In: | 4.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lars
2013-12-21 23:35:43 UTC
Kate uses KSaveFile, which could be the cause for what you see. (In reply to comment #1) > Kate uses KSaveFile, which could be the cause for what you see. I agree, it might very well be the cause for the signals, but not for these dir watche's seeing them. I have modifyed the subject line to reflect that. Especially the KDirWatch created from IPhython shouldn't see them. I tried again not using KDirWatch::self but a new object instead, still getting the same result. Using: from PyKDE4.kio import KDirWatch; w = KDirWatch(); w.addFile("/home/lars/bugs.txt") I got: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kate(25100)/kio (KDirWatch) KDirWatchPrivate::KDirWatchPrivate: INotify available: true /usr/lib/python3.3/site-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level. warn("The top-level `frontend` package has been deprecated. " kate(25100)/kdeui (KAction) KSelectAction::setCurrentAction: Action does not have the correct properties to be current: "" kate(25100)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added File "/home/lars/bugs.txt" for "" ["KDirWatch-1"] kate(25100)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir "/home/lars" for "/home/lars/bugs.txt" [""] kate(25100)/kio (KDirWatch) KDirWatch::setDeleted: "KDirWatch-2" emitting deleted "/home/lars/bugs.txt" kate(25100)/kio (KDirWatch) KDirWatch::setDeleted: "KDirWatch-1" emitting deleted "/home/lars/bugs.txt" kate(25100)/kio (KDirWatch) KDirWatch::setCreated: "KDirWatch-2" emitting created "/home/lars/bugs.txt" kate(25100)/kio (KDirWatch) KDirWatch::setCreated: "KDirWatch-1" emitting created "/home/lars/bugs.txt" Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone! Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! 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 mark the bug 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! 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! |