Hi,
it does not work. It's weird, as even if I extend the patch and comment
the thunar_file_reload (file) call, it still calls tumblerd for every
single change.
I made sure I killed thunar before. "A" was not printed anyhow.
switch (event_type)
{
case G_FILE_MONITOR_EVENT_CREATED:
case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT:
case G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED:
fprintf(stderr, "A\n");
// thunar_file_reload (file);
break;
case G_FILE_MONITOR_EVENT_PRE_UNMOUNT:
case G_FILE_MONITOR_EVENT_DELETED:
// thunar_file_reload (file);
break;
default:
break;
}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031581
Title:
Tumblerd and Marlin use all available cpu and more
To manage notifications about this bug go to:
https://bugs.launchpad.net/marlin/+bug/1031581/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs