1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Debian fix 3

This commit is contained in:
Mayccoll 2018-07-03 13:40:38 -05:00
parent ace639d925
commit 909900a553

View File

@ -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