Search Criteria
Package Details: system-config-users 1.3.8-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/system-config-users.git (read-only, click to copy) |
---|---|
Package Base: | system-config-users |
Description: | A graphical interface for administering users and groups |
Upstream URL: | https://than.fedorapeople.org/system-config-users |
Keywords: | gnome groups hat red users |
Licenses: | GPL |
Submitter: | tallero |
Maintainer: | tallero |
Last Packager: | tallero |
Votes: | 2 |
Popularity: | 0.000317 |
First Submitted: | 2020-02-11 18:32 (UTC) |
Last Updated: | 2023-08-28 19:29 (UTC) |
Dependencies (10)
- libselinux-python2
- libuser
- pygtk
- python2 (python2-bin)
- python2-rpm
- rpm-tools (rpm-tools-git)
- selinux-python2
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-symlink-fix, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- intltool (make)
Latest Comments
ArexRiP commented on 2023-08-12 11:12 (UTC) (edited on 2023-08-12 11:17 (UTC) by ArexRiP)
It worked for me by placing the "libuser.so" file in the "/usr/share/system-config-users/" directory.
Thanks duromx.
duromx commented on 2023-07-22 04:54 (UTC)
Error: [system-config-users Traceback (most recent call last): File "/usr/share/system-config-users/system-config-users.py", line 47, in <module> import mainWindow File "/usr/share/system-config-users/mainWindow.py", line 34, in <module> import libuser ImportError: No module named libuser]
My solution (Workaround): The Whole installation (Including every AUR dependency), is not installing the "/usr/lib/python2.7/site-packages/libuser.so" file (Or Plugin)
After hours of research "test and error" I downloaded the "python-libuser_0.62~dfsg-0.1_amd64.deb" from debian package repository (buster version), Unpacked the package and went to data.tar.xz>./usr/lib/python2.7/dist-packages, and extracted the "libuser.x86_64-linux-gnu.so" file (Or Plugin). I renamed to "libuser.so", and as root (sudo) copied this file (In System) to: /usr/lib/python2.7/dist-packages/ so that it looks like this: /usr/lib/python2.7/dist-packages/libuser.so
After that, the program finaly worked.
I hope it'll be usefull for somebody
kleintux commented on 2022-12-27 13:12 (UTC)
Hi there
git is needed as a make dependency because the source is from git.
thank you for fixing and maintaining
Elmario commented on 2022-07-22 07:01 (UTC)
Is this gonna work some day, again? :(
system-config-users Traceback (most recent call last): File "/usr/share/system-config-users/system-config-users.py", line 47, in <module> import mainWindow File "/usr/share/system-config-users/mainWindow.py", line 34, in <module> import libuser ImportError: No module named libuser
rogue_ronin commented on 2022-06-22 20:08 (UTC)
Failing to build, with following error:
Any workaround suggested?