From 909900a553443beb75ee47f7354da26b43a2c1b6 Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Tue, 3 Jul 2018 13:40:38 -0500 Subject: [PATCH] Debian fix 3 --- content/install.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/content/install.md b/content/install.md index 58bc2b6..2f5a3c2 100644 --- a/content/install.md +++ b/content/install.md @@ -43,7 +43,7 @@ This way of installing is equals the below, the only thing is that a shortening - reset your profiles: ```bash -dconf reset -f /org/gnome/terminal/legacy/profiles:/ +$ dconf reset -f /org/gnome/terminal/legacy/profiles:/ ``` ### [Fix 2](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401224491) (@MalwareJedi): @@ -51,7 +51,7 @@ dconf reset -f /org/gnome/terminal/legacy/profiles:/ - Reset your profiles: ```bash -dconf reset -f /org/gnome/terminal/legacy/profiles:/ +$ dconf reset -f /org/gnome/terminal/legacy/profiles:/ ``` - Close your terminal. Re-open the terminal. @@ -61,6 +61,20 @@ dconf reset -f /org/gnome/terminal/legacy/profiles:/ - Confirm "Default" is still listed in your profiles. - If it is, run the Gogh script again. +### [Fix 3](https://github.com/Mayccoll/Gogh/issues/63#issuecomment-401510226) (@sui74): + +- Reset your profiles: + +```bash +$ dconf reset -f /org/gnome/terminal/legacy/profiles:/ +``` + +- "Unname" Rename profile called "default". + +```bash +$ sudo apt install uuid-runtime +``` +- run Gogh script. ## Install by Script