Created attachment 209536 [details] Patch to update x11/xfce4-dashboard - Update to 0.7.6 - Remove previous patches - Add new patch, because the 'animations.xml' file are not present in tarball, see my bug report [1]. In fact there are 2 patches, one in Makefile, we remove reference to animations.xml. Another one, which consists to hide toggle button, in order to enable (or disable) animations. [1] https://bugzilla.xfce.org/show_bug.cgi?id=16230
Thanks for the patch. To make sure I understand correctly: You are completely disabling the animations functionality because it's broken due to the missing animations.xml file?
(In reply to Guido Falsi from comment #1) Yes, patch in files/ directory hides widget in preferences window (this property is not easily accessible to end users).
A commit references this bug: Author: madpilot Date: Sat Nov 30 21:48:48 UTC 2019 New revision: 518731 URL: https://svnweb.freebsd.org/changeset/ports/518731 Log: - Update xfce4-dashboard to 0.7.6 - Remove old patches - Add patch to disable animations functionality. It's broken due to a missing file in the distribution PR: 242302 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Changes: head/x11/xfce4-dashboard/Makefile head/x11/xfce4-dashboard/distinfo head/x11/xfce4-dashboard/files/patch-libxfdashboard_application-database.c head/x11/xfce4-dashboard/files/patch-libxfdashboard_applications-menu-model.c head/x11/xfce4-dashboard/files/patch-settings_general.c head/x11/xfce4-dashboard/pkg-plist
Committed. Thanks!