( SOLVED )HowTo Turn Off Terminal Art/Quotes

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cimmeron

( SOLVED )HowTo Turn Off Terminal Art/Quotes

Post by cimmeron »

HowTo Turn Off Terminal Art/Quotes:

It was cute at first, but this Terminal art/quotes/question+answer stuff ( eg. Husse Jul 30 2007 ) ... is driving me crazy.

Can anyone tell me how to turn this OFF?

I've read the xfce man, searched ... should have a warning! :)

Thanks,

cos
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: HowTo Turn Off Terminal Art/Quotes

Post by xenopeek »

Open Desktop Settings, go to Terminal, disable "show fortune cookies".
Image
User avatar
Pjotr
Level 24
Level 24
Posts: 20090
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: HowTo Turn Off Terminal Art/Quotes

Post by Pjotr »

Or:

Code: Select all

rm -v ~/.bashrc
.... assuming that ~/.bashrc only contains a cowsay line (when in doubt, check it first).
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
cimmeron

( SOLVED )Re: HowTo Turn Off Terminal Art/Quotes

Post by cimmeron »

xenopeek wrote:Open Desktop Settings, go to Terminal, disable "show fortune cookies".
My OFF button ... That's a beautiful thing.

Many Thanks xenopeek!
cimmeron

Re: HowTo Turn Off Terminal Art/Quotes

Post by cimmeron »

Pjotr wrote:Or:

Code: Select all

rm -v ~/.bashrc
.... assuming that ~/.bashrc only contains a cowsay line (when in doubt, check it first).
Thanks for your advice Pjotr.

The Desktop Settings -> Terminal -> uncheck 'fortune cookies' ... did indeed work.

I'm not up on my 'bash' as yet but, Bash Beginners Guide, very soon (after Introduction to Linux.)

Thanks again.
Habitual

Re: HowTo Turn Off Terminal Art/Quotes

Post by Habitual »

http://forums.linuxmint.com/viewtopic.php?f=90&t=60420
My very first post here. :)

short answer:

Code: Select all

gksudo gedit /etc/bash.bashrc
and comment or remove the line:

Code: Select all

/usr/bin/mint-fortune
Locked

Return to “Xfce”