Search Criteria
Package Details: tlpui-git 2:1.8.1.r0.g6c585cd-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tlpui-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tlpui-git |
| Description: | A GTK user interface for TLP written in Python |
| Upstream URL: | https://github.com/d4nj1/TLPUI |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | tlpui |
| Provides: | tlpui |
| Submitter: | slact |
| Maintainer: | None |
| Last Packager: | yochananmarqos |
| Votes: | 35 |
| Popularity: | 0.000429 |
| First Submitted: | 2018-05-13 23:54 (UTC) |
| Last Updated: | 2025-11-02 20:21 (UTC) |
Dependencies (11)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- python-gobject
- python-yaml (python-yaml-gitAUR)
- tlp (tlp-ppd-gitAUR, tlp-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- appstream (check)
- python-pytest (check)
Latest Comments
« First ‹ Previous 1 2
slact commented on 2019-10-05 19:25 (UTC)
all the issues have been fixed
BrianAllred commented on 2019-10-04 20:26 (UTC)
gitshould be a make dep. Building in a clean chroot fails becausegitisn't part ofbase-develand the package builds from a git source.g360 commented on 2019-08-11 00:11 (UTC) (edited on 2019-08-11 00:12 (UTC) by g360)
Hey, this package depends on pygtk which is the Python 2 version of the GTK bindings, but TLPUI actually depends on version 3.
The following patch fixes it: https://pastebin.com/U2KmkZ49
g360 commented on 2018-10-02 17:45 (UTC)
Hi, can you add this?
provides=(tlpui)
slact commented on 2018-06-06 21:55 (UTC)
It is done.
<deleted-account> commented on 2018-06-06 21:21 (UTC)
You should list 'python-gobject' as a dependency. When I was trying to run this tool without mentioned package, I was receiving this error:
Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/opt/tlpui/tlpui/main.py", line 3, in <module> gi.require_version('Gtk', '3.0') AttributeError: module 'gi' has no attribute 'require_version'</module>
« First ‹ Previous 1 2