Hi nukk,
nukk:
> I understand that. The goal of this is simply to be able to make color
> / configuration changes for things like gnome-terminal, and have them
> persist. The existing color scheme is harsh on the laptop I use.
Here is what I use :
- make you ~/.bashrc persistent
- add those lines inside :
if [ ! -f
'/home/amnesia/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml'
]; then
gconftool-2 --set
/apps/gnome-terminal/profiles/Default/use_theme_colors --type boolean false
gconftool-2 --set
/apps/gnome-terminal/profiles/Default/use_system_font --type boolean false
gconftool-2 --set
/apps/gnome-terminal/profiles/Default/bold_color_same_as_fg --type
boolean false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/font --type
string "Monospace 12"
gconftool-2 --set
/apps/gnome-terminal/profiles/Default/foreground_color --type string
"#A0A0A0A0A0A0"
gconftool-2 --set
/apps/gnome-terminal/profiles/Default/background_color --type string
"#1C1C1C1C1C1C"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/palette
--type string
"#1B1B1D1D1E1E:#C51D2C052C05:#8282B4B41414:#FDFD97971F1F:#5656C2C2D6D6:#8C8C5454FEFE:#464654545757:#CCCCCCCCC6C6:#505053535454:#B85141204120:#B6B6E3E35454:#FEFEEDED6C6C:#8C8CEDEDFFFF:#9E9E6F6FFEFE:#89899C9CA1A1:#F8F8F8F8F2F2"
fi
Cheers,
~ elouann
_______________________________________________
tails-support mailing list
[email protected]
https://mailman.boum.org/listinfo/tails-support
To unsubscribe from this list, send an empty email to
[email protected].