You are not logged in.
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
Offline
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
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
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
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
- 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
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
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
any news on this? of course now it's webkit and not webcore
Offline