Package Details: tint2-git 17.0.1.r0.gf628cba-2

Git Clone URL: https://aur.archlinux.org/tint2-git.git (read-only, click to copy)
Package Base: tint2-git
Description: tint2 is a simple panel/taskbar made for modern X window managers. Git release.
Upstream URL: https://gitlab.com/o9000/tint2
Licenses: GPL
Conflicts: tint2, tint2-svn
Provides: tint2
Submitter: Black_Codec
Maintainer: Black_Codec
Last Packager: Black_Codec
Votes: 20
Popularity: 0.000000
First Submitted: 2015-03-14 13:14 (UTC)
Last Updated: 2022-10-16 13:25 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

korbel.jak commented on 2026-04-17 08:37 (UTC) (edited on 2026-04-17 08:38 (UTC) by korbel.jak)

@caellian I tried to fix this here: https://aur.archlinux.org/packages/tint2-patched-git

It takes some continuation forks into account and adds fixes on top.

eliran commented on 2024-04-13 05:16 (UTC)

tint2-git/src/tint2/src/config.c: In function ‘add_entry’:
tint2-git/src/tint2/src/config.c:693:13: error: format not a string literal and no format arguments [-Werror=format-security]
  693 |             snprintf(execp->backend->name, sizeof(execp->backend->name), value);
      |             ^~~~~~~~

caellian commented on 2024-04-08 11:15 (UTC) (edited on 2024-04-10 10:23 (UTC) by caellian)

Crashes with conky 1.9.7 and (probably) newer: https://github.com/brndnmtthws/conky/issues/1767

Suggested fix patch: https://gist.github.com/Caellian/334a31b00ddeaec2b124a8e66125e251

haawda commented on 2022-10-10 17:45 (UTC)

The description could be a bit more descriptive. This is tint2, the status bar, not tint the tetris game.

creio commented on 2021-02-18 11:16 (UTC) (edited on 2021-02-18 11:29 (UTC) by creio)

Chroot makepkg.

depends=('gtk2' 'gtk3' 'imlib2' 'startup-notification')
makedepends=('cmake' 'git')

jwhendy commented on 2018-01-02 00:02 (UTC)

Assuming I understand git commits well enough, am I right that this is super behind? 0.12.1 was two years ago (https://gitlab.com/o9000/tint2/tags?page=3&sort=updated_desc)! What's up with the status on this package?

TrialnError commented on 2015-09-02 19:51 (UTC)

Still, the v should be cut off via enhancing the sed command. Edit: Also mentioned in the VCS wikipage (third pkgver variation)

Black_Codec commented on 2015-09-02 19:41 (UTC)

I have update the variable pkgver to the current last version. In the archwiki is reported the pkgver as: ( set -o pipefail git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' || printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" ) that produce this version 0.12.1.r44.g1f7f197 that was the same version of the old whitout the r and g (0.12.1.44.17197). For everybody i suggest to reinstall this versioning. The pkgver() function respect the guide in archwiki so please no other modified to this function would be made until the wiki change.