After a little search on How-To, I changed a bit in mint-fortune bash script
- Code: Select all
sudo gedit /usr/bin/mint-fortune
And commented out the control function, whether you wished the fortunes or not.
- Code: Select all
if [ -x "/usr/bin/gconftool-2" ]; then
#showfortunes=`gconftool-2 --get /desktop/linuxmint/terminal/show_fortunes 2>/dev/null`
#if [ "$showfortunes" == "true" ]; then
show_fortune
#fi
fi
And now i've got 'Husse' giving me some nice fortune cookies when I open Terminal.
Now the question: How to make this work like it supposed to, i.e in Gconf/mintDesktop configuration?




