Skip to content

general: don't use specific monitor for .desktop files

Rastersoft requested to merge dont_use_notification_inside_fileitem into master

Currently, when a .desktop file exists in the desktop folder, it creates its own monitor to detect when their permissions change and adjust its icon and hability to be launched.

This patch removes this monitor and uses the same used to monitor the desktop folder, thus reducing the resources usage.

Merge request reports