skypeforlinux: support app indicator
In contrast to e.g. Telegram or Slack, Skype does not show an app indicator in the GNOME tray. This is quite annoying, since Skype will continue to run in the background when its main window is closed, but there is no way to access it. This change adds libappindicator-gtk3 to the rpath to enable app indicator support.
This commit is contained in:
parent
7819588348
commit
08d1c7e4ed
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, dpkg
|
||||
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, glibc, gnome2, gnome3
|
||||
, gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg
|
||||
, gtk3, libappindicator-gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg
|
||||
, at-spi2-atk, libuuid, at-spi2-core }:
|
||||
|
||||
let
|
||||
@ -29,6 +29,7 @@ let
|
||||
gnome2.GConf
|
||||
gdk-pixbuf
|
||||
gtk3
|
||||
libappindicator-gtk3
|
||||
|
||||
gnome3.gnome-keyring
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user