Skip to content

[BUG] Fastfetch 2.21.0 fails to detect WM (XMonad) #1172

Closed
@Fuxino

Description

@Fuxino

I'm running Arch Linux with XMonad window manager (no DE), and fastfetch fails to detect the WM since upgrading to version 2.21.0. It works fine if I downgrade to version 2.20.0

Output of fastfetch -c ci.jsonc --format json:

...
  {
    "type": "WM",
    "error": "No WM found",
    "stat": 0
  },
  {
    "type": "WMTheme",
    "error": "WM Theme needs successful WM detection",
    "stat": 0
  },
  {
    "type": "Theme",
    "error": "Theme isn't supported in TTY",
    "stat": 0
  },
  {
    "type": "Icons",
    "error": "Icons aren't supported in TTY",
    "stat": 0
  },
  {
    "type": "Font",
    "error": "Font isn't supported in TTY",
    "stat": 0
  },
  {
    "type": "Cursor",
    "error": "Cursor isn't supported in TTY",
    "stat": 0
  },
...

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