Package Details: tkpacman 1.9.1-2

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: 54
Popularity: 0.016297
First Submitted: 2013-08-25 14:25 (UTC)
Last Updated: 2021-02-08 16:01 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

herremaw commented on 2017-06-18 07:28 (UTC)

Hello Fabio, I am the developer of tkPacman. It has been a while that I have tested tkPacman with konsole. From the information you have sent, it is obvious that konsole does not like the "--caption" option anymore. I would suggest that you first start with modifying the "terminal" option: menu Tools → Options, then choose the value with "konsole", then click on the "<->" button to edit the "terminal" option and remove "--caption %t". The terminal option should then be "konsole --nofork -e %c". I will also do some tests, but that may take some time because I need to install a system with KDE or plasma environment first. I will report on that later. I hope that in the mean time my suggestion will allow you to start using tkPacman. Kind regards, Willem Herremans

fafa commented on 2017-06-17 17:22 (UTC) (edited on 2017-06-17 17:29 (UTC) by fafa)

Hello , thanks for this very useful tool! i am coming from Debian and i was abit to have a GUI like this unfortunately i have an issue and i hope someone could help me Error executing '/tmp/tkpacman-2394-xterm.sh'. Unknown option 'caption'. child process exited abnormally /tmp/tkpacman-2394-xterm.sh: 1 #!/bin/sh 2 konsole --nofork --caption 'tkPacman - Run as root' -e '/tmp/tkpacman-2394-cmd.sh' /tmp/tkpacman-2394-cmd.sh: 1 #!/bin/sh 2 echo "pacman --sync --refresh --sysupgrade" ; su --command="pacman --sync --refresh --sysupgrade" ; read -p "Press ENTER to close the terminal. " i tried to modify runasroot - i added kdesu before %terminal and at least now tool asking me to insert root password- anyway afterthat no results (terminal not opened) and same error above described - i have konsole and also xterm installed thanks in advance! Fabio

herremaw commented on 2017-02-16 09:02 (UTC)

@not_anonymous I am afraid that I cannot do much about that. tkPacman just uses pacman to interact with the repositories and package database. So tkPacman and pacman behave exactly the same with respect to "IgnorePkg". For example: I have put the package "abook" in "IgnorePkg". Then tkPacman still shows it as available in the repository "extra" just as pacman itself when called with "pacman --sync --search abook". However, when I mark it for installation and then press Apply in tkPacman, tkPacman calls the command "pacman --sync abook". Then pacman will respond with: :: abook is in IgnorePkg/IgnoreGroup. Install anyway? [Y/n] This means that you are reminded that "abook" is in IgnorePkg and that you still get the opportunity to decide what to do with that.

not_anonymous commented on 2017-02-16 01:43 (UTC) (edited on 2017-02-16 01:44 (UTC) by not_anonymous)

Great package....I *finally* noticed a bug (after using this for a few weeks); I placed a package in pacman.conf's "IgnorePkg" and it is not being ignored !! (yaourt DOES ignore...)

herremaw commented on 2016-09-12 15:00 (UTC)

Upgraded to version 1.7.0. Changes: - The option "fontincrement" has been added. It saves the font size used by tkPacman. - Correction in the help text: the hyperlink to "Partial upgrades are unsupported" has been corrected.

herremaw commented on 2016-09-11 18:26 (UTC)

@philo I am working on a newer version that will include this new feature. It only needs some testing.

philo commented on 2016-09-11 12:43 (UTC)

Thanks for your prompt reply. Ctrl+ or Ctrl- work for browsers with the '+' or '-' signs of the numeric keypad but not for tkPacman. For bigger fonts, as you suggest, I must hit Ctrl & Shift with the '+' sign of the main keyboard, not the numeric pad. For smaller fonts, it is Ctrl and the '-' sign of main keyboard. That is on a French AZERTY keyboard. In any event, the change of font size is not memorized...

herremaw commented on 2016-09-11 11:18 (UTC)

@philo I am also using tkPacman under XFCE. For me Cntrl+ and Cntrl- do work. But, if "+" and "-" normally need the SHIFT-key to be held down, as is the case on my US QWERTY keyboard, you also need to hold down the SHIFT-key together with the CONTROL-key to type Cntrl+ and Cntrl-.

philo commented on 2016-09-11 09:27 (UTC) (edited on 2016-09-11 09:28 (UTC) by philo)

Resizing window is memorized but changing the font size is not. Also, the shortcuts Cntrl+ and Cntrl- are not working for me (running XFCE).

herremaw commented on 2015-10-13 08:12 (UTC)

Upgraded to version 1.6.1 Changes: - The button "Check Upgrades" was renamed to "List Upgrades". - tkPacman no longer calls the pacman script "checkupdates" but provides the same functionality by setting up a temporary copy of the package database at /tmp/tkpacman, where /tmp/tkpacman/local is a symbolic link to /var/lib/pacman/local, and by calling: fakeroot -- pacman --sync --refresh --dbpath /tmp/tkpacman pacman --query --upgrades --dbpath /tmp/tkpacman This gives the user more feedback on the progress than 'checkupdates' which hides all feedback on the progress from pacman. - The parsing of /etc/pacman.conf was completely rewritten. Up to now it is used by tkPacman to get the list of sofware repositories and the value of DBPath (default /var/lib/pacman).