Package Details: systemd-manager-tui 1.2.4-1

Git Clone URL: https://aur.archlinux.org/systemd-manager-tui.git (read-only, click to copy)
Package Base: systemd-manager-tui
Description: A TUI for managing systemd services
Upstream URL: https://github.com/matheus-git/systemd-manager-tui
Keywords: manager ratatui rust systemd tui
Licenses: MIT
Submitter: matheus-git
Maintainer: matheus-git
Last Packager: matheus-git
Votes: 6
Popularity: 0.36
First Submitted: 2025-06-15 20:17 (UTC)
Last Updated: 2026-02-25 21:48 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

matheus-git commented on 2026-02-14 21:06 (UTC)

You're right, I added the file verification.

nilsw commented on 2026-02-13 19:13 (UTC)

It isn't recommended to SKIP the checksums for the archive download...

ScorpionTaj commented on 2026-02-12 00:29 (UTC) (edited on 2026-02-12 00:29 (UTC) by ScorpionTaj)

To provide a graphical menu entry for the TUI, users can create the following file and i hope the maintainer also add it for the users :-)

[Desktop Entry]
Name=Systemd Manager TUI
Comment=A TUI for managing systemd services
Exec=pkexec systemd-manager-tui
Icon=preferences-management-service
Terminal=true
Type=Application
StartupNotify=true
Categories=System;Settings;

matheus-git commented on 2026-02-11 22:23 (UTC)

Fixed, thanks!

gaitenis commented on 2025-12-11 08:06 (UTC)

Cannot build:

==> Starting build()...
error: no matching package named `crossterm` found
location searched: crates.io index
required by package `systemd-manager-tui v1.2.0 (/var/tmp/pamac-build-user/systemd-manager-tui/src/systemd-manager-tui-1.2.0)`
As a reminder, you're using offline mode (--frozen) which can sometimes cause surprising resolution failures, if this error is too confusing you may wish to retry without `--frozen`.
==> ERROR: A failure occurred in build().
    Aborting...
$ cargo --version
cargo 1.91.1 (ea2d97820 2025-10-10)p

matheus-git commented on 2025-12-08 01:03 (UTC)

Fixed, thanks.

KdU7aq commented on 2025-12-07 11:10 (UTC)

    Finished `release` profile [optimized] target(s) in 2m 00s
==> Entering fakeroot environment...
==> Starting package()...
/home/KdU7aq/.cache/paru/clone/systemd-manager-tui/PKGBUILD: line 20: cd: /home/KdU7aq/.cache/paru/clone/systemd-manager-tui/src/systemd-manager-tui: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Fixed by changing

cd "$srcdir/systemd-manager-tui"

to

cd "$srcdir/${pkgname}-${pkgver}"

in package() function.

matheus-git commented on 2025-11-14 19:15 (UTC)

Sorry for not updating earlier, i didn't realize there was this comments section and I was mainly checking the issues on GitHub. I believe everything should be satisfactory now. Thanks.

andykluger commented on 2025-10-30 19:26 (UTC)

Submitting a built binary as a non "-bin" package here is inappropriate. It looks like you have a draft PKGBUILD in good shape at https://github.com/matheus-git/systemd-manager-tui/blob/main/PKGBUILD -- please replace this with one based on that.