mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
c4fdb65a5a
commit
5177cd249c
@ -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
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user