Git Product home page Git Product logo

Comments (4)

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

What does fastfetch --show-errors output? I did a clean install of bspwm on my machine, which worked perfectly. However it did set CURRENT_DESKTOP and not XDG_CURRENT_DESKTOP like on your machine. Both should work tho.

from fastfetch.

jiampong212 avatar jiampong212 commented on May 27, 2024

Screenshot-1632152552

i tried both building manually and installing the aur package. both of them outputs this. wierd thing is that neofetch works

from fastfetch.

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

Seems to be thinking that you are in a TTY session (obviously wrong).
For WM / DE detection it first tests a lot of ENV variables, most notably
XDG_SESSION_TYPE, XDG_CURRENT_DESKTOP, XDG_SESSION_DESKTOP, CURRENT_DESKTOP, SESSION_DESKTOP and DESKTOP_SESSION, in the given order. If the first set value equals TTY, it skips WM / DE performance and outputs something like in your screenshot. Is it possible that applies to your machine? Try env | sort | grep -i tty.

Fastfetch also thinks it is working in TTY if XDG_SESSION_TYPE is not set and the value of TERM equals linux, maybe this applies to alacritty?

from fastfetch.

jiampong212 avatar jiampong212 commented on May 27, 2024

fixed. for some reason, XDG_SESSION_TYPE=tty was set by default. I just added export XDG_SESSION_TYPE="" to zshenv and it worked. thank you

from fastfetch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.