Changes between Version 18 and Version 19 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 25, 2013 5:23:28 AM (11 years ago)
Author:
Adrian Perez de Castro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v18 v19  
    316316=== Persistent GSettings ===
    317317
    318 Sometimes you may get a warning from the GTK+ applications about !GSettings like this:
     318Sometimes you may get a warning from the GTK+ applications about GSettings like this:
    319319{{{
    320320GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
     
    329329# Launch a D-Bus instance inside the environment
    330330eval "$(dbus-launch --sh-syntax)"
     331export GSETTINGS_BACKEND=dconf
    331332#
    332333# ...do some work testing/work now...