Relative Content

Tag Archive for cgtk4webkitgtk

WebkitWebView Permission denied

I’m writing a gtk4 application in C. The main window uses WebkitWebView. everything is fine until the method webkit_web_view_load_uri(browser, “https://youtube.com”) is called;
When calling this method, the error “bwrap: setting up uid map: Permission denied” occurs. If I run the application under sudo everything works.