Skip to content

Commit

Permalink
Fixed install
Browse files Browse the repository at this point in the history
  • Loading branch information
apalacios-modpow committed May 5, 2015
1 parent 2755183 commit 5d410a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -30,6 +30,7 @@ Manually (up to date version):
cd ~
git clone https://github.com/optimisme/gnome-shell-simple-dock.git
cd gnome-shell-simple-dock
chmod 744 install.sh
./install.sh

Then, use 'Gnome tweak tool' to activate the extension
Expand Down
3 changes: 3 additions & 0 deletions install.sh
100644 → 100755
Expand Up @@ -3,9 +3,12 @@
exec 1>> /tmp/simple-dock-install
exec 1>> /tmp/outfile 2>&1
# Install extension
gnome-shell-extension-tool -d simple-dock@nothing.org
mkdir -p ~/.local/share/gnome-shell/extensions/simple-dock@nothing.org
rm -r ~/.local/share/gnome-shell/extensions/simple-dock@nothing.org/*
cp -rf simple-dock@nothing.org/* ~/.local/share/gnome-shell/extensions/simple-dock@nothing.org
# Activate extension
gnome-shell-extension-tool -e simple-dock@nothing.org
echo Gnome Shell will be restarted, ...
gnome-shell --replace &

0 comments on commit 5d410a7

Please sign in to comment.