Add how to install shelltile from git repository
ghuls opened this issue · 2 comments
Would it be possible to add a section to the README which describes how to install shelltile directly from this repo?
I never installed a gnome-shell extension before, so after some fiddling I used the following instructions. I assume that there might be a more optimal way (especially installing the extenstion itself):
# Clone git repositiory
git clone https://github.com/emasab/shelltile
cd shelltile
./build.sh pot
./build.sh mo
# Compile schemas
./build.sh schemas
# Build zip shelltile gnome-shell zip file.
./build.sh
# Create directory for installing shelltile.
mkdir -p ~/.local/share/gnome-shell/extensions/ShellTile@emasab.it
# Install shelltile
unzip -l ShellTile@emasab.it.zip
# Restart gnome-shell
gnome-shell-mainloop.sh
Enable shelltile extention.
gnome-tweak ==> extenstion ==> Shelltile ==> ON
I've never installed a gnome-shell extension from git before today either but found a page from the gnome.org wiki on creating an extension and used the content from ShellTile instead of my own.
Your steps look okay to me though.
you can just do:
cd ~/.local/share/gnome-shell/extensions
rm -r ShellTile@emasab.it
git clone git@github.com:emasab/shelltile ShellTile@emasab.it
then use Alt+F2 to open the debug command line, type r
and then execute or just enter to restart gnome.