ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
737 stars 48 forks source link

void linux isn't detected #188

Closed apprehensions closed 2 years ago

apprehensions commented 2 years ago

bottom text

$ cat /etc/os-release
NAME="void"
ID="void"
DISTRIB_ID="void"
PRETTY_NAME="void"
ad-oliviero commented 2 years ago

Should be fixed now

apprehensions commented 2 years ago

it doesn't.

ad-oliviero commented 2 years ago

Ok right now I'm busy, I'll fix it later. Meanwhile, are you sure that cache is disabled?

apprehensions commented 2 years ago

Meanwhile, are you sure that cache is disabled?

it doesn't get created, well, it isn't in ~/.cache. or no file in / matches keyword 'uwufetch'

ad-oliviero commented 2 years ago

I copied this

$ cat /etc/os-release
NAME="void"
ID="void"
DISTRIB_ID="void"
PRETTY_NAME="void"

in my /etc/os-release and tested ad522fb and it works, so I don't really know what's the problem on your system.

Try to apply this diff file with git apply debug.txt, then send the output of make debug. To remove the patch, run git reset --hard HEAD && git pull

apprehensions commented 2 years ago
cc -Wall -Wextra -g -pthread -o uwufetch uwufetch.c
./uwufetch

void"
ad-oliviero commented 2 years ago

Maybe you didn't update, run git reset --hard HEAD && git pull and try to run it again (without applying the patch)

apprehensions commented 2 years ago

it works now, thanks.