enchant and gtk

2015-07-31 Thread James Stortz
​Hey all! Does anybody have a copy of webkitgtk compiled without enchant, (via the cmake flag, DENABLE_SPELLCHECK=OFF)? or would anybody be willing to compile one for me? I'm on a laptop with a single-core and 1.9Gb RAM, so I did start the compile process, but it's just a little long! Is there a

Re: GTK3 menu bar

2015-07-31 Thread Stefan Salewski
On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: > Hi; > > the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and > GAction: > > * https://wiki.gnome.org/HowDoI/GMenu Just to let you know: That cited wiki page is a plain copy of the original gnome developer page https:/

Re: enchant and gtk

2015-07-31 Thread James Stortz
When trying to build myself, make freezes at "Scanning dependencies of target WebCore" Any help would be appreciated! On Jul 31, 2015 4:39 PM, "James Stortz" wrote: > ​Hey all! > > Does anybody have a copy of webkitgtk compiled without enchant, (via the > cmake flag, DENABLE_SPELLCHECK=OFF)? > >

Re: GTK3 menu bar

2015-07-31 Thread Emmanuele Bassi
Hi; On Friday, July 31, 2015, Stefan Salewski wrote: > On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: > > Hi; > > > > the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and > > GAction: > > > > * https://wiki.gnome.org/HowDoI/GMenu > > Just to let you know: > > That cit