ERROR: install file (('gschemas.install')) does not exist.
Search Criteria
Package Details: gnome-shell-3.0-system-monitor-applet-git 20110905-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2012-04-23)
| 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: | |
| Submitter: | paradoxxxzero |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 14 |
| First Submitted: | 2011-09-03 09:55 |
| Last Updated: | 2011-09-05 06:17 |
Latest Comments
Anonymous comment
Comment by daroczig
Thank you @oliwer, that makes sense :)
Comment by oliwer
It's because the pkgbuild checkouts the branch 'gnome-3.0' instead of 'master' int git.
Comment by daroczig
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
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
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
@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
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
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
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
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
Yep, I did a bit of reading about git instead of working today... :)
Cheers mate.
Comment by paradoxxxzero
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
Adding:
cd ${_gitname}
After line 25:
git clone ${_gitroot} ${_gitname}
Fixes this.
Comment by pezz
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
This doesn't build for me, git complains:
http://pastebin.com/bLTQHMKZ