Matthew

Results 25 comments of Matthew

How *do* we change the colors in kmscon? The manual never actually explains it as far as I can tell.

Can confirm, it no longer segfaults, and I notice that the final line of text does not display either; > Fontconfig warning: FcPattern object weight does not accept value [40...

> I suspect this is an issue with the system the binaries are built on, because it works fine when building it on my own system. Perhaps it works fine...

I had to change line 60 of `build.py`, added a space before the `-m` like so: `command = os.environ['PYTHON'] + ' -m PyInstaller'`. Otherwise I got output complaining about how...

I still get the same runtime error about PyQt5.sip. EDIT - When I compile it, not when running the one from GitHub Actions. As per my best guess, I appear...

I don't know if this is related, but I had to manually enable the Battery line in my `~/.config/neofetch/config.conf` file (which I didn't even know I had...). However, mine displays...

Yeah, I believe the change would need to be implemented in `fetch_cord/computer/Computer.py`. Either in [this function](https://github.com/MrPotatoBobx/FetchCord/blob/master/fetch_cord/computer/Computer.py#L216), or possibly even requiring a change [here](https://github.com/MrPotatoBobx/FetchCord/blob/master/fetch_cord/computer/Computer.py#L485)? I don't know Python at all, and...

I've been getting this issue lately - but it only seems to happen when I use my window manager (Awesome) instead of my usual desktop environment (KDE). So it's probably...

I get a crash when I tap on an app after searching. I've successfully searched in the past, but it still happens often. Wouldn't think it's a memory issue for...

A very extensive comment by @ssokolow sums it up better than I ever could.