Allows you to use stumpwm with GNOME 3 Session infrastructure on Arch Linux.
For ubuntu, you have to set the FLAVOR environment variable first:
export FLAVOR=ubuntu
. If you are using sudo
don't forget to add
-E
argument to pass environment variables. e.g. sudo -E make install
or in one command: sudo make install FLAVOR=ubuntu
.