For some reason the included hooks are not working for Discord anymore. =\
Search Criteria
Package Details: hardcode-tray-git 4.3.r246.g1d52b2c-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/hardcode-tray-git.git (read-only, click to copy) |
---|---|
Package Base: | hardcode-tray-git |
Description: | Fixes hardcoded tray icons |
Upstream URL: | https://github.com/bil-elmoussaoui/Hardcode-Tray |
Licenses: | GPL-3.0-or-later |
Conflicts: | hardcode-tray |
Provides: | hardcode-tray |
Submitter: | None |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 21 |
Popularity: | 0.003773 |
First Submitted: | 2016-11-14 17:48 (UTC) |
Last Updated: | 2025-07-18 16:47 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- librsvg (librsvg-gitAUR)
- python-cairosvg
- python-gobject
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – option to convert svg to png
- inkscape (inkscape-gitAUR) (optional) – option to convert svg to png
- nodejs-svgexportAUR (nodejs-svgexportAUR) (optional) – option to convert svg to png
Required by (1)
- papirus-icon-theme-git (optional)
Sources (3)
Latest Comments
quest commented on 2025-07-24 03:11 (UTC)
Darkhogg commented on 2024-07-01 13:26 (UTC)
This error is given during hook execution every time I upgrade my system:
Traceback (most recent call last):
File "/usr/share/hardcode-tray/hook.py", line 11, in <module>
from HardcodeTray.const import DB_FOLDER, USERHOME
ModuleNotFoundError: No module named 'HardcodeTray'
yochananmarqos commented on 2022-02-27 00:35 (UTC) (edited on 2022-02-27 00:38 (UTC) by yochananmarqos)
PSA: This package now compiles the Python bytecode and is now owned by the package. They were untracked files before, so you'll need to remove the old .pyc
files or overwrite when updating; i.e.,
sudo pacman -U hardcode-tray-git-4.3.r214.ga6ecf12-1-x86_64.pkg.tar.zst --overwrite /usr/lib/python3.10/site-packages/HardcodeTray/\*
abouvier commented on 2021-02-27 13:57 (UTC) (edited on 2021-02-27 13:58 (UTC) by abouvier)
This package produces untracked __pycache__ files. See https://bugs.archlinux.org/task/61329
yuanji commented on 2018-12-18 10:33 (UTC)
build faild via extra-x86_64-build command.
git
should be listed in makedepends correctly(there are two makedepends lines in PKGBUILD that causes the problem)
here is the patch I made. Thanks. https://gist.github.com/masakichi/fc074003c5f1e57ee3bf014c2305c4f5
mareex commented on 2017-08-04 14:35 (UTC)
missing dependency gobject-introspection
==> Erstelle Paket: hardcode-tray-git 4.1.r13.ga54cd5b-1 (Fr 4. Aug 16:28:37 CEST 2017)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Beginne pkgver()...
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
The Meson build system
Version: 0.41.2
Source dir: /home/marcus/.cache/pacaur/hardcode-tray-git/src/Hardcode-Tray
Build dir: /home/marcus/.cache/pacaur/hardcode-tray-git/src/Hardcode-Tray/builddir
Build type: native build
Project name: hardcode-tray
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Meson encountered an error in file meson.build, line 8, column 0:
Native dependency 'gobject-introspection-1.0' not found
Pinned Comments
yochananmarqos commented on 2022-02-27 00:35 (UTC) (edited on 2022-02-27 00:38 (UTC) by yochananmarqos)
PSA: This package now compiles the Python bytecode and is now owned by the package. They were untracked files before, so you'll need to remove the old
.pyc
files or overwrite when updating; i.e.,