summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-26 22:45:38 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-26 22:47:01 +0000
commit336ea546aa7fd49a323716995d40bf26b908fdcb (patch)
tree4551ee59fb0d3789277cfc56f248914e0fecd736
parentdc0c0bc02a1f5be37c464fbf56cedbc99f1bcc48 (diff)
downloaddraklive-config-336ea546aa7fd49a323716995d40bf26b908fdcb.tar
draklive-config-336ea546aa7fd49a323716995d40bf26b908fdcb.tar.gz
draklive-config-336ea546aa7fd49a323716995d40bf26b908fdcb.tar.bz2
draklive-config-336ea546aa7fd49a323716995d40bf26b908fdcb.tar.xz
draklive-config-336ea546aa7fd49a323716995d40bf26b908fdcb.zip
Use the GNOME appindicator extension instead of the obsolete TopIcons.
-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",