After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 415473 - epiphany help doesn't describe how to resize the text-entry box of a smart bookmark
epiphany help doesn't describe how to resize the text-entry box of a smart bo...
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Documentation
unspecified
Other Linux
: Normal enhancement
: gnome-2-22
Assigned To: Epiphany docs maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-06 21:50 UTC by Sebastien Bacher
Modified: 2007-12-24 13:03 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
adds resize instructions to help (917 bytes, patch)
2007-08-02 12:13 UTC, Cosimo Cecchi
reviewed Details | Review
updated patch (1.40 KB, patch)
2007-11-09 12:03 UTC, Cosimo Cecchi
committed Details | Review

Description Sebastien Bacher 2007-03-06 21:50:37 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}"
Comment 1 Cosimo Cecchi 2007-08-02 12:13:32 UTC
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.
Comment 2 Christian Persch 2007-08-02 16:31:23 UTC
Looks ok to me, but I'd like one of the docs maintainers to ok it.
Comment 3 Christian Persch 2007-08-27 20:43:04 UTC
Moving Severity:enhancement bugs off of 2.20 target.
Comment 4 Shaun McCance 2007-11-05 17:51:09 UTC
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.
Comment 5 Cosimo Cecchi 2007-11-09 12:03:13 UTC
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.
Comment 6 Christian Persch 2007-12-24 12:53:02 UTC
Since Shaun reviewed it and you've updated the patch accordingly, it's ok to commit. Thanks!
Comment 7 Cosimo Cecchi 2007-12-24 13:03:30 UTC
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.