Stefan Husmann
Stefan Husmann
Is it really needed to add the user to the wheel group? If so, this is not mentioned in the README.
I try to compile blackhole under Arch Linux x86_64 using Gambit 4.8.9 and gcc 7.3.0. It tells me to increase some value, but how? ==> Beginne build()... bh.scm: bh_.c: bh.c:...
What about supporting customizepkg? It is a nice tool to let you automtize changing PKGBUILDs on the fly. It is usefull for some circumstance, e.g. if you want another download...
Just a question: is this project in any way related to this one: https://sourceforge.net/projects/adwm/ ?
Is it right now possible to place bspwmbar at the bottom of the screen instead of the top?
When restarting X (and bspwmbar via bspwmrc) the dektop bullets are not shown. As a workaround I start bspwmbar wih a sleep command from the bspwmrc file, i.e. ``` bash...
Launching Webmacs under Python 3.8 gives a warning about line 70 in minibuffer/__init__.py about deprecation of implicit conversion to an integer. This seems to fix it: ``` diff diff --git...
What about supporting customizepkg? It is a nice tool to let you automtize changing PKGBUILDs on the fly. It is usefull for some circumstance, e.g. if you want another download...
Unter Arch Linux I get the following [buildlog.txt](https://github.com/Clozure/ccl/files/4676344/buildlog.txt) I used the PKGBUILD in AUR https://aur.archlinux.org/packages/ccl-git/ , but I also treide to build a kernel with the workaround described in the...
After the switch from autotools to meson a new build-dependency was introduced: xxd. Is this really needed? Under Arch Linux, xdd comes with the vim packages, And I would like...