Package Details: gnome-shell-extension-system-monitor-next-git r1257.002f432-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-system-monitor-next-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-system-monitor-next-git
Description: Display system information in GNOME Shell status bar (next fork)
Upstream URL: https://github.com/mgalgs/gnome-shell-system-monitor-applet
Licenses: GPL-3.0-or-later
Conflicts: gnome-shell-extension-system-monitor-git, gnome-shell-system-monitor-applet-git
Provides: gnome-shell-extension-system-monitor-git, gnome-shell-system-monitor-applet-git, system-monitor-applet
Submitter: lnqs
Maintainer: lnqs
Last Packager: lnqs
Votes: 214
Popularity: 0.018531
First Submitted: 2022-11-22 14:20 (UTC)
Last Updated: 2024-03-26 00:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 16 Next › Last »

nTia89 commented on 2020-03-10 10:19 (UTC) (edited on 2020-03-10 10:21 (UTC) by nTia89)

Broken on 3.36. Opened issue upstream: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/559

Vaga commented on 2019-04-29 15:41 (UTC) (edited on 2019-04-29 15:42 (UTC) by Vaga)

@dundee A new version has been released yesterday (Fix the issue on gnome 3.32!) :) Please see: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/releases/tag/v38

4javier commented on 2019-04-21 13:31 (UTC)

@dundee I asked the author of this extension to realease some tars of the stable snapshots. He thinks he could start the next weekend. I could create a stable pkgbuild based on those ones with no problems, but considering the good work you're doing with the -git version, I could let you maintain that one too, if you want. Let me know.

dundee commented on 2019-03-20 11:35 (UTC)

logion: Updated, thanks!

logion commented on 2019-03-20 09:14 (UTC) (edited on 2019-03-20 09:21 (UTC) by logion)

While waiting for an upstream fix for gnome shell 3.32 support, I got the extension running by applying PR #510, which targets issue #508.

PR #510: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/510

Issue #508: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/508

Diff to PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index ba73e85..d78d9f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@

 _reponame=gnome-shell-system-monitor-applet
 pkgname=gnome-shell-extension-system-monitor-git
-pkgver=884.21ae32a
+pkgver=902.c569027
 pkgrel=1
 pkgdesc="System monitor extension for Gnome-Shell (display mem swap cpu usage)"
 arch=('any')
@@ -23,6 +23,10 @@ sha1sums=('SKIP')
 package() {
   cd "$srcdir/$_reponame"

+  # Apply PR #510 for gnome3.32 support
+  git fetch origin pull/510/head:gnome-shell-3.32
+  git checkout gnome-shell-3.32
+
   # Install the extension
   install -d "$pkgdir/usr/share/gnome-shell/extensions/"
   cp -R "system-monitor@paradoxxx.zero.gmail.com" "$pkgdir/usr/share/gnome-shell/extensions"

PKGBUILD patch: https://pastebin.com/84U0SHEi

dundee commented on 2019-03-18 16:12 (UTC)

ixevix: We will have to wait for the upstream to fix it - https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/issues/511

ixevix commented on 2019-03-16 09:51 (UTC)

Seems it's broken again on gnome 3.32 ...

dundee commented on 2018-11-16 19:03 (UTC)

kriansa: It's added already. Thanks!

kriansa commented on 2018-11-16 13:30 (UTC)

@dundee Awesome, thank you! I appreciate your dedication. There's just one thing that I completely forgot: you also need to include the gschemas.install file (https://github.com/kriansa/PKGBUILDs/blob/master/src/gnome-shell-extension-system-monitor-git/gschemas.install), sorry about that.

dundee commented on 2018-11-15 20:19 (UTC)

kriansa: Updated, thanks for your patch!