Package Details: gnome-shell-3.0-system-monitor-applet-git 20110905-1

Package Base: gnome-shell-3.0-system-monitor-applet-git
Description: System monitor extension for Gnome-Shell 3.0 (display mem swap cpu usage)
Upstream URL: http://github.com/paradoxxxzero/gnome-shell-system-monitor-applet
Category: gnome
Licenses: GPL3
Submitter: paradoxxxzero
Maintainer: None
Last Packager: None
Votes: 14
First Submitted: 2011-09-03 09:55
Last Updated: 2011-09-05 06:17

Dependencies (3)

Required by (0)

Sources

Latest Comments

Anonymous comment

2012-03-31 01:40

ERROR: install file (('gschemas.install')) does not exist.

Comment by daroczig

2011-10-05 20:13

Thank you @oliwer, that makes sense :)

Comment by oliwer

2011-10-05 20:11

It's because the pkgbuild checkouts the branch 'gnome-3.0' instead of 'master' int git.

Comment by daroczig

2011-10-03 13:45

I have tried to reinstall this package to work with Gnome 3.2 (as I can see the sources are updated in Github, see: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/blob/master/system-monitor@paradoxxx.zero.gmail.com/metadata.json), but the installed metadata.json reflects `"shell-version": ["3.0", "3.1.3"]` in /usr/share/gnome-shell/extensions/system-monitor\@paradoxxx.zero.gmail.com. Any ideas?

Anonymous comment

2011-09-06 13:01

Sorry man, I'm a tard. I was trying to install the wrong friggin' package, I started out with gnome-shell-system-monitor-applet-git and after yesterday's update it quit working. So I was trying to reinstall gnome-shell-system-monitor-applet-git (which I assume is for Gnome 3.2 now)instead of gnome-shell-3.0-system-monitor-applet-git which works fine and hence the errors. Anyway, thanks for maintaining this package.

Comment by pezz

2011-09-06 12:43

pacman -Rsc gnome-shell-3.0-system-monitor-applet-git

Make sure the metadata.json file is gone...

Then re-install with yaourt / packer whatever.

Anonymous comment

2011-09-06 12:32

@pezz: yep, twice in fact last time about 15 min. ago and I checked the extension directory and dconf both times after I uninstalled to make sure it was gone. On a clean install the matadata is still ["3.1.90", "3.2"] and if I change it I get the same missing 'main' function of course.
@paradoxxxzero: tried twice, failed twice.

Comment by paradoxxxzero

2011-09-06 11:56

missing 'main' function seems to be the error running a gs 3.2 extension in gs 3.0 (the extension api changed)
Try reinstalling from scratch.

Comment by pezz

2011-09-06 11:55

The metadata.json file still says:

shell-version": ["3.0", "3.1.3"]

For me...

And I just "upgraded" to 20110906-1 (it checks out a static git version, so the package version just updates when you do a new install).

Are you sure you've uninstalled the other version and installed this one?

Anonymous comment

2011-09-06 11:41

I tried changing the metadata to "shell-version":["3.0.2", "3.0"] and ["3.0.2-2", "3.0"], in both cases the aforementioned error disappears and then I start getting:
missing 'main' function

Anonymous comment

2011-09-06 11:17

extension quit working for me after last update, developer console is showing:
error t=2011-09-06T10:44:10Z While loading extension from "/usr/share/gnome-shell/extensions/system-monitor@paradoxxx.zero.gmail.com" extension is not compatible with current GNOME Shell and/or GJS version. (0.7.14-2)
anyway, it doesn't work for me anymore as of last night. I'm 100% current with core, extra and community repos. (no testing)

Comment by pezz

2011-09-05 06:40

Yep, I did a bit of reading about git instead of working today... :)

Cheers mate.

Comment by paradoxxxzero

2011-09-05 06:19

Sorry about that.
@pezz If fixes the package indeed, thanks.

The checkout gnome-3.0 is here to get the gnome 3.0 version (if you remove it you will get the file with tyhe 3.2 metadata).

Comment by pezz

2011-09-05 05:34

Adding:

cd ${_gitname}

After line 25:

git clone ${_gitroot} ${_gitname}

Fixes this.

Comment by pezz

2011-09-05 03:24

Removing "git checkout gnome-3.0" on line 27 of the PKGBUILD makes it build, however this is still broken.

The metadata.json file says:

"shell-version": ["3.1.90", "3.2"],

Current Arch stable is gnome-shell 3.0.2-2

Comment by pezz

2011-09-04 23:22

This doesn't build for me, git complains:

http://pastebin.com/bLTQHMKZ