GNOME Bugzilla – Bug 415473
epiphany help doesn't describe how to resize the text-entry box of a smart bookmark
Last modified: 2007-12-24 13:03:30 UTC
That bug has been described on https://launchpad.net/bugs/86795 "Binary package hint: epiphany-browser Epiphany-browser help in Edgy doesn't describe how to resize the text-entry box of a smart bookmark. (I use Ubuntu in Russian) From "Tips" section on http://live.gnome.org/Epiphany: To resize the text-entry box of a smart bookmark, append %{width=#char} just after the %s, i.e http://bugzilla.gnome.org/show_bug.cgi?id=%s%{width=5} And this one is probably also worth including: To resolve your smart bookmark with a specific charset, append %{encoding=<your charset>}, i.e http://bugzilla.gnome.org/show_bug.cgi?id=%s%{encoding="ISO-8859-1",width=5}"
Created attachment 92915 [details] [review] adds resize instructions to help I didn't know about the resize thing either! The attached patch should add an entry to the help about resizing. I don't think there's the need to add also the charset trick.
Looks ok to me, but I'd like one of the docs maintainers to ok it.
Moving Severity:enhancement bugs off of 2.20 target.
Some language and DocBook cleanup follows. Question: are we really capitalizing Smart Bookmark? To set the size of an entry field for a Smart Bookmark, right-click on the bookmark in the <guilabel>Edit Bookmarks</guilabel> dialog and select <guimenuitem>Properties</guimenuitem> from the context menu. In the <guilabel>Address</guilabel> field, add <userinput>%{width=<replaceable>NUMCHARS</replaceable>}</userinput> to the end of the address, replacing <replaceable>NUMCHARS</replaceable> with your desired width. For example, use <userinput>http://www.google.com/search?q=%s%{width=15}</userinput> to set the width of a Google search field to 15 characters.
Created attachment 98812 [details] [review] updated patch Thank you very much Shaun! This is an updated patch according to your changes. Is it ok to commit? Smart Bookmark is used capitalized in the rest of Epiphany help, so I guess we should use it also here.
Since Shaun reviewed it and you've updated the patch accordingly, it's ok to commit. Thanks!
OK, committed to trunk. ------------------------------------------------------------------------ r7816 | cosimoc | 2007-12-24 13:58:47 +0100 (lun, 24 dic 2007) | 3 lines Add instructions on how to resize the text entry box of a smart bookmark on the toolbar. Bug #415473.