Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
* Removed libappindicator
  • Loading branch information
murkl committed Feb 22, 2024
1 parent 76db86c commit 78068fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export MODE="$1" # Start debug: ./installer.sh debug
# LICENCE: GPL 2.0

# VERSION
VERSION='1.3.6'
VERSION='1.3.7'
GUM_VERSION="0.13.0"

# ENVIRONMENT
Expand Down Expand Up @@ -799,10 +799,6 @@ exec_install_desktop() {
# GNOME wayland screensharing, flatpak & pipewire support
packages+=(xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-gnome)

# GNOME legacy Indicator support (need for systray) (51 packages)
packages+=(libappindicator-gtk2 libappindicator-gtk3)
[ "$ARCH_OS_MULTILIB_ENABLED" = "true" ] && packages+=(lib32-libappindicator-gtk2 lib32-libappindicator-gtk3)

# Audio (Pipewire replacements + session manager)
packages+=(pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber)
[ "$ARCH_OS_MULTILIB_ENABLED" = "true" ] && packages+=(lib32-pipewire lib32-pipewire-jack)
Expand Down

0 comments on commit 78068fc

Please sign in to comment.