Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
disable accelerated compositing mode in webkit to workaround crash un…
Browse files Browse the repository at this point in the history
…til the issue is fixed upstream. Fixes #107

(cherry picked from commit 43f45ea)
  • Loading branch information
lots0logs committed Jan 19, 2017
1 parent c267e52 commit e812e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/greeter.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ main(int argc, char **argv) {
/* https://goo.gl/vDFwFe */
g_setenv ("GDK_CORE_DEVICE_EVENTS", "1", TRUE);

/* Temporary workaround until fixed upstream: https://goo.gl/wFJ4v7 */
g_setenv("WEBKIT_DISABLE_COMPOSITING_MODE", "1", TRUE);

/* Initialize i18n */
bindtextdomain(GETTEXT_PACKAGE, LOCALE_DIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
Expand Down

0 comments on commit e812e98

Please sign in to comment.