You are not logged in.

#1 2007-06-16 05:52:17

thepizzaking
Member
From: Melbourne, Victoria, Australia
Registered: 2006-03-13
Posts: 46

Kazehakase refuses to build with gtk-webcore

I grabbed the PKGBUILD for kazehakase and added --enable-gtk-web-core to the ./configure line and ran makepkg.  But the configure script always says:
GTK+ Webcore: no

I even tried changing the configure script to force it as being on, but when I tried to compile, it spat out errors like 'glib/gi18n.h not found', Even though a 'locate glib/gi18n.h' shows it exists.
I have installed osb-nrcore-svn from the AUR (version 122), Kazehakase is version 0.4.7.
The osb-browser compiles fine too.

Any tips?

Offline

#2 2007-06-16 12:47:16

pizzapunk
Member
From: Berlin, Germany
Registered: 2005-03-23
Posts: 7

Re: Kazehakase refuses to build with gtk-webcore

Offline

#3 2007-06-17 02:18:35

thepizzaking
Member
From: Melbourne, Victoria, Australia
Registered: 2006-03-13
Posts: 46

Re: Kazehakase refuses to build with gtk-webcore

Looks cool, though it's not very stable (and half of my fonts are miniascule).  Though I think I found a better solution to the one outlined in that post.  If you add the following to kazehakase's PKGBUILD before the ./configure line it will build with gtk-webcore's latest svn:

sed s/osb-nrcit/gtk-webcore-nrcit/ configure > configure.new
sed s/osb-nrcit/gtk-webcore-nrcit/ configure.ac > configure.ac.new
mv configure.new configure
mv configure.ac.new configure.ac
chmod +x configure

Offline

#4 2007-06-17 02:22:59

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Kazehakase refuses to build with gtk-webcore

IIRC the current version is built with support for gtk-webcore. Just install it and the gtk-webcore packages and set the rendering engine in the configuration UI...

Offline

#5 2007-06-17 07:41:22

billy
Member
From: Slovenia
Registered: 2006-09-13
Posts: 164

Re: Kazehakase refuses to build with gtk-webcore

Gullible Jones wrote:

IIRC the current version is built with support for gtk-webcore. Just install it and the gtk-webcore packages and set the rendering engine in the configuration UI...

it doesn't work for me. i have all the packages installed but i only see gecko in layout engine dropdown menu in kazehakase configuration menu.

# pacman -Qs kaze webcore
local/kazehakase 0.4.7-1
    Fast gtk2 web browser with support for different rendering engines
local/gtk-webcore-jscore-svn 117-1
    A javascript interpreter for gtk-webcore.
local/gtk-webcore-nrcit-svn 122-1
    A embeddable web component using gtk-webcore
local/gtk-webcore-nrcore-svn 111-1
    An early alpha state port to gtk of webkit.

Offline

#6 2007-07-02 07:32:50

MartinZ
Member
From: Chiloé, Chile
Registered: 2005-06-10
Posts: 379

Re: Kazehakase refuses to build with gtk-webcore

Same here. Will this be fixed or do i need to rebuild it myself?

I also would like to get some help with this (googled but didn't find too much info)
- How do i change the default download folder?
- Is there a way to make Kazehakase identify itself as firefox to make pages like gmail work properly?



Thanks in advance


All your base are belong to us

Offline

#7 2007-07-02 07:50:39

thepizzaking
Member
From: Melbourne, Victoria, Australia
Registered: 2006-03-13
Posts: 46

Re: Kazehakase refuses to build with gtk-webcore

MartinZ wrote:

- Is there a way to make Kazehakase identify itself as firefox to make pages like gmail work properly?

I just had a look, and going into about:config, filtering for 'useragent.override', right clicking the key and choosing reset.  Suddenly GMail works fine, interesting.

Offline

#8 2007-07-02 08:31:03

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Kazehakase refuses to build with gtk-webcore

thepizzaking wrote:
sed s/osb-nrcit/gtk-webcore-nrcit/ configure > configure.new
sed s/osb-nrcit/gtk-webcore-nrcit/ configure.ac > configure.ac.new
mv configure.new configure
mv configure.ac.new configure.ac
chmod +x configure

Slightly OT, but here's a one-liner to replace the above:

sed -i 's/osb-nrcit/gtk-webcore-nrcit/' configure*

Offline

#9 2007-07-02 16:50:05

MartinZ
Member
From: Chiloé, Chile
Registered: 2005-06-10
Posts: 379

Re: Kazehakase refuses to build with gtk-webcore

thepizzaking wrote:
MartinZ wrote:

- Is there a way to make Kazehakase identify itself as firefox to make pages like gmail work properly?

I just had a look, and going into about:config, filtering for 'useragent.override', right clicking the key and choosing reset.  Suddenly GMail works fine, interesting.

You're right... very strang, i'l see if it keeps working well.
Thanks pizzaking


All your base are belong to us

Offline

#10 2008-03-25 22:47:05

el mariachi
Member
Registered: 2007-11-30
Posts: 595

Re: Kazehakase refuses to build with gtk-webcore

any news on this? of course now it's webkit and not webcore tongue

Offline

Board footer

Powered by FluxBB