Extract Shell
For extracting Shell JavaScript files from GResource
1. Create a folder to store the files
mkdir ~/myShell
2. Write a script to extract all necessary files
gedit ~/getShell
3. Make the script executable
chmod +x ~/getShell
and run it
~/getShell
This will save all the files under ~/myShell
To use this installation
GNOME_SHELL_JS=~/myShell gnome-shell --replace
From: http://blogs.gnome.org/mclasen/2014/03/24/keeping-gnome-shell-approachable/