Ok will do that ...... fresh clean install again is easiest but I will remove the existing as you say and try it first .... and no using root .... other than to delete the mess that I created ..... will do it as sudo ;)
I just needed these too - but this was just to get by my errors .....
{ sudo apt-get install jhbuild libjasper-dev libdconf0 }
- sudo apt-get install curl 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
- curl -O http://git.gnome.org/browse/gnome-shell/plain/tools/build/gnome-shell-build-setup.sh
- /bin/bash gnome-shell-build-setup.sh
- Get jhbuild (not a command line entry)
- For Lucid via repository, package name "jhbuild".
- From Jaunty
- From Debian
ok this bit I missed before ....
export PATH=$PATH:/home/keith3/bin
cd ~
jhbuild build
Ok getting there .... back on it ..... cleared it all out and created a New User ..... doing it this way now ....
[IMG]http://img685.imageshack.us/img685/9206/workspace1003.jpg[/IMG]
ok this is going slowly but surely on the laptop ..... the desktop will get the same treatment if this works ok
8/23 gtk3 went in ok for me .... 9/23 librsvg ok 10/23 gtk engines 3 ok 11/23 json-glib ok 12/23 clutter ok 13/23 gconf ok 14/23 mutter ok 15/23 gjs ok 16/23 vala ok 17/23 dconf ok 18/23 gnome desktop 3 ok 19/23 gsettings desktop schemas ok 20/23 gnome icon theme ok 21/23 icon theme symbolic ok 22/23 gnome shell failed ..........
so now to the step to clean it out and remove the library
CC test_theme-test-theme.o
CCLD test-theme
/home/keith3/gnome-shell/install/lib/libgio-2.0.so: undefined reference to `g_main_context_invoke'
collect2: ld returned 1 exit status
make[3]: *** [test-theme] Error 1
make[3]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell'
make: *** [all] Error 2
*** Error during phase build of gnome-shell: ########## Error running make *** [22/23]
[1] Rerun phase build
[2] Ignore error and continue to install
[3] Give up on module
[4] Start shell
[5] Reload configuration
[6] Go to phase "wipe directory and start over"
[7] Go to phase "configure"
[8] Go to phase "clean"
[9] Go to phase "distclean"
choice: 4
exit shell to continue with build
keith3@keith-laptop:~/gnome-shell/source/gnome-shell$ rm ~/gnome-shell/install/lib/*.la
keith3@keith-laptop:~/gnome-shell/source/gnome-shell$ exit
exit
[1] Rerun phase build
[2] Ignore error and continue to install
[3] Give up on module
[4] Start shell
[5] Reload configuration
[6] Go to phase "wipe directory and start over"
[7] Go to phase "configure"
[8] Go to phase "clean"
[9] Go to phase "distclean"
choice: 6
keith3@keith-laptop:~$ gnome-shell --replace Starting dconf-service... Failed to start /usr/lib/d-conf/dconf-service: [Errno 2] No such file or directory keith3@keith-laptop:~$
:(
Ok found this Bug report and a solution I think
[COLOR=Red]This bug can be fixed by installing libdconf0 from experimental.[/COLOR] It seems that this dependency is currently missing.
keith3@keith-laptop:~$ gnome-shell --replace
Starting dconf-service...
Failed to start /usr/lib/d-conf/dconf-service: [Errno 2] No such file or directory
keith3@keith-laptop:~$ sudo aptitude install libdconf0
[sudo] password for keith3:
The following NEW packages will be installed:
libdconf0
0 packages upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Need to get 41.4kB of archives. After unpacking 180kB will be used.
Get:1 http://fr.archive.ubuntu.com/ubuntu/ maverick/main libdconf0 i386 0.5-1ubuntu6 [41.4kB]
Fetched 41.4kB in 0s (68.6kB/s)
Selecting previously deselected package libdconf0.
(Reading database ... 335686 files and directories currently installed.)
Unpacking libdconf0 (from .../libdconf0_0.5-1ubuntu6_i386.deb) ...
Processing triggers for libglib2.0-0 ...
Setting up libdconf0 (0.5-1ubuntu6) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
keith3@keith-laptop:~$ gnome-shell --replace
JS ERROR: !!! Unhandled type uint32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS LOG: GNOME Shell started at Sun Oct 10 2010 23:39:40 GMT+0200 (CET)
JS LOG: Failed to acquire org.freedesktop.Notifications; trying again
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
SCREENSHOT LINK
So to completely get it uptodate do I do this now ?
[/B]> jhbuild build
Quote: rm ~/gnome-shell/source/gnome-shell -rf
Quote: cd ~/gnome-shell/source/
Quote: git clone git://git.gnome.org/gnome-shell -b overview-relayout
Quote: jhbuild buildone -n gnome-shell -f And we've got this awesome GS - this is mine GS [B]Ok so Step one .....
- Remove or backup old GS
- it's important to cd into right place
- Get the latest overview-relayout branch
- Build overview-relayout branch: make sure that other modules are ok (traditional 'jhbuild build' is done without errors) - below we are only compiling last gnome-shell modulset)
- Remove or backup old GS ..... ok backup sounds good at this point .... don't burn our bridges ...
[COLOR=Blue]I think I will archive GS source into another directory .... {[/COLOR][/B][COLOR=Blue]~/gnome-shell/source/ [B]}
[COLOR=Black]OK now have Gnome-Shell Archive , so next step ....
[/COLOR][/B][/COLOR]rm ~/gnome-shell/source/gnome-shell -rf cd ~/gnome-shell/source/ git clone git://git.gnome.org/gnome-shell -b overview-relayout jhbuild buildone -n gnome-shell -f
*** Installing gnome-shell *** [1/1]
make install
Making install in data
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/data'
make[2]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/data'
make[2]: Nothing to be done for `install-exec-am'.
GCONF_CONFIG_SOURCE=xml:merged:/home/keith3/gnome-shell/install/etc/gconf/gconf.xml.defaults /home/keith3/gnome-shell/install/bin/gconftool-2 --makefile-install-rule ./gnome-shell.schemas
Attached schema `/schemas/desktop/gnome/shell/windows/attach_modal_dialogs' to key `/desktop/gnome/shell/windows/attach_modal_dialogs'
Installed schema `/schemas/desktop/gnome/shell/windows/attach_modal_dialogs' for locale `C'
Attached schema `/schemas/desktop/gnome/shell/windows/button_layout' to key `/desktop/gnome/shell/windows/button_layout'
Installed schema `/schemas/desktop/gnome/shell/windows/button_layout' for locale `C'
Attached schema `/schemas/desktop/gnome/shell/windows/side_by_side_tiling' to key `/desktop/gnome/shell/windows/side_by_side_tiling'
Installed schema `/schemas/desktop/gnome/shell/windows/side_by_side_tiling' for locale `C'
test -z "/home/keith3/gnome-shell/install/share/applications" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/applications"
/usr/bin/install-check -m 644 gnome-shell.desktop gnome-shell-clock-preferences.desktop '/home/keith3/gnome-shell/install/share/applications'
test -z "/home/keith3/gnome-shell/install/share/gnome-shell/images" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/gnome-shell/images"
/usr/bin/install-check -m 644 close-black.svg magnifier.svg '/home/keith3/gnome-shell/install/share/gnome-shell/images'
test -z "/home/keith3/gnome-shell/install/share/gnome-shell" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/gnome-shell"
/usr/bin/install-check -m 644 clock-preferences.ui '/home/keith3/gnome-shell/install/share/gnome-shell'
test -z "/home/keith3/gnome-shell/install/share/gnome-shell/theme" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/gnome-shell/theme"
/usr/bin/install-check -m 644 theme/add-workspace.svg theme/close-window.svg theme/close.svg theme/corner-ripple.png theme/dialog-error.svg theme/gnome-shell.css theme/mosaic-view-active.svg theme/mosaic-view.svg theme/move-window-on-new.svg theme/process-working.png theme/remove-workspace.svg theme/running-indicator.svg theme/scroll-button-down-hover.png theme/scroll-button-down.png theme/scroll-button-up-hover.png theme/scroll-button-up.png theme/scroll-hhandle.svg theme/scroll-vhandle.svg theme/section-more.svg theme/section-more-open.svg theme/separator-white.png theme/single-view-active.svg theme/single-view.svg theme/toggle-off-us.svg theme/toggle-off-intl.svg theme/toggle-on-us.svg theme/toggle-on-intl.svg theme/ws-switch-arrow-left.svg theme/ws-switch-arrow-right.svg '/home/keith3/gnome-shell/install/share/gnome-shell/theme'
test -z "/home/keith3/gnome-shell/install/etc/gconf/schemas" || /bin/mkdir -p "/home/keith3/gnome-shell/install/etc/gconf/schemas"
/usr/bin/install-check -m 644 gnome-shell.schemas '/home/keith3/gnome-shell/install/etc/gconf/schemas'
test -z "/home/keith3/gnome-shell/install/etc/xdg/menus" || /bin/mkdir -p "/home/keith3/gnome-shell/install/etc/xdg/menus"
/usr/bin/install-check -m 644 gs-applications.menu '/home/keith3/gnome-shell/install/etc/xdg/menus'
test -z "/home/keith3/gnome-shell/install/share/gnome-shell/shaders" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/gnome-shell/shaders"
/usr/bin/install-check -m 644 shaders/dim-window.glsl '/home/keith3/gnome-shell/install/share/gnome-shell/shaders'
test -z "/home/keith3/gnome-shell/install/share/glib-2.0/schemas" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/glib-2.0/schemas"
/usr/bin/install-check -m 644 org.gnome.accessibility.magnifier.gschema.xml org.gnome.shell.gschema.xml "/home/keith3/gnome-shell/install/share/glib-2.0/schemas"
test -n "" || /home/keith3/gnome-shell/install/bin/glib-compile-schemas /home/keith3/gnome-shell/install/share/glib-2.0/schemas
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/data'
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/data'
Making install in js
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/js'
make[2]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/js'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/home/keith3/gnome-shell/install/share/gnome-shell/js" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/gnome-shell/js"
/bin/mkdir -p '/home/keith3/gnome-shell/install/share/gnome-shell/js/ui/status'
/usr/bin/install-check -m 644 ui/status/accessibility.js '/home/keith3/gnome-shell/install/share/gnome-shell/js/ui/status'
/bin/mkdir -p '/home/keith3/gnome-shell/install/share/gnome-shell/js/ui'
/usr/bin/install-check -m 644 ui/altTab.js ui/appDisplay.js ui/appFavorites.js ui/boxpointer.js ui/calendar.js ui/chrome.js ui/dnd.js ui/docDisplay.js ui/environment.js ui/extensionSystem.js ui/genericDisplay.js ui/iconGrid.js ui/lightbox.js ui/link.js ui/lookingGlass.js ui/magnifier.js ui/magnifierDBus.js ui/main.js ui/messageTray.js ui/notificationDaemon.js ui/overview.js ui/panel.js ui/panelMenu.js ui/placeDisplay.js ui/popupMenu.js ui/runDialog.js ui/scripting.js ui/search.js ui/shellDBus.js ui/statusIconDispatcher.js ui/statusMenu.js ui/telepathyClient.js ui/tweener.js ui/viewSelector.js ui/windowAttentionHandler.js ui/windowManager.js ui/workspace.js ui/workspacesView.js ui/workspaceSwitcherPopup.js '/home/keith3/gnome-shell/install/share/gnome-shell/js/ui'
/bin/mkdir -p '/home/keith3/gnome-shell/install/share/gnome-shell/js/prefs'
/usr/bin/install-check -m 644 prefs/clockPreferences.js '/home/keith3/gnome-shell/install/share/gnome-shell/js/prefs'
/bin/mkdir -p '/home/keith3/gnome-shell/install/share/gnome-shell/js/misc'
/usr/bin/install-check -m 644 misc/docInfo.js misc/fileUtils.js misc/format.js misc/gnomeSession.js misc/params.js misc/telepathy.js '/home/keith3/gnome-shell/install/share/gnome-shell/js/misc'
/bin/mkdir -p '/home/keith3/gnome-shell/install/share/gnome-shell/js/perf'
/usr/bin/install-check -m 644 perf/core.js '/home/keith3/gnome-shell/install/share/gnome-shell/js/perf'
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/js'
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/js'
Making install in src
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/src'
make install-am
make[2]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/src'
make[3]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/src'
test -z "/home/keith3/gnome-shell/install/bin" || /bin/mkdir -p "/home/keith3/gnome-shell/install/bin"
/usr/bin/install-check gnome-shell gnome-shell-clock-preferences '/home/keith3/gnome-shell/install/bin'
test -z "/home/keith3/gnome-shell/install/libexec" || /bin/mkdir -p "/home/keith3/gnome-shell/install/libexec"
test -z "/home/keith3/gnome-shell/install/lib/mutter/plugins" || /bin/mkdir -p "/home/keith3/gnome-shell/install/lib/mutter/plugins"
/bin/bash ../libtool --mode=install /usr/bin/install-check libgnome-shell.la '/home/keith3/gnome-shell/install/lib/mutter/plugins'
libtool: install: /usr/bin/install-check .libs/libgnome-shell.so /home/keith3/gnome-shell/install/lib/mutter/plugins/libgnome-shell.so
libtool: install: /usr/bin/install-check .libs/libgnome-shell.lai /home/keith3/gnome-shell/install/lib/mutter/plugins/libgnome-shell.la
libtool: finish: PATH="/home/keith3/gnome-shell/install/bin:/home/keith3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /home/keith3/gnome-shell/install/lib/mutter/plugins
----------------------------------------------------------------------
Libraries have been installed in:
/home/keith3/gnome-shell/install/lib/mutter/plugins
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/keith3/gnome-shell/install/lib/gnome-shell" || /bin/mkdir -p "/home/keith3/gnome-shell/install/lib/gnome-shell"
/usr/bin/install-check -m 644 Shell-0.1.typelib St-1.0.typelib Gdm-1.0.typelib '/home/keith3/gnome-shell/install/lib/gnome-shell'
make[3]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/src'
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/src'
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/src'
Making install in tests
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/tests'
make[2]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/tests'
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/tests'
Making install in po
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/po'
linguas="ar bg ca cs da de el en_GB es et fi fr ga gl he hu id it ja ko lt nb nl nn pa pl pt pt_BR ro ru sl sr sr@latin sv ta th tr uk vi zh_CN zh_HK zh_TW "; \
for lang in $linguas; do \
dir=/home/keith3/gnome-shell/install/share/locale/$lang/LC_MESSAGES; \
/bin/bash /home/keith3/gnome-shell/source/gnome-shell/config/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install-check -m 644 $lang.gmo $dir/gnome-shell.mo; \
echo "installing $lang.gmo as $dir/gnome-shell.mo"; \
else \
/usr/bin/install-check -m 644 ./$lang.gmo $dir/gnome-shell.mo; \
echo "installing ./$lang.gmo as" \
"$dir/gnome-shell.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install-check -m 644 $lang.gmo.m $dir/gnome-shell.mo.m; \
echo "installing $lang.gmo.m as $dir/gnome-shell.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install-check -m 644 ./$lang.gmo.m \
$dir/gnome-shell.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/gnome-shell.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing ar.gmo as /home/keith3/gnome-shell/install/share/locale/ar/LC_MESSAGES/gnome-shell.mo
installing bg.gmo as /home/keith3/gnome-shell/install/share/locale/bg/LC_MESSAGES/gnome-shell.mo
installing ca.gmo as /home/keith3/gnome-shell/install/share/locale/ca/LC_MESSAGES/gnome-shell.mo
installing cs.gmo as /home/keith3/gnome-shell/install/share/locale/cs/LC_MESSAGES/gnome-shell.mo
installing da.gmo as /home/keith3/gnome-shell/install/share/locale/da/LC_MESSAGES/gnome-shell.mo
installing de.gmo as /home/keith3/gnome-shell/install/share/locale/de/LC_MESSAGES/gnome-shell.mo
installing el.gmo as /home/keith3/gnome-shell/install/share/locale/el/LC_MESSAGES/gnome-shell.mo
installing en_GB.gmo as /home/keith3/gnome-shell/install/share/locale/en_GB/LC_MESSAGES/gnome-shell.mo
installing es.gmo as /home/keith3/gnome-shell/install/share/locale/es/LC_MESSAGES/gnome-shell.mo
installing et.gmo as /home/keith3/gnome-shell/install/share/locale/et/LC_MESSAGES/gnome-shell.mo
installing fi.gmo as /home/keith3/gnome-shell/install/share/locale/fi/LC_MESSAGES/gnome-shell.mo
installing fr.gmo as /home/keith3/gnome-shell/install/share/locale/fr/LC_MESSAGES/gnome-shell.mo
installing ga.gmo as /home/keith3/gnome-shell/install/share/locale/ga/LC_MESSAGES/gnome-shell.mo
installing gl.gmo as /home/keith3/gnome-shell/install/share/locale/gl/LC_MESSAGES/gnome-shell.mo
installing he.gmo as /home/keith3/gnome-shell/install/share/locale/he/LC_MESSAGES/gnome-shell.mo
installing hu.gmo as /home/keith3/gnome-shell/install/share/locale/hu/LC_MESSAGES/gnome-shell.mo
installing id.gmo as /home/keith3/gnome-shell/install/share/locale/id/LC_MESSAGES/gnome-shell.mo
installing it.gmo as /home/keith3/gnome-shell/install/share/locale/it/LC_MESSAGES/gnome-shell.mo
installing ja.gmo as /home/keith3/gnome-shell/install/share/locale/ja/LC_MESSAGES/gnome-shell.mo
installing ko.gmo as /home/keith3/gnome-shell/install/share/locale/ko/LC_MESSAGES/gnome-shell.mo
installing lt.gmo as /home/keith3/gnome-shell/install/share/locale/lt/LC_MESSAGES/gnome-shell.mo
installing nb.gmo as /home/keith3/gnome-shell/install/share/locale/nb/LC_MESSAGES/gnome-shell.mo
installing nl.gmo as /home/keith3/gnome-shell/install/share/locale/nl/LC_MESSAGES/gnome-shell.mo
installing nn.gmo as /home/keith3/gnome-shell/install/share/locale/nn/LC_MESSAGES/gnome-shell.mo
installing pa.gmo as /home/keith3/gnome-shell/install/share/locale/pa/LC_MESSAGES/gnome-shell.mo
installing pl.gmo as /home/keith3/gnome-shell/install/share/locale/pl/LC_MESSAGES/gnome-shell.mo
installing pt.gmo as /home/keith3/gnome-shell/install/share/locale/pt/LC_MESSAGES/gnome-shell.mo
installing pt_BR.gmo as /home/keith3/gnome-shell/install/share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo
installing ro.gmo as /home/keith3/gnome-shell/install/share/locale/ro/LC_MESSAGES/gnome-shell.mo
installing ru.gmo as /home/keith3/gnome-shell/install/share/locale/ru/LC_MESSAGES/gnome-shell.mo
installing sl.gmo as /home/keith3/gnome-shell/install/share/locale/sl/LC_MESSAGES/gnome-shell.mo
installing sr.gmo as /home/keith3/gnome-shell/install/share/locale/sr/LC_MESSAGES/gnome-shell.mo
installing sr@latin.gmo as /home/keith3/gnome-shell/install/share/locale/sr@latin/LC_MESSAGES/gnome-shell.mo
installing sv.gmo as /home/keith3/gnome-shell/install/share/locale/sv/LC_MESSAGES/gnome-shell.mo
installing ta.gmo as /home/keith3/gnome-shell/install/share/locale/ta/LC_MESSAGES/gnome-shell.mo
installing th.gmo as /home/keith3/gnome-shell/install/share/locale/th/LC_MESSAGES/gnome-shell.mo
installing tr.gmo as /home/keith3/gnome-shell/install/share/locale/tr/LC_MESSAGES/gnome-shell.mo
installing uk.gmo as /home/keith3/gnome-shell/install/share/locale/uk/LC_MESSAGES/gnome-shell.mo
installing vi.gmo as /home/keith3/gnome-shell/install/share/locale/vi/LC_MESSAGES/gnome-shell.mo
installing zh_CN.gmo as /home/keith3/gnome-shell/install/share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo
installing zh_HK.gmo as /home/keith3/gnome-shell/install/share/locale/zh_HK/LC_MESSAGES/gnome-shell.mo
installing zh_TW.gmo as /home/keith3/gnome-shell/install/share/locale/zh_TW/LC_MESSAGES/gnome-shell.mo
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/po'
Making install in man
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/man'
make[2]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/home/keith3/gnome-shell/install/share/man/man1" || /bin/mkdir -p "/home/keith3/gnome-shell/install/share/man/man1"
/usr/bin/install-check -m 644 gnome-shell.1 '/home/keith3/gnome-shell/install/share/man/man1'
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/man'
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell/man'
make[1]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell'
make[2]: Entering directory `/home/keith3/gnome-shell/source/gnome-shell'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell'
make[1]: Leaving directory `/home/keith3/gnome-shell/source/gnome-shell'
*** success *** [1/1]
keith3@keith-laptop:~/gnome-shell/source$
[COLOR=Red]This was the version you show SCREENSHOT SHOWN BEFORE SHOWING THE NEW LOOK the look there is different to what I am seeing .... [/COLOR][B][COLOR=Red] [/COLOR] What am I missing here ? [/B] here is the output when I use it ....... if its of use to anyone ......
keith3@keith-laptop:~/gnome-shell/source$ gnome-shell --replace JS ERROR: !!! Unhandled type uint32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS LOG: GNOME Shell started at Mon Oct 11 2010 00:25:22 GMT+0200 (CET)
JS LOG: Failed to acquire org.freedesktop.Notifications; trying again
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager],[object _private_Gdm_User])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Exception was: TypeError: this._gdm.list_users is not a function
JS ERROR: !!! lineNumber = '70'
JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/statusMenu.js'
JS ERROR: !!! message = 'this._gdm.list_users is not a function'
JS ERROR: !!! stack = '([object _private_Gdm_UserManager])@/usr/share/gnome-shell/js/ui/statusMenu.js:70
([object _private_Gdm_UserManager])@/usr/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
'
JS ERROR: !!! Unhandled type int32 releasing GArgument
JS ERROR: !!! Unhandled type int32 releasing GArgument
Window manager warning: Log level 8: meta_window_raise: assertion `!window->override_redirect' failed
Window manager warning: Log level 8: meta_window_lower: assertion `!window->override_redirect' failed
[B] I have a full Archive now of all the source files and directories ..... so now it should not be too difficult to update ..... [/B]
___________________________
Onward .......
Used it for a couple if hours now .
Its excellent for organising windows.
Now when I go to desktops without it ....
I miss it ...... :(
Ok if you run docky with it ..... this is good ..... conky works ok too ........
There would be a video here too .... but still having problems uploading ogv files to You-Tube Imageshack does not want to know ..... guess I will need to convert it ,
[B]Top left for the Gnome-Shell will not work with gtk-recordmydesktop ... at the moment ... ALT key opens Gnome-Shell window ... so have now got a video .....
_A bit glitchy at the moment though_ ....
Still working on it ..... [/B]