Changes between Version 18 and Version 19 of WebKitGTK/StartHacking
- Timestamp:
- Jun 25, 2013, 5:23:28 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v18 v19 316 316 === Persistent GSettings === 317 317 318 Sometimes you may get a warning from the GTK+ applications about !GSettings like this:318 Sometimes you may get a warning from the GTK+ applications about GSettings like this: 319 319 {{{ 320 320 GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. … … 329 329 # Launch a D-Bus instance inside the environment 330 330 eval "$(dbus-launch --sh-syntax)" 331 export GSETTINGS_BACKEND=dconf 331 332 # 332 333 # ...do some work testing/work now...