Hi again. Argh, sorry, I missed (at least :/) something: the installation of the hotkeys icons. An additional patch to apply is attached. (SHORTER WAY: See the bottom of this mail.) It also looks like the PNG icons aren't created from the patch, so I'm storing them online so that I don't spam the list too much. (They can also be (re)generated by reading the data/icons/README file.) Ammended instructions are quoted below. Cyril Brulebois <cyril brulebois enst-bretagne fr> (03/09/2007): > To install it: > # save the attachment in a folder # save the new attachment in the same folder > bunzip2 upstream-hotkeys.diff.bz2 > svn co svn://svn.gnome.org/svn/epiphany-extensions/trunk hotkeys-test > cd hotkeys-test > patch -p1 < ../upstream-hotkeys.diff patch -p1 < ../missing-icons.diff for size in 16x16 22x22 24x24 32x32; do \ wget http://ikibiki.org/projects/epiphany-accessibility/hicolor_status_${size}_hotkeys.png -P data/icons ;\ done > ./autogen.sh --with-extensions=default,hotkeys > make > sudo make install And now the same are correctly installed, according the output of: find /usr/share/epiphany -name '*hotkeys*' SHORTER WAY: By writing this, I figured out how it was painful. Another way is to download an updated patch with the Makefile.am modifications and the icons encoded in a proper way. It is then sufficient to apply the instructions I wrote in my first mail to this patch (the bunzip2 step isn't needed, though). It is available at: http://ikibiki.org/projects/epiphany-accessibility/upstream-hotkeys-icons.diff Hopefully it is usable this time… I'm really sorry for the inconvenience… Cheers, -- Cyril Brulebois
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index bbd6ce2..b8af7c9 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -6,6 +6,11 @@ private_icons = \ hicolor_status_24x24_feed-presence.png \ hicolor_status_32x32_feed-presence.png \ hicolor_status_scalable_feed-presence.svg \ + hicolor_status_16x16_hotkeys.png \ + hicolor_status_22x22_hotkeys.png \ + hicolor_status_24x24_hotkeys.png \ + hicolor_status_32x32_hotkeys.png \ + hicolor_status_scalable_hotkeys.svg \ $(NULL) noinst_DATA = \
Attachment:
pgpso2ZQlAoTq.pgp
Description: PGP signature