Package Details: archey3-git 0.4.r57.gac68752-1

Git Clone URL: https://aur.archlinux.org/archey3-git.git (read-only, click to copy)
Package Base: archey3-git
Description: Python script to display system information alongside the Arch Linux logo.
Upstream URL: https://lclarkmichalek.github.io/archey3/
Keywords: info system
Licenses: GPL
Conflicts: archey, archey3, archey4
Provides: archey
Submitter: xyproto
Maintainer: HLFH
Last Packager: HLFH
Votes: 172
Popularity: 0.45
First Submitted: 2013-11-02 12:03 (UTC)
Last Updated: 2022-12-30 18:10 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15

BluePeppers commented on 2010-09-23 06:33 (UTC)

Fixed :) sorry about that, I hadn't tested it with mpd uninstalled.

<deleted-account> commented on 2010-09-23 05:08 (UTC)

Hi BluePeppers, I'm having this error: $ archey3 Traceback (most recent call last): File "/usr/bin/archey3", line 489, in <module> main() File "/usr/bin/archey3", line 483, in main archey.render() File "/usr/bin/archey3", line 399, in render results = self.prepare_results() File "/usr/bin/archey3", line 417, in prepare_results out = render(cls(*args, parent=self)) File "/usr/bin/archey3", line 384, in render instance.run_command() File "/usr/bin/archey3", line 342, in run_command super().run_command() File "/usr/bin/archey3", line 164, in run_command self.proccess = Popen(cmd.split(), stdin=PIPE, stdout=PIPE, stderr=PIPE) File "/usr/lib/python3.1/subprocess.py", line 658, in __init__ errread, errwrite) File "/usr/lib/python3.1/subprocess.py", line 1158, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory