It's not *nix if fortune isn't running!
The attached zip contains the command itself (/usr/games/fortune) some missing deps, and some fortune cookie files (lists of jokes and quotations) to get you started!
Unzip the file and right click/install, at minimum...
fortune-mod-1:1.99.1_7build1-amd64-DEB.txz
fortunes-min-1:1.99.1_7.3-all-DEB.txz
recode-3.6_25-amd64-DEB.txz
librecode0-3.6_25-amd64-DEB.txz
Invoke it ...
/usr/games/fortune
Question:
Is there a more elegant solution than digging for .debs, then converting them? Fortune and its deps were missing from slapt.
Question:
How can I make the default FD terminal (urxvt) run this on opening so I receive a new fortune each time the terminal is opened?
Basically I want this to run when the terminal opens...
Code: Select all
echo
/usr/games/fortune -s
echo
Failed attempt 1...
Modified .bash_profile and added...
No joy and no output.
Failed attempt 2...
Modified /etc/.profile
Can see fortune run on bootup but that's not really what I was after!
Ideas welcome!