From 91cb0d461c2ec664c72118e0738922dbb577ffb9 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Mon, 25 Dec 2023 23:47:05 +0100 Subject: [PATCH] feat: Install VSO GNOME Shell --- .../90-vanilla-gnome-vso-extension.gschema.override | 3 +++ modules/00-vanilla-system-operator.yml | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 includes.container/usr/share/glib-2.0/schemas/90-vanilla-gnome-vso-extension.gschema.override diff --git a/includes.container/usr/share/glib-2.0/schemas/90-vanilla-gnome-vso-extension.gschema.override b/includes.container/usr/share/glib-2.0/schemas/90-vanilla-gnome-vso-extension.gschema.override new file mode 100644 index 0000000..ffb1e76 --- /dev/null +++ b/includes.container/usr/share/glib-2.0/schemas/90-vanilla-gnome-vso-extension.gschema.override @@ -0,0 +1,3 @@ +[org.gnome.shell] +enabled-extensions=['vso@vanillaos.org'] +disable-user-extensions=false \ No newline at end of file diff --git a/modules/00-vanilla-system-operator.yml b/modules/00-vanilla-system-operator.yml index a02a634..9bd2a64 100644 --- a/modules/00-vanilla-system-operator.yml +++ b/modules/00-vanilla-system-operator.yml @@ -22,6 +22,13 @@ modules: - chmod +x /usr/bin/vso-os-shell - echo "/usr/bin/vso-os-shell" >> /etc/shells - sed -i 's/^\(SHELL=\).*/\1\/usr\/bin\/vso-os-shell/' /etc/default/useradd +- name: vso-gnome-ext + type: shell + source: + type: tar + url: https://github.com/Vanilla-OS/vso-gnome-ext/archive/refs/tags/1.tar.gz + commands: + - mv /sources/vso@vanillaos.org /usr/share/gnome-shell/extensions/ - name: vso-deps-install type: apt source: