-
Notifications
You must be signed in to change notification settings - Fork 7
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
gconf dependency #1
Comments
On which platform are your running? I believe the dependency is within brightray / libchromiumcontent so we'll have to file an issue there. |
This is on linux. I wasn't sure where to report it. Are you building libchromiumcontent yourself or do you use a binary from them? If you build it youself, it might be possible to configure it during the build process. I'll look into it. Otherwise, it's not that bad. Most distros ship gconf, although it would be nice to get rid of it since it also pulls in orbit2 (also deprecated). |
I use their packaged binaries. I'll file an issue there. |
Cool! Let's see what they say then. |
I just installed this with pip, but unfortunately it doesn't run, complaining that my system lacks gconf.
As gconf is deprecated software, would you please consider building chromium without it? It's just a matter of setting
use_gconf=0
iirc.The text was updated successfully, but these errors were encountered: