Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working on Ubuntu #41

Open
rahilwazir opened this issue Jun 17, 2016 · 39 comments
Open

Not Working on Ubuntu #41

rahilwazir opened this issue Jun 17, 2016 · 39 comments
Labels
FYI - Docs useful information

Comments

@rahilwazir
Copy link

rahilwazir commented Jun 17, 2016

Same case as #40, but I'm on Ubuntu. Even created a new separate profile didn't help.

Ubuntu: 16.04

@bmreilly
Copy link

Yeah I just installed in Ubuntu 16.04, and I'm having an issue as well. I successfully changed the color theme when I installed using this method:
$ wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt
But when I installed the script for changing between themes it doesn't change the theme after executing.

@Mgldvd
Copy link
Collaborator

Mgldvd commented Jun 20, 2016

ok, gonna check

@shreyasmm
Copy link

shreyasmm commented Jun 23, 2016

Its creating new profiles in gnome terminal ubuntu gnome 16.04 it will change theme when we change profile
screenshot 2016-06-24 00 49 56

@atomi
Copy link

atomi commented Jun 28, 2016

No luck on Xenial based Mint 18 either. No error just does nothing.

@Mgldvd
Copy link
Collaborator

Mgldvd commented Jun 28, 2016

I guess the solution is here but i can't figure out.
https://github.com/Anthony25/gnome-terminal-colors-solarized

@rahilwazir
Copy link
Author

@Mayccoll Can you explain?

@Mgldvd
Copy link
Collaborator

Mgldvd commented Jun 29, 2016

@rahilwazir gnome-terminal-colors-solarized is working and change the color scheme. I'm reviewing the code to see what approach they are using.

@sferra
Copy link

sferra commented Jul 5, 2016

restarting the terminal (i had one single session at that time) seemed to help in my case. no additional profile creation was needed.
still, restarting all sessions in order to apply the theme is not really acceptable

@rahilwazir
Copy link
Author

@sferra You sure it worked on Ubuntu 16.04? I restarted all terminal sessions but didn't help

@sferra
Copy link

sferra commented Jul 5, 2016

yes, i'm sure:

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"

it's the ubuntu-gome flavor though. i also had a single terminal windows/tab open at the time

@sferra
Copy link

sferra commented Jul 5, 2016

i withdraw my statement about "only" having to restart the terminal.
new terminal profiles were created - all called "Default", which is not very helpful - with different color settings. i'm not sure how the new profile got selected because i didn't manually do that.

i'm sorry about the confusion

@Mgldvd
Copy link
Collaborator

Mgldvd commented Jul 8, 2016

Installing dconf-cli solves the problem partially, it creates profiles which must be changed manually. #44

sudo apt install dconf-cli 

screenshot from 2016-07-08 11-21-11

@mehdi-alouane
Copy link

Same here not working on ubuntu 14.04 (elementary freya)

@golinmarq
Copy link

Is this tool working in some OS? As far I can see it's not

@sferra
Copy link

sferra commented Jul 16, 2016

@golinmarq ist is working, but maybe not exactly as one may expect: you have to manually choose one of the profiles it creates in order to change the terminal appearance.

@joelhoisko
Copy link

Started working after installing dconf-cli but the problem of multiple Default profiles haunts me also.

@nickdex
Copy link

nickdex commented Oct 23, 2016

Installing dconf-cli on linux mint 18 makes it work correctly but on ubuntu MATE 16.04 doesn't even create multiple Default profiles.

@oxydron
Copy link
Contributor

oxydron commented May 26, 2017

Maybe if change the "Default" for the theme name would be nice in the end.
Create the profile and change to it after.

@fulopattila122
Copy link

Neither works with Ubuntu Gnome 17.04

@selfup
Copy link

selfup commented Jun 26, 2017

Works on vanilla Ubuntu 17.04.

Just reporting so there can be some datapoints 👍

@fulopattila122
Copy link

Started to work after I've added a custom Profile manually. Need further tests to clarify if it actually correlates, but this seems to be related.

@himrasmussen
Copy link

himrasmussen commented Jul 19, 2017

Edit: I used Konsole, my bad Dx

Ubuntu 16.04, KDE/Plasma env (Maybe Kubuntu?)

