]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
dillo2: adjust default dillorc to be suitable for small screen devices. Closes #1757.
authorRene Wagner <rw@handhelds.org>
Sat, 14 Oct 2006 14:54:44 +0000 (16:54 +0200)
committerRene Wagner <rw@handhelds.org>
Sat, 14 Oct 2006 14:54:44 +0000 (16:54 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/dillo/dillo2-0.6.6/dillorc
org.handhelds.familiar/packages/dillo/dillo2_0.6.6.bb

index fce16dd9578054ea18c16139ab7123cc41487f7a..eaec06442d62176ec09e15b3d1f6353de9d59426 100644 (file)
@@ -6,7 +6,7 @@
 geometry=240x310
 
 # Set the home location
-home=http://www.google.com/palm/
+home=http://www.google.com/pda
 
 # Set the proxy information for http
 #http_proxy=http://localhost:8080/
@@ -22,7 +22,7 @@ use_oblique=YES
 # the hexdecimal version (in C style)
 
 # Set the background color
-# bg_color=gray
+bg_color=white
 # bg_color=0xd6d6c0
 # bg_color=0xdcd1ba
 
@@ -48,7 +48,7 @@ show_alt=YES
 # tiny   :  recommended for iPAQ (with small_icons)
 # medium :  nice!
 # large  :  Traditional
-panel_size=stack
+panel_size=tiny
 small_icons=YES
 
 # Set this to YES, if you want to limit the word wrap width to the vieport
@@ -60,10 +60,11 @@ use_dicache=YES
 show_back               = YES
 show_forw               = YES
 show_home               = YES
-show_save               = YES
+show_save               = NO
+show_reload             = NO
 show_stop               = YES
-show_menubar            = YES
-show_clear_url          = YES
+show_menubar            = NO
+show_clear_url          = NO
 show_url                = YES
 show_progress_box       = NO
 transient_dialogs       = YES
index 3416b015056f33eac295470c8f8c76aafc5ef8c8..d5b74fdd04c3bafd348bc985e0bd365f07702fa8 100644 (file)
@@ -1,8 +1,12 @@
 SECTION = "x11/network"
 DESCRIPTION = "Lightweight gtk+2 browser."
 LICENSE = "GPL"
+PRIORITY = "optional"
+PR = "r1"
+
 DEPENDS = "gtk+"
 RDEPENDS = "gdk-pixbuf-loader-xpm"
+
 SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \
          file://gtk2.patch;patch=1;pnum=1 \
         file://fix_about_syntax.patch;patch=1;pnum=1 \
@@ -10,9 +14,6 @@ SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \
         file://dillo.png \
         file://dillorc"
 
-MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
-PRIORITY = "optional"
-
 S = "${WORKDIR}/dillo-${PV}/"
 
 inherit autotools pkgconfig