Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Unified Diff: session_manager_setup.sh

Issue 2238006: Use DBUS_FATAL_WARNINGS=0 environment variable on Chrome just like as Ubuntu. (Closed) Base URL: ssh://git@gitrw.chromium.org//login_manager.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: session_manager_setup.sh
diff --git a/session_manager_setup.sh b/session_manager_setup.sh
index 8c97c0fc6e2409f17981467d9a1e2657680ab17d..5351a8e902295ace114b42223cc5295b22303377 100755
--- a/session_manager_setup.sh
+++ b/session_manager_setup.sh
@@ -28,6 +28,8 @@ export HOME=${DATA_DIR}/user
export DISPLAY=:0.0
export PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11
export GTK_IM_MODULE=ibus
+# By default, libdbus treats all warnings as fatal errors. That's too strict.
+export DBUS_FATAL_WARNINGS=0
# Uncomment this to turn on chrome logs.
# They will be be output to /home/chrome/chrome_log
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698