Search Criteria
Package Details: tint2-patched-git r2171.4913f61-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tint2-patched-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tint2-patched-git |
| Description: | tint2 is a simple panel/taskbar made for modern X window managers. Git release with patches from https://github.com/korbeljak/tint2. |
| Upstream URL: | https://github.com/korbeljak/tint2 |
| Licenses: | GPL |
| Conflicts: | tint2, tint2-git |
| Provides: | tint2 |
| Submitter: | korbel.jak |
| Maintainer: | korbel.jak |
| Last Packager: | korbel.jak |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-04-17 08:35 (UTC) |
| Last Updated: | 2026-05-16 06:48 (UTC) |
Dependencies (5)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- imlib2
- startup-notification
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
korbel.jak commented on 2026-05-26 05:03 (UTC)
@musdus
Yes, it does, but differently.
The issue here is that the original code deleted from the list it iterated on at the same time.
Now the iteration stops on deletion and goes from the beginning when that happens. Your fix is more efficient.
musdus commented on 2026-05-25 23:30 (UTC)
Hi @korbel.jak
Does this package include the systray iterator UAF fix? It addresses a SIGSEGV in
on_change_systray()triggered by Steam, Electron apps (Vesktop/Discord) and similar tray clients that destroy their window before the XEMBED handshake completes.