Skycoder42 / dolphin-seafile-plugin

A plugin for dolphin to show the seafile synchronization status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timers warning in syslog

de-es opened this issue · comments

commented

Everything is working fine, but there are the following warnings spaming the syslog when the plugin scans/enters Seafile synchronized directories.

QObject::killTimer: Timers cannot be stopped from another thread
QObject::startTimer: Timers cannot be started from another thread

If more files/directories are contained, more messages will appear.

Is this something that is fixable? Thanks in advance.

This seems to be an undetected multithreading issue - have you experienced any other errors beside these warnings?

commented

No, these are the only errors. Let me know if I can help to narrow the problem further down.