GNOME Bugzilla – Bug 689738
extensions: Install a 'classic' mode for gnome-shell
Last modified: 2012-12-10 23:09:34 UTC
Now that external session-modes have landed, we can install one similar to the gnome-session machinery landed in commit c421da905fb.
Created attachment 230828 [details] [review] Add generated data files to .gitignore
Created attachment 230829 [details] [review] Install a 'classic' mode for gnome-shell Commit c421da905fb added the necessary machinery for adding a classic session, do the same for the corresponding gnome-shell mode.
Review of attachment 230829 [details] [review]: Looks good to me (and worked in my testing)
Review of attachment 230828 [details] [review]: Ok
Review of attachment 230829 [details] [review]: Yes. Btw, I guess at some point we'll change the extension base to be @gnome-shell-extensions.gnome.org, given it's not my personal repository anymore. ::: data/Makefile.am @@ +29,3 @@ +space:= $(empty) $(empty) +extensions:=$(patsubst %,\"%$(extensionbase)\",$(CLASSIC_EXTENSIONS)) +extension_list:=$(subst $(space),$(comma),$(extensions)) Nice!
Review of attachment 230829 [details] [review]: ::: data/Makefile.am @@ +29,3 @@ +space:= $(empty) $(empty) +extensions:=$(patsubst %,\"%$(extensionbase)\",$(CLASSIC_EXTENSIONS)) +extension_list:=$(subst $(space),$(comma),$(extensions)) Yeah, I want to point out that this is pretty amazing.
Umpf, I was just tested this, but accidentally pushed it. Sorry I stole your credits :)