Package Details: gst 0.7.6-1

Git Clone URL: https://aur.archlinux.org/gst.git (read-only, click to copy)
Package Base: gst
Description: a GTK system utility designed to stress and monitor various hardware components like CPU and RAM
Upstream URL: https://gitlab.com/leinardi/gst
Licenses: GPL3
Submitter: The999eagle
Maintainer: leo980
Last Packager: leo980
Votes: 11
Popularity: 0.057780
First Submitted: 2020-01-26 15:25 (UTC)
Last Updated: 2023-10-06 02:49 (UTC)

Latest Comments

1 2 Next › Last »

scvg009 commented on 2024-02-06 17:02 (UTC)

Unable to use Showing: on branch master

has not been committed

Unstalked files: (Use "git add <file>..." to add the file to be committed)

unnilquadium commented on 2023-12-04 16:05 (UTC)

python-reactivex is not included as dependency in the PKGBUILD. Can you re-check? Thanks

yochananmarqos commented on 2023-09-29 17:49 (UTC)

Updated and corrected dependencies for 0.7.6:

depends=('dconf' 'dmidecode' 'gtk3' 'hicolor-icon-theme' 'lm_sensors' 'python'
         'python-gobject' 'python-humanfriendly' 'python-injector' 'python-peewee'
         'python-psutil' 'python-reactivex' 'python-requests' 'python-pyxdg'
         'python-yaml' 'stress-ng')
makedepends=('gobject-introspection' 'meson')

<deleted-account> commented on 2022-09-05 14:53 (UTC)

I get error when trying to install: https://pastebin.com/sNL35vax Please help?

Emeric commented on 2021-06-29 10:08 (UTC)

Turns out I just needed to reinstall every python libraries installed from AUR. I got that from the comments on the gwe package. Working fine now.

jose1711 commented on 2021-06-29 08:11 (UTC)

@Emeric

Interesting.. it does work here.

$ pacman -Q python-injector
python-injector 0.18.4-1
$ python
Python 3.9.5 (default, May 24 2021, 12:50:35) 
[GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from injector import Module, provider, singleton, Injector
>>> 

Emeric commented on 2021-06-28 08:12 (UTC) (edited on 2021-06-28 08:13 (UTC) by Emeric)

This doesn't work anymore, with python injector and typing_extensions installed.

Traceback (most recent call last):
  File "/usr/bin/gst", line 53, in <module>
    from gst import __main__
  File "/usr/lib/python3.9/site-packages/gst/__main__.py", line 32, in <module>
    from gst.model.setting import Setting
  File "/usr/lib/python3.9/site-packages/gst/model/setting.py", line 20, in <module>
    from gst.di import INJECTOR
  File "/usr/lib/python3.9/site-packages/gst/di.py", line 22, in <module>
    from injector import Module, provider, singleton, Injector
ModuleNotFoundError: No module named 'injector'

jose1711 commented on 2021-02-24 09:58 (UTC)

There's an indirect conflict (not a real one) with oh-my-zsh-git since git.plugin.zsh makes gst an alias to git status. Of course you'll only experience this if using zsh, oh-my-zsh and running gst from CLI.

The999eagle commented on 2020-01-28 18:30 (UTC)

@thaewrapt thanks, added the conflict.

thaewrapt commented on 2020-01-28 11:53 (UTC)

gst: /usr/bin/gst exists in filesystem (owned by smalltalk)

Conflicts with 'smalltalk' package.