Search Criteria
Package Details: tlpui 2:1.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tlpui.git (read-only, click to copy) |
---|---|
Package Base: | tlpui |
Description: | A GTK user interface for TLP written in Python |
Upstream URL: | https://github.com/d4nj1/TLPUI |
Keywords: | tlp tlpui |
Licenses: | GPL-2.0-or-later |
Submitter: | hayao |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 44 |
Popularity: | 2.20 |
First Submitted: | 2020-12-11 11:20 (UTC) |
Last Updated: | 2024-09-30 05:04 (UTC) |
Dependencies (14)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject (python-gobject-gitAUR)
- python-toml (python-toml-gitAUR)
- python-yaml (python-yaml-gitAUR)
- tlp (tlp-gitAUR, tlp-ppd-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 3 4 Next › Last »
ayhomaru commented on 2024-10-27 21:01 (UTC)
@tigerjack Not sure if it's the best way, but this is how I did it. Edit the build() function in the PKGBUILD file like this:
Californian commented on 2024-04-25 19:51 (UTC) (edited on 2024-04-25 20:02 (UTC) by Californian)
I removed that file (and also tried installing all requested python versions, and tried uninstalling pyenv), and despite all of that still get the error
....pyenv/versions/3.8.19/bin/python: No module named build
. So I installedbuild
(and also had to installpoetry
) forpython 3.8.19
and now it installs but...doesn't show up.@tigerjack I use
paru
so when it asks for review, find the file that should be somewhere like/tmp/aurNCimPg/tlpui/src/TLPUI-tlpui-1.6.5/.python-version
. If you don't have review on by default, add the flag--review
.tigerjack commented on 2024-04-24 10:02 (UTC)
@Schnouki could you expand on how to remove the .python-version file?
Schnouki commented on 2024-04-15 22:24 (UTC)
I confirm @frittentheke's observation. Removing that file from
build()
(orprepare()
) makes it possible to build the package again.frittentheke commented on 2024-04-11 09:06 (UTC) (edited on 2024-04-11 09:10 (UTC) by frittentheke)
There seems to be an issue building this package if the system has the tool "pyenv" installed. The .python-version files (see https://github.com/pyenv/pyenv?tab=readme-ov-file#understanding-python-version-selection) contained in the package then causes the build to fail:
This file was just added upstream with the 1.6.5 release - https://github.com/d4nj1/TLPUI/commit/abe24c2944bc54a2d15f13da7d691ff5ba4dcb53
godsbball commented on 2024-03-07 05:24 (UTC) (edited on 2024-03-08 05:36 (UTC) by godsbball)
After the system was updated to KDE 6, and TLPUI was updated from version 1.6.1 to 1.6.4, the app did not work. It seems there are some problems with Python and Anaconda. However, even after I reinstalled them, it still does not work. Here are the errors:
The exact problem shows that 'libstdc++.so.6: version ‘GLIBCXX_3.4.30‘ not found' after I tranfered desktop enviroment from Wayland to X11. Then I deleted the lib in the python directory and relinked it:
The version 1.6.1 came back but v1.6.4 still does not run. It seems v1.6.4 is not linked rightly in bin directory.
MartinX3 commented on 2024-03-01 15:40 (UTC)
I used an AUR-Helper (paru) and it worked.
Maybe a package is missing on your system which should be added to the PKGBUILD?
irminsul commented on 2024-03-01 13:38 (UTC)
Fails to build:
MartinX3 commented on 2024-01-19 13:26 (UTC) (edited on 2024-01-19 13:27 (UTC) by MartinX3)
Version 1.7.0 got removed from github because the project name violates the pypi.org rules.
https://github.com/d4nj1/TLPUI/issues/145
They renamed the project from
TLPUI
toTLP-UI
to try it again.1.6.2
is now the newest version.(Previous was
1.6.1
)42Willow commented on 2024-01-19 07:55 (UTC)
I am also getting the same error trying to install this package.
1 2 3 4 Next › Last »