Same as bug 16328, but for xfdesktop.
Andre Miranda referenced this bugreport in commit 00c5f70a943194c36f73cc15b93ded7d2ac7c71b Replace deprecated G_FILE_MONITOR_EVENT_MOVED (Bug #16342) https://git.xfce.org/xfce/xfdesktop/commit?id=00c5f70a943194c36f73cc15b93ded7d2ac7c71b
A moved file does not appear on the desktop, so there is something not working properly yet.
And if you revert that change will it appear on the desktop?
Yes. Does that mean that you cannot reproduce the problem?
On a second try, I was able to reproduce.
Created attachment 9528 diff This works. Not sure though if EVENT_CREATED should be put in an else block.
Andre Miranda referenced this bugreport in commit 3f54fd52169c52e952461ae89c499a30b87f370c Fix regression caused by Bug #16342 https://git.xfce.org/xfce/xfdesktop/commit?id=3f54fd52169c52e952461ae89c499a30b87f370c
(In reply to Theo Linkspfeifer from comment #6) > This works. Not sure though if EVENT_CREATED should be put in an else block. If it's moved to #else newly created files (e.g. touch ~/Desktop/foo) won't appear until refresh. The patch looks good, although now I'm not sure if we have to update Thunar, from my quick test removing MOVED_IN made no difference.