How to set the console colors in Fossapup? (Solved)

New to Puppy and have questions? Start here

Moderator: Forum moderators

Post Reply
ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

How to set the console colors in Fossapup? (Solved)

Post by ionmich »

How do I set the colors in console? Blue on black is hard to read.

Last edited by ionmich on Sat Dec 17, 2022 3:59 pm, edited 1 time in total.
ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: Console settings

Post by ionmich »

I tried

Code: Select all

man console

but with no success.

User avatar
Jasper
Posts: 2067
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 854 times
Been thanked: 480 times

Re: Console settings

Post by Jasper »

Application:
https://www.smokey01.com/radky/UrxvtControl-1.4.pet

Then have a look under the UTILITY submenu

User avatar
bigpup
Moderator
Posts: 6980
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 902 times
Been thanked: 1520 times

Re: Console settings

Post by bigpup »

What Puppy version you using????

We always need that info??????

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: Console settings

Post by ionmich »

fossapup64 version 9.5
Sorry. Not yet used to this forum's methods.

ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: Console settings

Post by ionmich »

fossapup64 version 9.5

Ran urxvt. Selected white for URL, rebooted, directories still show in blue. Tried to post images, but failed. Please direct me to instructions to post images.

geo_c
Posts: 2878
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 2200 times
Been thanked: 873 times

Re: Console settings

Post by geo_c »

ionmich wrote: Fri Dec 16, 2022 5:04 pm

Ran urxvt. Selected white for URL, rebooted, directories still show in blue. Tried to post images, but failed. Please direct me to instructions to post images.

Did you use the apply button before exiting the urxvt utility?

The forum doesn't handle images so well. I upload to here https://postimages.org/
It's free, doesn't require account signup. Then once the image is uploaded click the "hotlink for forum" button to copy the link. Paste it in your post. Works great.

geo_c
Old School Hipster, and Such

ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: Console settings

Post by ionmich »

fossapup64 version 9.5

Yes I did "apply" before closing and it confirmed.

ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: Console settings

Post by ionmich »

I found .Xdefaults in my root directory and it shows

urxvt.foreground:#b9b9b9
urxvt.background:#000000
urxvt.underlineColor:#ec3e90

the same as .Xdefaults.bak

Burunduk
Posts: 250
Joined: Thu Jun 16, 2022 6:16 pm
Has thanked: 7 times
Been thanked: 126 times

Re: Console settings

Post by Burunduk »

ionmich wrote: Fri Dec 16, 2022 5:04 pm

Ran urxvt. Selected white for URL, rebooted, directories still show in blue.

No need to reboot - restarting urxvt is enough.

URL or directories? The ls command shows directories in blue. If you want to turn ls colors off, remove alias ls='ls --color=auto' line from the /etc/profile file or add unalias ls line to the /root/.bashrc file or change the color for directories -> edit export LS_COLORS='bd=33:cd=33' line in /etc/profile or add one to /root/.bashrc To show dirs in bold green: export LS_COLORS='bd=33:cd=33:di=1;32' Changing ls colors

ionmich wrote: Sat Dec 17, 2022 2:37 am

I found .Xdefaults in my root directory and it shows

The setting for URL color in .Xdefaults is urxvt.colorUL:#00ff00

User avatar
bigpup
Moderator
Posts: 6980
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 902 times
Been thanked: 1520 times

Re: Console settings

Post by bigpup »

ionmich wrote: Fri Dec 16, 2022 5:04 pm

fossapup64 version 9.5

Ran urxvt. Selected white for URL, rebooted, directories still show in blue. Tried to post images, but failed. Please direct me to instructions to post images.

when you rebooted did you update the save so setting was saved to now be used?

Selected white for URL

That would make this be in white letters: https://forum.puppylinux.com if it is typed into the terminal.

You were using urxvt as the terminal (console)?

Worked for me to change the color in urxvt.

Screenshot.jpg
Screenshot.jpg (20.33 KiB) Viewed 390 times

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
bigpup
Moderator
Posts: 6980
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 902 times
Been thanked: 1520 times

Re: How to set the console colors?

Post by bigpup »

You can use take a shot program to take a image of what is on the monitor.
Select full screen for everything or window if only a image of a running program window.
Can also edit the image before saving it.
Save the image file to location you can find it.

You need to use take a shot a few times to see how to use it.

When you are making a post with the post composition screen showing.
click on the attachment tab.
That gives you add files tab.
Click on it and navigate to file you want to attach and select it.
You will see the file listed with place inline or delete file buttons.
Put the input at location you want the image in the post.
Click the place inline button and image will be placed there in the post you are making.

There is a max size limit for the attachment file 512KiB
Max limit of three attachments to a post.

Attachments
Screenshot.jpg
Screenshot.jpg (20.33 KiB) Viewed 380 times

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: How to set the console colors?

Post by ionmich »

fossapup64 version 9.5

add unalias ls line to the /root/.bashrc file

Wonderful! I can see what I am doing. Many thanks.

ionmich
Posts: 33
Joined: Mon Jul 27, 2020 12:27 am
Been thanked: 3 times

Re: How to set the console colors?

Post by ionmich »

When you are making a post with the post composition screen showing.
click on the attachment tab.
That gives you add files tab.
Click on it and navigate to file you want to attach and select it.

Testing...
Great! Thank you.

Attachments
Screenshot(1).png
Screenshot(1).png (40.42 KiB) Viewed 352 times
User avatar
Flash
Moderator
Posts: 976
Joined: Tue Dec 03, 2019 3:13 pm
Location: Arizona, U.S.
Has thanked: 51 times
Been thanked: 125 times

Re: How to set the console colors in Fossapup? (Solved)

Post by Flash »

@ionmich , it's possible you tried to post an image that was too wide. To keep everyone happy, the forum won't accept images wider than 450? pixels. (I forget. It's been such a long time since this came up.)

If necessary, you can edit an image with Menu->Graphic->mtPaint->Image->Scale Canvas to shrink it down. Crop it first, so that only the relevant part remains. Less shrinking will be required.

Chaos coordinator :?
User avatar
bigpup
Moderator
Posts: 6980
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 902 times
Been thanked: 1520 times

Re: How to set the console colors in Fossapup? (Solved)

Post by bigpup »

The width of an attached image file is not the limit anymore.
The bigger the image width + height the bigger size it makes the image file.
Run into the forum max file size limit of 512KiB.
So you have to make the image smaller in actual size to get below the forum max file size limit.

Adjusting the width and height will make the actual file size smaller.

what I have found is if an image width is more than 1000 the image file will be bigger than 512KiB.

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

Post Reply

Return to “Beginners Help”