gnome-shell-extension-better-tray-icons

LOW
maintainer nvidiahater 0 votes scanned 2026-08-31 09:44:49.557175
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1pkgname=gnome-shell-extension-better-tray-icons
2pkgver=3.1.2
3pkgrel=1
4pkgdesc="Brings tray icons back to the GNOME top panel, with an overflow popup behind a toggle button, per-app renaming and icon overrides, configurable click actions and settings sync. Wayland only."
5arch=('any')
6url="https://github.com/nexaknight/BetterTrayIcons"
7license=('GPL-3.0-or-later')
8depends=('gnome-shell')
9conflicts=("${pkgname}-git")
10_uuid='BetterTrayIcons@nexaknight.com'
11source=("${_uuid}-${pkgver}.zip::${url}/releases/download/v${pkgver}/${_uuid}.zip")
12noextract=("${_uuid}-${pkgver}.zip")
13sha256sums=('cec000d964c41b71ddd18b56466905fd80e17d48b9f39ed45b905634eb319a7d')
14
15package() {
16 local extension_dir="${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}"
17
18 install -d "${extension_dir}"
19 bsdtar -xf "${_uuid}-${pkgver}.zip" \
20 -C "${extension_dir}" --no-same-owner
21
22 install -Dm644 \
23 "${extension_dir}/schemas/org.gnome.shell.extensions.bettertrayicons.gschema.xml" \
24 -t "${pkgdir}/usr/share/glib-2.0/schemas/"
25 rm -r "${extension_dir}/schemas"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 09:44:49 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion