You are not logged in.
Well, this method worked fine for me (I didn't see this topic, so I had to read the AUR comments).
But I don't know why, the AUR version of gnome-shell-git does't display the title of the window (top left), but if I compile with jhbuild I have that title.
It's not annoying, but just odd
Offline
Maybe ... a missing dependency ? Could you find it ?
Offline
I'm trying to compile gir-repository-git, but it tries to overrite some files from other packages (pango, gstreamer0.10 and some others). Since those packages (pango) are very important to other gnome packages, how can I get through it?
Last edited by foxmike (2010-04-05 13:57:11)
Offline
I have updated the PKGBUILD to use gir-repository from extra, not the -git one.
Offline
Kool! However, it still depends on mutter-git, which depends on gir-repository-git... Can mutter-git depend on gir-repository from extra as well?
Offline
Υes, change it in the PKGBUILD with your favorite editor.
Offline
OK, I adopted Mutter-git (thanks Vamp898 ) which now depends on gir-repository.
Offline
@flamelab: Thanks! I've tried yesterday, it works flawlessly!:)
Offline
Hello,
I have tried to install gnome-shell-git from AUR, but it does not succeed:
here is the error:
CC gradient.o
CC group-props.o
CC group.o
CC iconcache.o
CC keybindings.o
CC main.o
CC place.o
CC prefs.o
CC screen.o
CC session.o
CC stack.o
CC stack-tracker.o
CC util.o
CC window-props.o
CC window.o
cc1: warnings being treated as errors
core/window.c: In function 'menu_callback':
core/window.c:7160:9: error: case value '0' not in enumerated type 'MetaMenuOp'
make[4]: *** [window.o] Error 1
make[4]: Leaving directory `/tmp/yaourt-tmp-edouard/aur-mutter-git/mutter-git/src/mutter-build/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/yaourt-tmp-edouard/aur-mutter-git/mutter-git/src/mutter-build/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/yaourt-tmp-edouard/aur-mutter-git/mutter-git/src/mutter-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-edouard/aur-mutter-git/mutter-git/src/mutter-build'
make: *** [all] Error 2
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build mutter-git package.
If you need more information, do not hesitate to ask.
Thank you for your help!
Offline
@shaoren don't have much to do other than reporting upstream because is a coding bug. in fact is a warning and warnings are treat as errors because they wanted to be like that.
do you really want to use -git versions? i'm asking because gnome-shell and mutter latest release are in gnome-unstable repo.
Give what you have. To someone, it may be better than you dare to think.
Offline
I just would like to try the upcoming gnome-shell without having to install the other softwares coming from the gnome-unstable repo.
However, I've tried the repository, and it works well, thanks!
Offline
I just would like to try the upcoming gnome-shell without having to install the other softwares coming from the gnome-unstable repo.
However, I've tried the repository, and it works well, thanks!
gnome-unstable contains two packages: mutter and gnome-shell nothing more
Give what you have. To someone, it may be better than you dare to think.
Offline