ee2c3b3bfadfa6bbd328ecee4aced1ad49446df4 introduced a debug log that causes a following compilation error: application-database.c: In function ‘xfdashboard_application_database_get_file_from_desktop_id’: application-database.c:1616:21: error: ‘self’ undeclared (first use in this function) `appDb` initialization happens in line 1649 so it could be used instead of `self` if moved a bit up.
Created attachment 9599 Proposed fix
Hi Daniel, thanks for reporting this issue and sending a patch to resolve it :) I have applied your patch and committed it to git. Thanks and regards Stephan