Problem:
Does not seem to create profiles or change color settings for the profile.

Steps taken to solve problem:
Created new profile, problem persists
Rebooting

@oxydron
Copy link
Contributor

oxydron commented Jul 27, 2017

Working on Ubuntu 16.04 on gnome-terminal (adds a new profile after used).
@himrasmussen are you using Konsole or gnome-terminal?

@himrasmussen
Copy link

@oxydron yeah used Konsole. On Gnome-terminal it works. :)

@oxydron
Copy link
Contributor

oxydron commented Aug 25, 2017

@himrasmussen this is sort of a problem. Part of the script verify which terminal you are using and to my knowledge it only considers gnome-terminal and patheon-terminal

@jonapich
Copy link

Not working on my end either (16.04). I can get the theme selection choice during the install but nothing happens. I also had 2 profiles and it deleted them. I tried again (creating a dummy profile, running your script) and it deleted my profiles again... It only leaves 1 of them (Default). And it's not the colors I asked...

@dagolinuxoid
Copy link
Contributor

dagolinuxoid commented Oct 8, 2017

It works for me and probably should for you ($ uname --all Linux eos 4.4.0-96-generic #119~14.04.1-Ubuntu SMP Wed Sep 13 08:40:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
or if put it simple my current distro is Elementary OS 0.3.2 Freya)

It's kinda long and ridiculously redundant but bear with me:
CHECK YOUR VERSION OF A TERMINAL (in my case it is 3.6.2)

$ gnome-terminal --version
GNOME Terminal 3.6.2
GO TO THIS DIRECTORY
linux@eos ~/.gconf/apps/gnome-terminal
CHANGE YOUR CORRESPONDING FILE (%gconf.xml ) ACCORDINGLY (if it is not present create it)
$ cat %gconf.xml 
<?xml version="1.0"?>
<gconf>
	<entry name="profile_list" mtime="1507404014" type="list" ltype="string">
		<li type="string">
			<stringvalue>Default</stringvalue>
		</li>
	</entry>
</gconf>
THERE ARE ONLY FILES YOU ARE INTERESTING IN
linux@eos ~/.gconf/apps/gnome-terminal
$ tree profiles/
profiles/
├── Default
│   └── %gconf.xml
└── %gconf.xml

1 directory, 2 files
linux@eos ~/.gconf/apps/gnome-terminal
CHANGE YOUR CORRESPONDING FILE ACCORDINGLY (IT SHOULD BE EMPTY)
$ cat profiles/%gconf.xml 
linux@eos ~/.gconf/apps/gnome-terminal
CHANGE YOUR CORRESPONDING FILE ACCORDINGLY
$ cat profiles/Default/%gconf.xml 
<?xml version="1.0"?>
<gconf>
	<entry name="cursor_shape" mtime="1507441105" type="string">
		<stringvalue>block</stringvalue>
	</entry>
	<entry name="scroll_on_output" mtime="1507441573" type="bool" value="false"/>
	<entry name="allow_bold" mtime="1507441384" type="bool" value="true"/>
	<entry name="font" mtime="1507441779" type="string">
		<stringvalue>Hack 9</stringvalue>
	</entry>
	<entry name="use_system_font" mtime="1507441779" type="bool" value="false"/>
	<entry name="default_show_menubar" mtime="1507441779" type="bool" value="false"/>
	<entry name="scroll_on_keystroke" mtime="1507441779" type="bool" value="false"/>
	<entry name="scrollbar_position" mtime="1507441779" type="string">
		<stringvalue>hidden</stringvalue>
	</entry>
	<entry name="background_darkness" mtime="1507441779" type="float" value="1"/>
	<entry name="background_type" mtime="1507441444" type="string">
		<stringvalue>solid</stringvalue>
	</entry>
	<entry name="use_theme_colors" mtime="1507441779" type="bool" value="false"/>
	<entry name="use_custom_command" mtime="1507438954" type="bool" value="false"/>
	<entry name="palette" mtime="1507441779" type="string">
		<stringvalue>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</stringvalue>
	</entry>
	<entry name="alternate_screen_scroll" mtime="1507441636" type="bool" value="false"/>
	<entry name="background_color" mtime="1507441779" type="string">
		<stringvalue>#DEDEDEDEDEDE</stringvalue>
	</entry>
	<entry name="visible_name" mtime="1507441779" type="string">
		<stringvalue>Default</stringvalue>
	</entry>
	<entry name="bold_color" mtime="1507441779" type="string">
		<stringvalue>#000000000000</stringvalue>
	</entry>
	<entry name="foreground_color" mtime="1507441779" type="string">
		<stringvalue>#2E2E34343636</stringvalue>
	</entry>
