Could not find the preferences option anywhere on the screen.

Asked by Ashish Prajapati

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
For:
Nautilus Terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Fabien LOISON
Solved:
Last query:
Last reply:
Revision history for this message
Best Fabien LOISON (flozz) said :
#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://developer.gnome.org/vte/0.44/VteTerminal.html#vte-terminal-set-color-bold , I will take a look if I can find some free time...

Revision history for this message
Ashish Prajapati (ashden) said :
#2

Thanks Fabien LOISON, that solved my question.