Changes between Version 49 and Version 50 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 3, 2015 1:16:17 AM (9 years ago)
Author:
Diego Pino Garcia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v49 v50  
    239239{{{
    240240#!sh
    241 $ Tools/Scripts/run-launcher --gtk
     241$ Tools/Scripts/run-minibrowser --gtk
    242242}}}
    243243
     
    373373=== Working behind a proxy ===
    374374
    375 Sometimes you are in a resricted environment and you need your WebKit development environment to work properly behind a proxy, so things like `run-launcher --gtk http://www.webkit.org` will actually work, instead of getting stuck trying to load stuff using the wrong "no proxy" settings.
     375Sometimes you are in a resricted environment and you need your WebKit development environment to work properly behind a proxy, so things like `run-minibrowser --gtk http://www.webkit.org` will actually work, instead of getting stuck trying to load stuff using the wrong "no proxy" settings.
    376376
    377377In order to do that, you would need to build `dconf` inside the jhbuild environment, so glib-networking will be able read your configuration through GSettings properly, instead of just reading the default values from the GSettings memory backend that would be in use otherwise.
     
    382382}}}
    383383
    384 After that, every single thing you do inside the `jhbuild` (e.g. using the `run-launcher` script) should properly pick up your proxy settings and work.
     384After that, every single thing you do inside the `jhbuild` (e.g. using the `run-minibrowser` script) should properly pick up your proxy settings and work.
    385385
    386386=== Extending jhbuild with custom modules or newer versions ===