</gconf>
linux@eos ~/.gconf/apps/gnome-terminal
MAKE SURE TO INSTALL dconf-cli invoking this command down below
sudo apt install dconf-cli
GO TO THEMES (in your browser)
[https://github.com/Mayccoll/Gogh/blob/master/content/themes.md](url)
PICK THIS ONE (Solarized-light)
INSTALL IT
linux@eos ~/.gconf/apps/gnome-terminal
$ wget -O xt  https://git.io/v5mXi && chmod +x xt && ./xt && rm xt
--2017-10-08 09:19:33--  https://git.io/v5mXi
Resolving git.io (git.io)... 50.17.192.147, 23.23.241.244, 50.19.252.69, ...
Connecting to git.io (git.io)|50.17.192.147|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/solarized-light.sh [following]
--2017-10-08 09:19:49--  https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/solarized-light.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1964 (1.9K) [text/plain]
Saving to: ‘xt’

100%[=====================================================>] 1,964       --.-K/s   in 0s      

2017-10-08 09:19:54 (8.34 MB/s) - ‘xt’ saved [1964/1964]


████████████████████████████████████████
████████████████████████████████████████

--2017-10-08 09:19:54--  https://raw.githubusercontent.com/Mayccoll/Gogh/master/apply-colors.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 

AT THIS POINT THE NEW THEME IS INSTALLED BUT YOUR Default theme is gone
GO TO YOUR PROFILES (gnome-terminal menu>edit>profiles)
CREATE A NEW PROFILE AND NAME IT Default
CLOSE YOUR TERMINAL
OPEN TERMINAL CLICK ON PROFILES IN ORDER TO CHOOSE THE WISHED THEME
APPRECIATE IT ^^
That is it. PS. I've deliberately shown whole process instead of pointing on needed steps briefly.

@guidobit
Copy link

For Linux Mint the work around is just cloning the repo and running f.e. themes/solarized-dark.sh. This will create a named profile. This seems enough to make it persistent.
When I run apply-colors it creates the Default profile with broken colors.

Another work around that worked even better was uninstalling dconf-cli, I installed it because it was stated in the readme.md but it seems Mint doesn't use dconf, at least not at version 17.3.

The bug happens at the apply-colors.sh. After a user installed dconf-cli, the script will check if it needs to apply the settings with dconf. It wont find any profiles there because some distros or configurations don't use dconf for this and skip to the else part, where an exit 1 triggers since this commit: 84e96d9
So simply put, the script will never reach the working gconf (legacy) code unless you don't have dconf installed at all.

Just thought I'd share my findings..

@alexzaharia24
Copy link

On Ubuntu 18.04 LTS there were no profiles created.
While trying to install other Gnome terminal profiles I stumbled upon the sugestion to install dconf-tools
Did that and afterwards it worked.

@Mgldvd Mgldvd added the FYI - Docs useful information label Aug 30, 2018
@ilgityildirim
Copy link

Ubuntu 18.04, fresh install;

Creating a new profile did at least help with installation. I just had to find the theme's SH file and use it to install. That's because the default install wasn't asking for any theme and was installing Freya theme.

I'll check it out when I have the time for a fix though (that's if I remember)

@phenonymous phenonymous mentioned this issue Nov 30, 2018
@papasasha42
Copy link

for me simple chmod +x did the trick. At Ubuntu 18.04 bionic, Gnome Terminal 3.
wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh

@Mgldvd Mgldvd pinned this issue Feb 10, 2019
@GenesioValois
Copy link

for me simple chmod +x did the trick. At Ubuntu 18.04 bionic, Gnome Terminal 3.
wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh

worked for me!

@vtkhatri
Copy link

vtkhatri commented Apr 23, 2019

After this output:

Supported terminals:
   mintty and deriviates
   guake
   iTerm2
   elementary terminal (pantheon/elementary)
   mate-terminal
   gnome-terminal
   tilix
   xfce4-terminal

If you believe you have recieved this message in error,
try manually setting 'TERMINAL', hint: ps -h -o comm -p $PPID

I tried this command:
$ ps -h -o comm -p $PPID
And got this output:
gnome-terminal-

Yes, These is a dash after gnome-terminal.
I'm on Ubuntu 18.04.2 LTS and GNOME Terminal 3.28.2 using VTE 0.52.2 +GNUTLS -PCRE2
Is there a way to get it working?

edit: Better formatting

@JosefSaltz
Copy link

JosefSaltz commented Apr 25, 2019

Also having this issue on 19.04. I have tried making a profile named "default_profile" to work around the line 656 in apply-colors.sh's invalid identifier exception. It completes but the profile does not write the necessary changes.

EDIT: My mistake the chmod +x fix worked for me.

@b1mt3
Copy link

b1mt3 commented May 23, 2019

It works for me and probably should for you ($ uname --all Linux eos 4.4.0-96-generic #119~14.04.1-Ubuntu SMP Wed Sep 13 08:40:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
or if put it simple my current distro is Elementary OS 0.3.2 Freya)

It's kinda long and ridiculously redundant but bear with me:
CHECK YOUR VERSION OF A TERMINAL (in my case it is 3.6.2)

$ gnome-terminal --version
GNOME Terminal 3.6.2
GO TO THIS DIRECTORY
linux@eos ~/.gconf/apps/gnome-terminal
CHANGE YOUR CORRESPONDING FILE (%gconf.xml ) ACCORDINGLY (if it is not present create it)
$ cat %gconf.xml 
<?xml version="1.0"?>
<gconf>
	<entry name="profile_list" mtime="1507404014" type="list" ltype="string">
		<li type="string">
			<stringvalue>Default</stringvalue>
		</li>
	</entry>
</gconf>
THERE ARE ONLY FILES YOU ARE INTERESTING IN
linux@eos ~/.gconf/apps/gnome-terminal
$ tree profiles/
profiles/
├── Default
│   └── %gconf.xml
└── %gconf.xml

1 directory, 2 files
linux@eos ~/.gconf/apps/gnome-terminal
CHANGE YOUR CORRESPONDING FILE ACCORDINGLY (IT SHOULD BE EMPTY)
$ cat profiles/%gconf.xml 
linux@eos ~/.gconf/apps/gnome-terminal
CHANGE YOUR CORRESPONDING FILE ACCORDINGLY
$ cat profiles/Default/%gconf.xml 
<?xml version="1.0"?>
<gconf>
	<entry name="cursor_shape" mtime="1507441105" type="string">
		<stringvalue>block</stringvalue>
	</entry>
	<entry name="scroll_on_output" mtime="1507441573" type="bool" value="false"/>
	<entry name="allow_bold" mtime="1507441384" type="bool" value="true"/>
	<entry name="font" mtime="1507441779" type="string">
		<stringvalue>Hack 9</stringvalue>
	</entry>
	<entry name="use_system_font" mtime="1507441779" type="bool" value="false"/>
	<entry name="default_show_menubar" mtime="1507441779" type="bool" value="false"/>
	<entry name="scroll_on_keystroke" mtime="1507441779" type="bool" value="false"/>
	<entry name="scrollbar_position" mtime="1507441779" type="string">
		<stringvalue>hidden</stringvalue>
	</entry>
	<entry name="background_darkness" mtime="1507441779" type="float" value="1"/>
	<entry name="background_type" mtime="1507441444" type="string">
		<stringvalue>solid</stringvalue>
	</entry>
	<entry name="use_theme_colors" mtime="1507441779" type="bool" value="false"/>
	<entry name="use_custom_command" mtime="1507438954" type="bool" value="false"/>
	<entry name="palette" mtime="1507441779" type="string">
		<stringvalue>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</stringvalue>
	</entry>
	<entry name="alternate_screen_scroll" mtime="1507441636" type="bool" value="false"/>
	<entry name="background_color" mtime="1507441779" type="string">
		<stringvalue>#DEDEDEDEDEDE</stringvalue>
	</entry>
	<entry name="visible_name" mtime="1507441779" type="string">
		<stringvalue>Default</stringvalue>
	</entry>
	<entry name="bold_color" mtime="1507441779" type="string">
		<stringvalue>#000000000000</stringvalue>
	</entry>
	<entry name="foreground_color" mtime="1507441779" type="string">
		<stringvalue>#2E2E34343636</stringvalue>
	</entry>
