Skip to content

[BUG] Rectnagle WM not detected on macOS #1007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MatthiasPortzel opened this issue Jun 10, 2024 · 1 comment
Closed

[BUG] Rectnagle WM not detected on macOS #1007

MatthiasPortzel opened this issue Jun 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MatthiasPortzel
Copy link

General description of bug:

  • What happened: Window manager identified as "Quartz Compositor"
  • What should happen: Window manager identified as "Rectangle"
  • Fastfetch version used: 2.15.0
  • Did it work in an older version: No, checked in 2.14.0 (didn't check older)
  • Where did you get the binary: Homebrew
  • Does this issue still occur in the latest dev build? Yes

Screenshot

image

It works correctly in neofetch. This is the script neofetch uses to detect Rectangle and its output

% ps_line="$(ps -e | grep -o \
                    -e "[S]pectacle" \
                    -e "[A]methyst" \
                    -e "[k]wm" \
                    -e "[c]hun[k]wm" \
                    -e "[y]abai" \
                    -e "[R]ectangle")"
% echo $ps_line
Rectangle
Rectangle

Happy to run test scripts but I don't know C well enough to debug myself.

@MatthiasPortzel MatthiasPortzel added the bug Something isn't working label Jun 10, 2024
@CarterLi
Copy link
Member

Duplicate #984

@CarterLi CarterLi closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants