Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 10/04/2011, à 17:43

archimonde2001

Installation Gnome 3 sous ubuntu 10.10?

Commment installet Gnome 3 sous Ubuntu 10.10, La methode :
sudo add-apt-repository ppa:ubuntu-desktop/gnome3-builds sudo apt-get update && sudo apt-get install ...
NE MARCHE PAS!

Hors ligne

#2 Le 10/04/2011, à 20:00

mydjey

Re : Installation Gnome 3 sous ubuntu 10.10?

Normal ça ne marche qu'a partir de 11.04 (et c'est pas stable).

Hors ligne

#3 Le 11/04/2011, à 00:07

Ferod

Re : Installation Gnome 3 sous ubuntu 10.10?

Salut

Si c'est juste pour avoir gnome-shell tu peux l'installer en lançant directement la compilation en suivant les étapes ici :
http://live.gnome.org/GnomeShell#building

Il y a quelques dépendances à installer :

sudo apt-get install curl libtiff4-dev libgstreamer0.10-dev libcroco3-dev xulrunner-dev mesa-utils mesa-common-dev libreadline5-dev libgl1-mesa-dev libwnck-dev librsvg2-dev libgnome-desktop-dev libgnome-menu-dev libffi-dev libgtk2.0-dev libgconf2-dev libdbus-glib-1-dev gtk-doc-tools gnome-common git-core flex bison automake build-essential icon-naming-utils autopoint libvorbis-dev libpam-dev libgcrypt-dev libtasn1-dev libtasn1-3-bin libgnome-keyring-dev libupower-glib-dev libxklavier16 libxklavier-dev xserver-xephyr python-dev libpulse-dev libjasper-dev jhbuild libgtop2-dev libsqlite3-dev libproxy-dev libdb-dev libproxy-dev libcups2-dev libusb-1.0-0-dev

L'avantage c'est que si ça foire ça ne mets pas ton système en danger puisque tout est installé dans ton home.


"When I was in the military, they gave me a medal for killing
two men, and a descharge for loving one !" Leonard Matlovich

Hors ligne

#4 Le 12/04/2011, à 21:26

Khain

Re : Installation Gnome 3 sous ubuntu 10.10?

Effectivement ça fonctionne bien avec cette méthode, je suis sous ubuntu 10.10 gnome 3 actuellement wink

Hors ligne

#5 Le 13/04/2011, à 19:32

Ferod

Re : Installation Gnome 3 sous ubuntu 10.10?

Khain a écrit :

Effectivement ça fonctionne bien avec cette méthode, je suis sous ubuntu 10.10 gnome 3 Gnome Shell actuellement wink

Fixed ! tongue


"When I was in the military, they gave me a medal for killing
two men, and a descharge for loving one !" Leonard Matlovich

Hors ligne

#6 Le 13/04/2011, à 19:49

SquallX

Re : Installation Gnome 3 sous ubuntu 10.10?

Salut ! smile

Au passage, quelqu'un si si la prochaine version d'ubuntu contiendra gnome 3 ou s'ils ne feront pas la mise à jour de suite ? Merci smile

Hors ligne

#7 Le 27/04/2011, à 14:31

VinyMusic

Re : Installation Gnome 3 sous ubuntu 10.10?

J'ai réussi à installer Gnome 3 par compilation depuis la version 10.10 (Maverick).
Pour ce faire (et afin de vous éviter les tentatives infructueuses que j'ai faîtes avant de réussir) voici les étapes à suivre (j'ai finalement eu besoin de "mixer" les conseils donnés dans la doc d'Ubuntu-fr ainsi que dans le site officiel de Gnome 3) :

1. Installer les dépendances :

sudo apt-get install curl jhbuild libjasper-dev libdconf0 libtiff4-dev libgstreamer0.10-dev libcroco3-dev xserver-xephyr xulrunner-dev python-dev mesa-utils mesa-common-dev libreadline5-dev libgl1-mesa-dev libwnck-dev librsvg2-dev libgnome-desktop-dev libgnome-menu-dev libffi-dev libgtk2.0-dev libgconf2-dev libdbus-glib-1-dev gtk-doc-tools gnome-common git-core flex bison automake build-essential icon-naming-utils autopoint libcanberra-dev libpulse-dev libvorbis-dev gnome-settings-daemon-dev libxklavier-dev libpam0g-dev libtasn1-3-bin libupower-glib-dev libgnome-keyring-dev

2. Télécharger le script d'installation :

curl -O http://git.gnome.org/browse/gnome-shell … d-setup.sh

3. Supprimer les fichiers en .la dans /usr/lib/ (bug répertorié pour Debian et donc Ubuntu)

sudo find /usr/lib*/ -name "*.la" -delete

4. Empêcher une mise à jour de remettre les fichiers .la effacés précédemment :

$ sudo tee /etc/apt/apt.conf.d/90removela <<< 'DPkg { Post-Invoke { "find /usr/lib*/ -name "*.la" -delete 2> /dev/null || true"; }; };'

5. Utiliser la dernière version de libnotify :

cd ~/bin
./jhbuild shell
cd ~/gnome-shell/source
git clone git://git.gnome.org/libnotify
cd ./libnotify
./autogen.sh --prefix $HOME/gnome-shell/install/
make && make install

6. (Et enfin) installer gnome 3 (attention, c'est très long : 1-2 heures pour télécharger-compiler)

jhbuild build

Je vais donc pouvoir tester Gnome 3 pendant qq jours avant de tester Unity afin d'apprécier les points forts/faibles et porter mon choix sur l'un ou l'autre des environnements de bureau.


- Linux Mint 18, HP 15-ay008nf, 4Gb, intel i3, SSD Samsung Evo 950 256Gb
- Linux Mint 17.03, PC by surcourf (CLEVO) 13,3'', SU2300, 2048 Go, GMA 4500HD

Hors ligne

#8 Le 05/06/2011, à 13:55

benjy4537

Re : Installation Gnome 3 sous ubuntu 10.10?

Je pense que ce lien regroupe assez bien toute les erreurs durant la compilation.

http://www.webupd8.org/2010/10/install- … buntu.html

Dernière modification par benjy4537 (Le 05/06/2011, à 13:55)


Mes autres Tutorial sur la doc :
Compiler Gnome Shell
Ajout des PPA pour Firefox (10 juin 2011).
Thème OSX , il y a se fichier a ré-uploader régulièrement avec Multipload

Hors ligne

#9 Le 08/06/2011, à 19:35

max02100

Re : Installation Gnome 3 sous ubuntu 10.10?

bonjour  à vous j'ai suivi le tuto présentait par VinyMusic mais souci après avoir fait jhbuild build arrivé à l'étape 1 il me dit
   *** Erreur durant l'étape « build » de glib: ########## Erreur lors de l'exécution de make   *** [1/43]
Je ne sais pas du tout quoi faire j'ai aussi suivi le tuto présent sur ce lien http://doc.ubuntu-fr.org/gnome-shell#aller_plus_loin mais même erreur. Je précise que je suis sur ubuntu 10.10  je vous remercie d'avance ca doit faire environ 3 heures que je suis sur ce probléme et là google n'est pas vraiment mon ami.

Je vous remercie d'avance

Hors ligne

#10 Le 09/06/2011, à 13:44

VinyMusic

Re : Installation Gnome 3 sous ubuntu 10.10?

Puisque le pb semble venir du prg "Make", avez-vous essayé de le réinstaller (voire de l'installer, ce n'est peut-être pas encore fait...) ?


- Linux Mint 18, HP 15-ay008nf, 4Gb, intel i3, SSD Samsung Evo 950 256Gb
- Linux Mint 17.03, PC by surcourf (CLEVO) 13,3'', SU2300, 2048 Go, GMA 4500HD

Hors ligne

#11 Le 10/06/2011, à 15:29

max02100

Re : Installation Gnome 3 sous ubuntu 10.10?

que signifie prg??? Et donc là vous me proposer d'installer Make?mais quand je fais sudo apt-get install Make il ne me trouve pas de paquet  à installer.

En tout cas merci de votre réponse je suis désespéré ^^

Hors ligne

#12 Le 19/06/2011, à 12:26

hdzpeter

Re : Installation Gnome 3 sous ubuntu 10.10?

salut a tous j'ai suivi le tutot et voici  que je me suis bloqué a cet endroit
Running ./configure --prefix /home/zahra/gnome-shell/install --libdir /home/zahra/gnome-shell/install/lib64 --disable-static --disable-gtk-doc ...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install-check
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-genmarshal... /home/zahra/gnome-shell/install/bin/glib-genmarshal
checking for glib-mkenums... /home/zahra/gnome-shell/install/bin/glib-mkenums
checking for GDATA... no
configure: error: Package requirements (glib-2.0 >= 2.19.0 libxml-2.0 gthread-2.0 gio-2.0 >= 2.17.3 libsoup-2.4 >= 2.26.1 oauth >= 0.9.4) were not met:

No package 'oauth' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GDATA_CFLAGS
and GDATA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Erreur durant l'étape « configure » de libgdata: ########## Erreur lors de l'exécution de ./autogen.sh --prefix /home/zahra/gnome-shell/install --libdir '/home/zahra/gnome-shell/install/lib64'  --disable-static --disable-gtk-doc  *** [17/43]

  [1] Relancer l'étape configure
  [2] Ignorer l'erreur et continuer à l'étape build
  [3] Abandonner ce module
  [4] Démarrer un shell
  [5] Recharger la configuration
  [6] Aller à l'étape « effacer le répertoire et recommencer »
  [7] Aller à l'étape « clean »
  [8] Aller à l'étape « distclean »
choix :

j'ai essayé de faire l'etape 1 et 5 et j'hesite de faire l'etape 2

pensez vous que "No package 'oauth' found" est le coupable , si oui ou le trouver?
merci a tous

Hors ligne