Page 1 of 1

HOWTO: Fix Could not find small cowfile!

Posted: Sun Sep 26, 2010 12:37 pm
by RHTopics
Every so often when you bring up a terminal window, you will get the message:
cowthink: Could not find small cowfile!
What that is saying is Mint Fortune which produces the quotes is wanting to use the /usr/share/cowsay/cows/small.cow file, but it does not exist.

To provide a temporary fix until the cowsay package is updated, do the following command in a terminal window:

Code: Select all

sudo ln -s  /usr/share/cowsay/cows/default.cow  /usr/share/cowsay/cows/small.cow
That command will make a symbolic link from the default.cow file, which appears to be the small cow to a link file named small.cow.

Re: HOWTO: Fix Could not find small cowfile!

Posted: Fri Nov 26, 2010 9:47 pm
by 23dornot23d
Works for me ...... cheers .....

Re: HOWTO: Fix Could not find small cowfile!

Posted: Mon Nov 29, 2010 10:59 am
by rtrev
This cow thing was kind of cute for the first day or so, but now I just find it distracting.

Being a rolling distro, is there any problem with just removing it? Or might something come along later that depends on it, or some other package which has been removed, and will screw up the upgrade?

Re: HOWTO: Fix Could not find small cowfile!

Posted: Mon Nov 29, 2010 11:57 am
by aaleo
Thank you! It works!