By default a fortune message will appear if you open a terminal or go to the console (e.g. Alt+F1). Some like it, some loathe it. How to disable this fun thingy if you don't like it? Here is what I found, summarizing the confusing list of posts on this subject. (Makes you wonder why there is no easy checkbox somewhere in Control Panel or System Settings?)
1. LinuxMint 11x:
Edit as root: /etc/bash.bashrc and comment out its last line
('/usr/bin/mint-fortune')
2. LinuxMint 10x:
Edit as root: /usr/bin/mint-fortune and comment out its last line
('/usr/games/fortune | $command -f $cow')
NOTE:
'Edit as root' means:
- open a terminal
- type (GNOME): $ gksudo gedit [path+filename]
or (KDE): $ gksudo kwrite [path+filename]
NOTE:
'comment out' means:
adding a '#' at the very beginning of a line of code
I hope this is helpful for LinuxMint newbies like me.
--
linuxrev
:: cogito quod sum ::




