Page 24 of 35

Re: MX-17 Screenshots

Posted: Sat Jul 21, 2018 5:54 pm
by KBD
That must be neofetch in the terminal, because screenfetch only gives me the Debian circle symbol.

Re: MX-17 Screenshots

Posted: Sat Jul 21, 2018 7:26 pm
by Mauser
KBD wrote: Sat Jul 21, 2018 5:54 pm That must be neofetch in the terminal, because screenfetch only gives me the Debian circle symbol.
Yes, that's it. But in order to see it neofetch needs to be typed into the terminal and hit enter. It must be top secret on how to get it to display all the time automatically and results in the death penately if it's told how to get it to do that. Same goes for creating a spelling checker for Linux that works.

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 4:22 am
by male
Mauser wrote:Does your terminal look like that every time you open it and if yes, how do you do it?
this is this snapshot from 15-Jun-2018: http://mxrepo.com/snapshots/?C=M;O=D

there is nothing secret about the neofetch package. As you describe, it is called with ENTER in the terminal. I do not know of an automatic start ;)

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 8:07 am
by dolphin_oracle
To see neo fetch output at the launch of the terminal, add "neofetch" to the end of the ~/.bashrc. file.

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 2:03 pm
by Mauser
dolphin_oracle wrote: Sun Jul 22, 2018 8:07 am To see neo fetch output at the launch of the terminal, add "neofetch" to the end of the ~/.bashrc. file.
That doesn't work. I get this: [bash: /home/mauser/.bashrc.neofetch: No such file or directory].

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 2:44 pm
by asqwerth
Mauser wrote: Sun Jul 22, 2018 2:03 pm
dolphin_oracle wrote: Sun Jul 22, 2018 8:07 am To see neo fetch output at the launch of the terminal, add "neofetch" to the end of the ~/.bashrc. file.
That doesn't work. I get this: [bash: /home/mauser/.bashrc.neofetch: No such file or directory].
He means:

1. open the /home/mauser/.bashrc file with a text editor
2. add the word "neofetch" after all the text already in the file, on a new line.
3. save file and close.

Try to open a terminal now and check the results.

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 2:58 pm
by Mauser
asqwerth wrote: Sun Jul 22, 2018 2:44 pm
Mauser wrote: Sun Jul 22, 2018 2:03 pm
dolphin_oracle wrote: Sun Jul 22, 2018 8:07 am To see neo fetch output at the launch of the terminal, add "neofetch" to the end of the ~/.bashrc. file.
That doesn't work. I get this: [bash: /home/mauser/.bashrc.neofetch: No such file or directory].
He means:

1. open the /home/mauser/.bashrc file with a text editor
2. add the word "neofetch" after all the text already in the file, on a new line.
3. save file and close.

Try to open a terminal now and check the results.
There is no .bashrc file. there. Where is it hiding?

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 3:06 pm
by Jerry3904
It's a hidden file that can be revealed with Ctrl-H

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 3:22 pm
by Mauser
That worked. Thank you all for declassifying the top secret on how to do it.

Re: MX-17 Screenshots

Posted: Sun Jul 22, 2018 3:24 pm
by Jerry3904
Might want to look through the Users Manual sometime