dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
22.01k stars 1.77k forks source link

BrickLinux as supported os #2354

Open PokeyManatee4 opened 1 year ago

PokeyManatee4 commented 1 year ago

Description

If you're suggesting a new feature then just a description will suffice.

Neofetch version

Neofetch 7.1.0

Screenshot

Dist wont ss

bash-5.1# source /etc/profile 
Unknown OS detected: 'BrickLinux', aborting...
Open an issue on GitHub to add support for your OS.

Also /etc/profile

export PATH=/bin:/usr/bin:/sbin
neofetch

Config file

doesnt exist

Verbose log

bash-5.1# cat neofetchlog 
Unknown OS detected: 'BrickLinux', aborting...
Open an issue on GitHub to add support for your OS.
hykilpikonna commented 1 year ago

Can you provide a link to where BrickLinux is published?

PokeyManatee4 commented 1 year ago

I have yet to publish it

On Sat, Aug 5, 2023, 12:56 PM Azalea @.***> wrote:

Can you provide a link to where BrickLinux is published?

— Reply to this email directly, view it on GitHub https://github.com/dylanaraps/neofetch/issues/2354#issuecomment-1666568425, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNRYPOVI5TWOB5R5XAFJMDXT2COPANCNFSM6AAAAAA3EZ4XPQ . You are receiving this because you authored the thread.Message ID: @.***>

PokeyManatee4 commented 1 year ago

So if you want a beta I can't supply until further notice

hykilpikonna commented 1 year ago

Okay, good luck on the development. To add support for your os in neofetch, you will have to design a logo first, and then design an ascii art of the logo.

hykilpikonna commented 1 year ago

But also... is BrickLinux using Linux kernel?

PokeyManatee4 commented 1 year ago

Yes, rn it is using the arch kernel

On Sat, Aug 5, 2023, 7:48 PM Azalea @.***> wrote:

But also... is BrickLinux using Linux kernel?

— Reply to this email directly, view it on GitHub https://github.com/dylanaraps/neofetch/issues/2354#issuecomment-1666659008, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNRYPJMT2EW5AKXF7R3QDDXT3SV5ANCNFSM6AAAAAA3EZ4XPQ . You are receiving this because you authored the thread.Message ID: @.***>

hykilpikonna commented 1 year ago

Yes, rn it is using the arch kernel

Neofetch will only print "Unknown OS detected" if the kernel is not supported, which means that your kernel name (as detected by uname -s) is BrickLinux. If you're distro is using Linux kernel, it should always be "Linux" and you shouldn't modify that.

image

Let's see some examples: Fedora's kernel is "Linux"

image

Debian's kernel is "Linux"

image

ArchLinux's kernel is "Linux" (even when I'm using the linux-zen kernel)

image

You should instead modify /etc/os-release to identify your distro.

PokeyManatee4 commented 1 year ago

Oh I didn't know that, thanks for the clarification, I'll set it up again after school today

On Sun, Aug 13, 2023, 9:56 PM Azalea @.***> wrote:

Yes, rn it is using the arch kernel

Neofetch will only print "Unknown OS detected" if the kernel is not supported, which means that your kernel name (as detected by uname -s) is BrickLinux. If you're distro is using Linux kernel, it should always be "Linux" and you shouldn't modify that.

[image: image] https://user-images.githubusercontent.com/22280294/260346656-d07d9446-d8e4-470b-b34b-df08f972590d.png

Let's see some examples: Fedora's kernel is "Linux"

[image: image] https://user-images.githubusercontent.com/22280294/260346932-3ce5d09e-0c15-4be4-803f-01db07c627de.png

Debian's kernel is "Linux"

[image: image] https://user-images.githubusercontent.com/22280294/260347401-734d3398-1951-4790-8973-a9c514547eb7.png

ArchLinux's kernel is "Linux" (even when I'm using the linux-zen kernel)

[image: image] https://user-images.githubusercontent.com/22280294/260347082-f463a9dc-8a57-4772-8f51-25b9703bfef8.png

You should instead modify /etc/os-release to identify your distro.

— Reply to this email directly, view it on GitHub https://github.com/dylanaraps/neofetch/issues/2354#issuecomment-1676598647, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNRYPMQ7UFLA4PPFYJYJD3XVGHW3ANCNFSM6AAAAAA3EZ4XPQ . You are receiving this because you authored the thread.Message ID: @.***>