-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Compiled version doesn't show bar #608
Comments
Could you describe your compilation process? I've previously recompiled the project myself to fix an off by 1 error (#592), and everything works fine. |
I followed these steps git clone https://github.com/FelixKratz/SketchyBar.git
cd SketchyBar
make
mv bin/sketchybar /usr/local/bin
mkdir -p ~/.config/sketchybar
mv plugins ~/.config/sketchybar/
mv sketchybarrc ~/.config/sketchybar/ then I created This setup works but when I attempt to use lua extension, it stops from displaying. I install that like this
then I replace files in This makes the bar not show up even tho it is running I can't use brew because I have old macbook and there are problems with brew, mainly extremely long compilation times of stuff like |
I FIXED IT: The problem was that macports installs old version of lua, I did this instead
and then ran this again
|
I chose to abandon Homebrew since it doesn't support MacOS Big Sur anyway and some stuff compiled for hours. I switched to MacPorts which is significantly faster but installing SketchyBar from MacPorts makes it broken for some reason. It runs but there is no bar visible. So I tried compiling from source which results in same behaviour. There is no error log tho.
The text was updated successfully, but these errors were encountered: