gnome-shell-extension-better-tray-icons
LOW
maintainer nvidiahater
0 votes
scanned 2026-08-31 09:44:49.557175
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
1
pkgname=gnome-shell-extension-better-tray-icons
2
pkgver=3.1.2
3
pkgrel=1
4
pkgdesc="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."
5
arch=('any')
6
url="https://github.com/nexaknight/BetterTrayIcons"
7
license=('GPL-3.0-or-later')
8
depends=('gnome-shell')
9
conflicts=("${pkgname}-git")
10
_uuid='BetterTrayIcons@nexaknight.com'
11
source=("${_uuid}-${pkgver}.zip::${url}/releases/download/v${pkgver}/${_uuid}.zip")
12
noextract=("${_uuid}-${pkgver}.zip")
13
sha256sums=('cec000d964c41b71ddd18b56466905fd80e17d48b9f39ed45b905634eb319a7d')
14
15
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-31 09:44:49 | Low | 1 |