net-misc/dropbox: add some info text regarding new tray icon

Bug: https://bugs.gentoo.org/955139
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2025-06-19 09:51:09 -05:00
parent c4fdb65a5a
commit 5177cd249c
No known key found for this signature in database
GPG Key ID: 7A85BDA4D57605C7

View File

@ -110,4 +110,19 @@ pkg_postinst() {
einfo " each user who will run dropbox:"
einfo ""
einfo "install -dm0 ~/.dropbox-dist"
einfo ""
einfo "If you do allow dropbox to update/install to your user homedir, you"
einfo " will need to create some compat symlinks to keep the tray icon working:"
einfo ""
einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 ~/.dropbox-dist/libappindicator3.so.1"
einfo "ln -sf libappindicator3.so.1 ~/.dropbox-dist/libappindicator3.so"
if has_version gnome-base/gnome-shell; then
if ! has_version gnome-extra/gnome-shell-extension-appindicator; then
einfo ""
einfo "Please install gnome-extra/gnome-shell-extension-appindicator if you"
einfo " require tray icon support for Dropbox in Gnome."
fi
fi
}