You are not logged in.

#1 2009-11-05 22:08:18

st.steele
Member
Registered: 2009-11-05
Posts: 2

[REQUEST] uzbl compiled to use gtk2-dfb instead of X

I'm extremely new at this, so I apologize in advance for my ignorance.

I've tried to compile uzbl ( http://www.uzbl.org/ ) to run on gtk2-dfb, instead of running on X.  I've been able to use the cairo-dfb, gtk2-dfb, and pango-dfb AUR packages by Bountykiller, but don't know enough to go from there to compiling uzbl to run on directfb.

Here are the AUR packages I've been using:
http://aur.archlinux.org/packages.php?ID=7523 cairo-dfb
http://aur.archlinux.org/packages.php?ID=23025 pango-dfb
http://aur.archlinux.org/packages.php?ID=11430 gtk2-dfb
http://aur.archlinux.org/packages.php?ID=25972 uzbl-git
http://www.archlinux.org/packages/commu … /directfb/ community/directfb

Thanks for any help.

EDIT: Here's a link to the GTK on DirectFB project at directfb.org
http://www.directfb.org/wiki/index.php/ … ectFB#Arch

Last edited by st.steele (2009-11-05 22:10:14)

Offline

#2 2009-11-30 23:11:43

matthewbauer
Member
From: /usa/ks
Registered: 2009-07-20
Posts: 86

Re: [REQUEST] uzbl compiled to use gtk2-dfb instead of X

Try installing the package: "uzbl-dfb-git" from the AUR.


Libertarian Arch Linux User

Offline

#3 2009-12-01 10:58:11

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [REQUEST] uzbl compiled to use gtk2-dfb instead of X

Interesting! I will try this.

One question left, currently I'm on kms ... Does this work on kms as well?

edit: There is no such package in the AUR :-(

Last edited by Army (2009-12-01 13:41:34)

Offline

#4 2009-12-01 14:26:29

st.steele
Member
Registered: 2009-11-05
Posts: 2

Re: [REQUEST] uzbl compiled to use gtk2-dfb instead of X

uzbl-dfb-git sounds like exactly what I'm looking for, but I'm not finding it via an AUR search.  Any ideas?

Offline

#5 2009-12-01 14:42:53

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,006
Website

Re: [REQUEST] uzbl compiled to use gtk2-dfb instead of X

interested in this too.  when someone puts a package on AUR I'm definitely gonna try it smile


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#6 2010-03-20 12:35:26

Viaken
Member
Registered: 2008-06-26
Posts: 14

Re: [REQUEST] uzbl compiled to use gtk2-dfb instead of X

Well, uzbl-dfb-git is in AUR, but I can't get it to build. I had to enter the file paths by hand during the patch process, add the PKG_CONFIG_PATH to the lines in Makefile myself, and then the compile still fails with:

cc -o uzbl-core  callbacks.o  events.o  inspector.o  uzbl-core.o -pthread -L/opt/gtkdfb/lib -lwebkit-1.0 -lgtk-directfb-2.0 -lgdk-directfb-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
/usr/lib/libgdk-x11-2.0.so.0: undefined reference to `cairo_xlib_surface_create_for_bitmap'
/usr/lib/libgdk-x11-2.0.so.0: undefined reference to `cairo_xlib_surface_create'
/usr/lib/libgdk-x11-2.0.so.0: undefined reference to `cairo_xlib_surface_set_size'
collect2: ld returned 1 exit status
make: *** [uzbl-core] Error 1

Offline

Board footer

Powered by FluxBB