summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/build.cfg7
1 files changed, 2 insertions, 5 deletions
diff --git a/config/build.cfg b/config/build.cfg
index 95e3b16..058aae0 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -302,14 +302,11 @@ my $config = {
# Fix permissions to enable GDM to rerun if the user logs out.
"chown -R gdm:gdm /var/lib/gdm",
- # Enable the TopIcons extension
+ # Enable the appindicator extension
"mkdir -p /etc/dconf/db/local.d",
- "echo -e \"[org/gnome/shell]\nenabled-extensions=['TopIcons\@phocean.net']\" > /etc/dconf/db/local.d/00-extensions",
+ "echo -e \"[org/gnome/shell]\nenabled-extensions=['appindicatorsupport\@rgcjonas.gmail.com']\" > /etc/dconf/db/local.d/00-extensions",
"echo -e \"user-db:user\nsystem-db:local\" > /etc/dconf/profile/user",
"dconf update",
- # and adjust its default position.
- "sed -i 's/center/right/' /usr/share/gnome-shell/extensions/TopIcons\@phocean.net/schemas/org.gnome.shell.extensions.topicons.gschema.xml",
- "glib-compile-schemas /usr/share/gnome-shell/extensions/TopIcons\@phocean.net/schemas/",
# Avoid lots of warnings from g-s-d on first login.
"mkdir -p /home/$default_user/.config",