</gconf>
linux@eos ~/.gconf/apps/gnome-terminal
MAKE SURE TO INSTALL dconf-cli invoking this command down below
sudo apt install dconf-cli
GO TO THEMES (in your browser)
[https://github.com/Mayccoll/Gogh/blob/master/content/themes.md](url)
PICK THIS ONE (Solarized-light)
INSTALL IT
linux@eos ~/.gconf/apps/gnome-terminal
$ wget -O xt  https://git.io/v5mXi && chmod +x xt && ./xt && rm xt
--2017-10-08 09:19:33--  https://git.io/v5mXi
Resolving git.io (git.io)... 50.17.192.147, 23.23.241.244, 50.19.252.69, ...
Connecting to git.io (git.io)|50.17.192.147|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/solarized-light.sh [following]
--2017-10-08 09:19:49--  https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/solarized-light.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1964 (1.9K) [text/plain]
Saving to: ‘xt’

100%[=====================================================>] 1,964       --.-K/s   in 0s      

2017-10-08 09:19:54 (8.34 MB/s) - ‘xt’ saved [1964/1964]


████████████████████████████████████████
████████████████████████████████████████

--2017-10-08 09:19:54--  https://raw.githubusercontent.com/Mayccoll/Gogh/master/apply-colors.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 

AT THIS POINT THE NEW THEME IS INSTALLED BUT YOUR Default theme is gone
GO TO YOUR PROFILES (gnome-terminal menu>edit>profiles)
CREATE A NEW PROFILE AND NAME IT Default
CLOSE YOUR TERMINAL
OPEN TERMINAL CLICK ON PROFILES IN ORDER TO CHOOSE THE WISHED THEME
APPRECIATE IT ^^
That is it. PS. I've deliberately shown whole process instead of pointing on needed steps briefly.

Thank you, helped my @ CentOS 7 with gnome-terminal 3.22.1

@tylerferrara
Copy link

Installing dconf-cli solves the problem partially, it creates profiles which must be changed manually. #44

sudo apt install dconf-cli 

screenshot from 2016-07-08 11-21-11

Ubuntu 16LTS changes support for gconf-editor .

First, install gconf-editor

sudo apt install gconf-editor

Then, enable legacy gnome-terminal

gsettings set org.gnome.Terminal.Legacy.Profile:/:0/ default-size-columns 150

setup

@joser93
Copy link
Contributor

joser93 commented Feb 12, 2023

This issue shouldn't be closed? It's old and I just found this project, install it on my Ubuntu system and worked just fine. Still have to pick manually the generated profile, but I find it useful to test certain themes, compare and choose without forcing a change.

If someone else has a config script for a system and wants to install a profile as non interactive mode, something like this can be added to automatically setup the profile.

@vvitad
Copy link

vvitad commented Apr 10, 2023

I've tried to formalize instruction from @dagolinuxoid, but it has not worked for me

  1. $ gnome-terminal --version
    GNOME Terminal 3.6.2

  2. GO TO THIS DIRECTORY (after installing gconf)
    $ cd ~/.gconf/apps/gnome-terminal

  3. CHANGE YOUR CORRESPONDING FILE (%gconf.xml ) ACCORDINGLY (if it is not present create it)
    $ vim %gconf.xml

<?xml version="1.0"?>
<gconf>
	<entry name="profile_list" mtime="1507404014" type="list" ltype="string">
		<li type="string">
			<stringvalue>Default</stringvalue>
		</li>
	</entry>
</gconf>
  1. THERE ARE ONLY FILES YOU ARE INTERESTING IN
    $ tree ~/.gconf/apps/gnome-terminal/profiles/
    profiles/
    ├── Default
    │   └── %gconf.xml
    └── %gconf.xml

1 directory, 2 files

  1. MAKE SURE IT'S EMPTY
    $ cat profiles/%gconf.xml
  2. CHANGE YOUR CORRESPONDING FILE ACCORDINGLY
    $ vim profiles/Default/%gconf.xml
<?xml version="1.0"?>
<gconf>
	<entry name="cursor_shape" mtime="1507441105" type="string">
		<stringvalue>block</stringvalue>
	</entry>
	<entry name="scroll_on_output" mtime="1507441573" type="bool" value="false"/>
	<entry name="allow_bold" mtime="1507441384" type="bool" value="true"/>
	<entry name="font" mtime="1507441779" type="string">
		<stringvalue>Hack 9</stringvalue>
	</entry>
	<entry name="use_system_font" mtime="1507441779" type="bool" value="false"/>
	<entry name="default_show_menubar" mtime="1507441779" type="bool" value="false"/>
	<entry name="scroll_on_keystroke" mtime="1507441779" type="bool" value="false"/>
	<entry name="scrollbar_position" mtime="1507441779" type="string">
		<stringvalue>hidden</stringvalue>
	</entry>
	<entry name="background_darkness" mtime="1507441779" type="float" value="1"/>
	<entry name="background_type" mtime="1507441444" type="string">
		<stringvalue>solid</stringvalue>
	</entry>
	<entry name="use_theme_colors" mtime="1507441779" type="bool" value="false"/>
	<entry name="use_custom_command" mtime="1507438954" type="bool" value="false"/>
	<entry name="palette" mtime="1507441779" type="string">
		<stringvalue>#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC</stringvalue>
	</entry>
	<entry name="alternate_screen_scroll" mtime="1507441636" type="bool" value="false"/>
	<entry name="background_color" mtime="1507441779" type="string">
		<stringvalue>#DEDEDEDEDEDE</stringvalue>
	</entry>
	<entry name="visible_name" mtime="1507441779" type="string">
		<stringvalue>Default</stringvalue>
	</entry>
	<entry name="bold_color" mtime="1507441779" type="string">
		<stringvalue>#000000000000</stringvalue>
	</entry>
	<entry name="foreground_color" mtime="1507441779" type="string">
		<stringvalue>#2E2E34343636</stringvalue>
	</entry>
</gconf>
  1. MAKE SURE TO INSTALL dconf-cli invoking this command down below
    sudo apt install dconf-cli

  2. GO TO THEMES (in your browser) ---------link is not working
    https://github.com/Mayccoll/Gogh/blob/master/content/themes.md
    PICK THIS ONE (Solarized-light) --------------pick how?
    INSTALL IT -----------------running solarized-light.sh from cloned repo?

  3. ---------------what is going on here? looks like some-theme.sh has been run
    $ wget -O xt https://git.io/v5mXi && chmod +x xt && ./xt && rm xt

--2017-10-08 09:19:33--  https://git.io/v5mXi
Resolving git.io (git.io)... 50.17.192.147, 23.23.241.244, 50.19.252.69, ...
Connecting to git.io (git.io)|50.17.192.147|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/solarized-light.sh [following]
--2017-10-08 09:19:49--  https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/solarized-light.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1964 (1.9K) [text/plain]
Saving to: ‘xt’

100%[=====================================================>] 1,964       --.-K/s   in 0s      

2017-10-08 09:19:54 (8.34 MB/s) - ‘xt’ saved [1964/1964]


████████████████████████████████████████
████████████████████████████████████████

--2017-10-08 09:19:54--  https://raw.githubusercontent.com/Mayccoll/Gogh/master/apply-colors.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 
  1. AT THIS POINT THE NEW THEME IS INSTALLED BUT YOUR Default theme is gone
    GO TO YOUR PROFILES (gnome-terminal menu>edit>profiles)
    CREATE A NEW PROFILE AND NAME IT Default
    CLOSE YOUR TERMINAL
    OPEN TERMINAL CLICK ON PROFILES IN ORDER TO CHOOSE THE WISHED THEME
    -------------------- didn't work for me

@falkowich
Copy link

falkowich commented Dec 31, 2023

Hi,

Sorry for being late to the party.
I have a new installed 23.10 and this worked for me.

  • Create a profile named "Default"
  • Run gogh
  • Choose the newly installed Profile.

Your mileage may vary, but it worked for me [tm]

--
Kind Regards Falk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FYI - Docs useful information
Projects
None yet
Development

No branches or pull requests