Hide this bar

elm-browser

elm-browser is a webkit-efl based browser optimised for mobile phone screens - particularly the openmoko phone.

 

 

Version 1.0 Status Stable
Developer cchandel Category Internet
Instructions No Information Homepage http://code.google.com/p/elm-browser/

 

 

« Go back

 

   

 

 

 

Rating: 0

Rate:

 

 

 

 

 

 

 

Comments

» Write your own comment

 
vanous wrote: (2010-01-14 00:10:37)
this is great!

as for the suggestions:))

* full screen mode
* landscape mode (by using E rotate, rather then rotating the whole X server)
* stop button
* command line URL param, please :)

cheerios
P.
 
multi wrote: (2010-01-14 18:03:52)
good aplication
bookmark would be nice
 
sbillaudelle wrote: (2010-01-14 22:40:54)
Hm. Not working for me on SHR-u

showing window
Error #0 while loading the group 'scrollbar.vertical'.
Error #0 while loading the group 'scrollbar.vertical'.
Segmentation fault
 
c_c wrote: (2010-01-15 11:08:45)
Hi,
Well, as of now bookmarks, fullscreen, rotate, command line url and stop loading have been implemented.
Also, I would have added this myself but now that someone else has - I can't edit it. Any ideas?
Thanks.
 
Yorick wrote: (2010-01-15 12:14:00)
c_c: contact the owner of opkg.org?
 
Airon90 wrote: (2010-01-15 14:59:58)
@c_c: Just login and edit!
 
Midyr wrote: (2010-01-15 18:19:22)
Great job!
very fast? Will be ssl/https implemented in future?


Greets

Frank
 
Jiri Brozovsky wrote: (2010-01-19 10:19:39)
Hello,

can you please tell me what distribution/version you are using?

On my SHR unstable (updated at Janyary 17, 2009) it still fails:

restoring state
db ver 1
showing window
Segmentation fault

Best regards,
Jiri Brozovsky
 
Jiri Brozovsky wrote: (2010-01-19 10:29:23)
An appendix to my previous comment - "strace browser" says:


mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x421e6000
read(9, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 4096) = 4096
read(9, "LC_LOCALE\t\t\tes_PA.ISO8859-1\niso8"..., 4096) = 4096
read(9, "ISO8859-2\niso8859-2/XLC_LOCALE \t"..., 4096) = 4096
read(9, "-8\nen_US.UTF-8/XLC_LOCALE\t\t\teo_X"..., 4096) = 4096
read(9, "S.UTF-8/XLC_LOCALE\t\t\tsv_SE.UTF-8"..., 4096) = 4096
read(9, "15\niso8859-15/XLC_LOCALE:\t\t\ten_I"..., 4096) = 4096
read(9, "so8859-1/XLC_LOCALE:\t\t\tnb_NO.ISO"..., 4096) = 4096
read(9, "g_BG.UTF-8\nen_US.UTF-8/XLC_LOCAL"..., 4096) = 4096
close(9) = 0
munmap(0x421e6000, 4096) = 0
access("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 9
fstat64(9, {st_mode=S_IFREG|0644, st_size=4287, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x421e6000
read(9, "# $XFree86: xc/nls/XLC_LOCALE/e"..., 4096) = 4096
read(9, "GB2312.1980-0:GL; GB2312.1980-0:"..., 4096) = 191
read(9, "", 4096) = 0
close(9) = 0
munmap(0x421e6000, 4096) = 0
futex(0x4184adb0, 0x81 /* FUTEX_??? */, 2147483647) = 0
futex(0x4184adcc, 0x81 /* FUTEX_??? */, 2147483647) = 0
gettimeofday({1263893223, 122540}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 2024 detached


But I'm not sure if it can help. :-(
 
sbillaudelle wrote: (2010-01-19 22:03:52)
I think this only happens when using X11_16 as rendering engine. I switched to X11 and it works! Great!

It would be great if you could implement a more native look and feel and use the Elm-Theme where possible (e. g. in the menu).
 
multi wrote: (2010-01-20 08:57:06)
great!
the same version number is confusing
 
Aleh wrote: (2010-01-23 11:57:37)
how can I compile this package?
with debian I have unsatisfied dependencies such as:

checking for VENTURA... configure: error: Package requirements (elementary ewebkit) were not met:

No package \'ewebkit\' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables VENTURA_CFLAGS
and VENTURA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
 
apo wrote: (2010-01-25 22:21:21)
nice work! thank you really much!

running in shr-testing
 
rax wrote: (2010-02-07 03:56:41)
Installation fails on shr-testing 2010-1-25:

Collected errors:
* Package libewebkit0 wants to install file /usr/share/webkit-1.0/resources/error.html
But that file is already provided by package * libwebkit-1.0-2
 
skriatok wrote: (2010-02-13 22:19:24)
try
opkg install http://elm-browser.googlecode.com/files/browser_1.0-r0.4_armv4t.ipk --force-overwrite

on SHR-U
opkg install ventura --force-overwrite
 
Timo Jyrinki wrote: (2010-02-17 13:00:49)
Aleh: Debian does not yet have packaged the EFLWebKit (http://trac.webkit.org/wiki/EFLWebKit) which ewebkit apparently refers to, which elm-browser/ventura depends on.

It's a huge piece of code (similar to webkit and libqt4-webkit packages for GTK+ and Qt ports), so I haven't compiled it myself either on my Debian yet...
 
Graziano wrote: (2010-02-28 19:56:38)
People tell me the new name of this software is Ventura.

Could you please update the package name and installation instructions?

Great app, thank you!

 

 

     

    Your Name
    Comment
     
      Notify me about new comments