Skip to content

[BUG] Generic Ubuntu logo when XDG_CONFIG_DIRS is not set for Ubuntu flavor (at least Rhino Linux) #1974

@osalbahr

Description

@osalbahr

Read the FAQ first

  • I have checked the FAQ but the issue is not covered

Description

Ubuntu flavor detection is broken in the Rhino Linux container (ghcr.io/rhino-linux/docker) when XDG_CONFIG_DIRS is not set (it's not set by default). Is this expected behavior?

I did some investigation (spamming puts), and the culprit is here:

const char* xdgConfigDirs = getenv("XDG_CONFIG_DIRS");
if(!ffStrSet(xdgConfigDirs))
return;

(I don't actually use Rhino Linux, just something I noticed and thought I'd point it out)

Version used

fastfetch 2.52.0-30 (aarch64)

Bug prevalence

Always

Regression

Not sure

Installation

Built from source

Package manager

No response

Screenshots

Image

Configuration

Image protocol

I don't know

Terminal

Terminal (macOS)

Image tried

N/A

Error message

No response

Features built-in

threads
libzfs
linux/videodev2
linux/wireless

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions