From ab76a50739373a10201f83794e13f085de6372ec Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 12 Apr 2018 08:53:46 +1000 Subject: [PATCH] theme: Fix issues with gsettings. Closes #949 --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 40f1de05..12201e75 100755 --- a/neofetch +++ b/neofetch @@ -23,6 +23,9 @@ export LANG=C # Add more paths to $PATH. export PATH="/usr/xpg4/bin:/usr/sbin:/sbin:/usr/etc:/usr/libexec:${PATH}" +# Fix issues with gsettings. +export GIO_EXTRA_MODULES="/usr/lib/x86_64-linux-gnu/gio/modules/" + # Set no case match. shopt -s nocasematch