gnome-shell-extension-suspend-button
gnome-shell-extension-suspend-button copied to clipboard
Zip download from extensions.gnome.org does not have makefile
I downloaded this extension from https://extensions.gnome.org/extension/826/suspend-button/ for GNOME 3.26 Extension Version 20. and extracted the zip file. However, when I open the directory containing the extension in my terminal and type make
and make install
I get the error make: *** No targets specified and no makefile found. Stop.
.
However, I was able to install this extension by downloading the zip file from this repository on GitHub, and typing make
and make install
.