First upload to AUR4.
Search Criteria
Package Details: tkpacman 1.9.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tkpacman.git (read-only, click to copy) |
---|---|
Package Base: | tkpacman |
Description: | A lightweight GUI for pacman built with Tcl/Tk |
Upstream URL: | https://sourceforge.net/projects/tkpacman |
Keywords: | GUI pacman system |
Licenses: | GPL |
Submitter: | herremaw |
Maintainer: | None |
Last Packager: | herremaw |
Votes: | 55 |
Popularity: | 0.040623 |
First Submitted: | 2013-08-25 14:25 (UTC) |
Last Updated: | 2021-02-08 16:01 (UTC) |
Dependencies (10)
- tcl (tcl-fossilAUR, tcl84AUR)
- tk (tk-fossilAUR)
- kdesu (kdesu-gitAUR) (optional) – if you want to use kdesu instead of su or sudo
- konsole (konsole-gitAUR, konsole-osc52AUR) (optional) – alternative terminal emulator
- mate-terminal (optional) – alternative terminal emulator
- qterminal (qterminal-gitAUR) (optional) – alternative terminal emulator
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR) (optional) – if you want to use sudo instead of su
- vte3 (vte3-gitAUR, vte3-notificationAUR) (optional) – alternative terminal emulator
- xfce4-terminal (xfce4-terminal-gitAUR, xfce4-terminal-develAUR) (optional) – alternative terminal emulator
- xterm (xterm-alacritty-symlinkAUR, kitty-xterm-symlinksAUR, xterm-gitAUR, xterm-alacritty-smooth-cursor-symlinkAUR) (optional) – alternative terminal emulator
Required by (0)
Sources (1)
herremaw commented on 2015-06-08 13:50 (UTC)
herremaw commented on 2015-01-11 07:57 (UTC)
The update of pacman to version 4.2.0-5 fails, propably only on systems with Dutch locale (see https://bugs.archlinux.org/task/43257?project=3): when you try to run a pacman command after the update, pacman suggests to run 'pacman-db-update', but the command 'pacman-db-update' does not exist.
This also affects tkPacman because it is just a frontend for pacman.
To solve the problem, run 'pacman-db-upgrade' as root.
herremaw commented on 2014-12-23 07:11 (UTC)
Here is how you can use mate-terminal in tkPacman. Use the following string for the 'terminal' option:
mate-terminal --disable-factory --title=%t --command %c
herremaw commented on 2014-04-13 15:03 (UTC)
New upstream version.
herremaw commented on 2014-01-03 13:17 (UTC)
New upstream version
herremaw commented on 2013-12-02 07:28 (UTC)
I am sorry that it has taken almost a month to repair tkPacman.
The problem is not that it was difficult to solve, but that I was not aware of the problem. I was using tkPacman myself in locale nl_NL.UTF-8 which worked without problems. It also worked under en_GB.UTF-8, but failed in most non-English locales.
So, please, if you experience problems with tkPacman, let me know.
herremaw commented on 2013-11-29 14:11 (UTC)
Bug solved which caused tkPacman to crash on most non-English locales.
Pinned Comments
herremaw commented on 2020-12-14 08:45 (UTC)
If you want to use tkPacman with Konsole as virtual terminal, you will have to change the tkPacman option "terminal" from
konsole -nofork -p tabtitle=%t -e %c
to
konsole --title %t -e %c
If I have to update tkPacman for some reason, I will also correct the command template for Konsole.