From aac9e158d19757e5063bca81acbc034f18b7dd3d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 19 Jul 2025 22:25:32 -0500 Subject: [PATCH] Migration to add libappindicator-gtk3 --- migrations/1752981882.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/1752981882.sh diff --git a/migrations/1752981882.sh b/migrations/1752981882.sh new file mode 100644 index 0000000..f78d178 --- /dev/null +++ b/migrations/1752981882.sh @@ -0,0 +1,2 @@ +echo "Add missing libappindicator-gtk3 for Dropbox icon tray to work right" +yay -S --noconfirm --needed libappindicator-gtk3