Could not find the preferences option anywhere on the screen.
I want to change font and background color of the terminal, how can I do that. I see from the source code the preferences part has not been written. Is there any way that I can do changes manually
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Fabien LOISON
- Solved:
- 2016-12-14
- Last query:
- 2016-12-14
- Last reply:
- 2016-12-10
|
#1 |
When I re-wrote Nautilus Temrinal in GTK3 to support GNOME 3 / Nautilus 3.x, There was a bug in the VTE Python bindings that avoid me to change the color palette of the terminal (VTE), so I did not wrote the configuration window at this time. The bug is probably fixed for a while, but I do not maintain this software anymore.
You can change those settings programatically (by modifying the software). The documentation is here: https:/
Ashish Prajapati (ashden) said : | #2 |
Thanks Fabien LOISON, that solved my question.