-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
Cannot build picom #908
Comments
what's your distro? |
Ubuntu 22.04.1 LTS x86_64 |
did you install |
Yes, sure, I installed all dependencies. To prevent mistakes, checked it again. For
So, problem remains the same. |
You are using |
I have the same on 22.04
deps installed
Build and install goes well, but picom throws an error at start:
But it's running...
And config autoreload on change doesn't works. Then i tried uninstall and to reinstall like this:
and got at first start:
config autoreload on change doesn't works. But further runs is without
And config autoreload on change works. But X error warnings still exist
Is it related to:
??? |
try increasing the limit of open files, there is an example.
do a debug build of picom (
it's a known issue at least on xfce (it seems that you're running it from the #1012), the solution is being discussed in the #984. currently you can't do anything about it.
no, it's okay to get this error while building. |
okay, thanks |
Installed all libraries, by following the installation guide. However, every time I trying to build picom by using
meson --buildtype=release . build
, this problem appears:Run-time dependency xcb-renderutil found: NO (tried pkgconfig and cmake)
Had the same issue for x11 and x11-xcb libs, but solved it by searching and installing them manually. As for the xcb-renderutil, even after searching for it and installing manually, problem remains the same.
The text was updated successfully, but these errors were encountered: