having failed to install a gnome extension from their website I looked for another way on Google. The guide I found was like:
sudo apt-get install gnome-common git clone git://git.gnome.org/gnome-shell-extensions cd gnome-shell-extensions ./autogen.sh –prefix=$HOME/.local – enable-extensions=”dock” The last command failed with the following error:
./configure: line 4276: GLIB_GSETTINGS: command not found configure: error: invalid extension drop-down-terminal Unfortunately I couldn't find anything helpful on Google this time.
How can I resolve this error?