commit: 5177cd249cdbc8f897c0a08610a16e61e75201cf Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Jun 19 14:51:09 2025 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Jun 19 15:07:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5177cd24
net-misc/dropbox: add some info text regarding new tray icon Bug: https://bugs.gentoo.org/955139 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-misc/dropbox/dropbox-226.4.5094-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild index 6c2db54b2cd6..93ac620bb068 100644 --- a/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild +++ b/net-misc/dropbox/dropbox-226.4.5094-r1.ebuild @@ -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 + }
