Re: ANNOUNCE: Verve 0.1.0 - A panel command line plugin
Daichi Kawahata <[email protected]>
| Newsgroups | gmane.comp.desktop.xfce.goodies.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 07 Feb 2006 03:02:17 +0100 Jannis wrote: > Hi all, Hi, [...] > Please file bug reports, feature requests and the like on BerliOS > or [email protected]. Thanks! Here I am, Verve causes segfault against the xfce4-panel 4.3.28, it was compiled with gcc 4.0.1, gtk+ 2.9.0, glib 2.6.0. It was happened when I tried to add this plugin to the panel. You can stack trace at the attached file (xfce4-panel.bt). > BTW, I still need translators for it, but I'm not sure where to > ask for them - [email protected] or > [email protected]? Take a look at the attached patch (configure.in.in.patch), without this modifying, PACKAGE related strings defined in the config.h must be messed with my Autotools (autoconf 2.59, automake 1.9.3). If you have kind enough also apply the patch for PO files (verve-po.patch), your de.po breaks build process without special checker flag. Regards, -- Daichi Language Codes: http://www.w3.org/WAI/ER/IG/ert/iso639.htm Country Codes: http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt
xfce4-panel.bt.bz2
(application/x-bzip2, 5.3 KB) - not displayed
configure.in.in.patch
(text/plain, 511 B)
Index: configure.in.in =================================================================== --- configure.in.in (revision 1030) +++ configure.in.in (working copy) @@ -7,7 +7,7 @@ dnl *** Initialize autoconf *** dnl *************************** AC_COPYRIGHT([Copyright (c) 2006 - Jannis Pohlmann <[email protected]>]) -AC_INIT([panel-plugin/verve-plugin.c], [0.1.0], [[email protected]], [verve-plugin]) +AC_INIT([verve-plugin], [0.1.0], [[email protected]], [verve-plugin]) AC_REVISION([$Id$]) AC_PREREQ([2.50])
verve-po.patch
(text/plain, 5.8 KB)
Index: verve-plugin.pot =================================================================== --- verve-plugin.pot (revision 0) +++ verve-plugin.pot (revision 0) @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-02-08 16:54+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../panel-plugin/verve-plugin.c:186 +msgid "Could not execute command:" +msgstr "" + +#: ../panel-plugin/verve-plugin.c:370 +msgid "Verve Properties" +msgstr "" + +#: ../panel-plugin/verve-plugin.c:384 +msgid "Verve" +msgstr "" + +#: ../panel-plugin/verve-plugin.c:389 +msgid "Appearance" +msgstr "" + +#: ../panel-plugin/verve-plugin.c:400 +msgid "Width (in chars):" +msgstr "" + +#. vim:set expandtab ts=1 sw=2: +#: ../panel-plugin/verve.desktop.in.in.h:1 +msgid "Command line interface with auto-completion and history browsing" +msgstr "" + +#: ../panel-plugin/verve.desktop.in.in.h:2 +msgid "Verve Command Line" +msgstr "" Index: de.po =================================================================== --- de.po (revision 1031) +++ de.po (working copy) @@ -1,17 +1,16 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# Japanese translations for verve-plugin package. +# Copyright (C) 2006 Jannis Pohlmann. +# This file is distributed under the same license as the verve-plugin package. +# Jannis Pohlmann <[email protected]>, 2006. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: verve-plugin 0.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-02-08 16:54+0100\n" -"PO-Revision-Date: 2006-02-07 HO:MI+ZONE\n" +"PO-Revision-Date: 2006-02-07 17:07+0100\n" "Last-Translator: Jannis Pohlmann <[email protected]>\n" -"Language-Team: de <[email protected]>\n" +"Language-Team: German <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" Index: nl.po =================================================================== --- nl.po (revision 1031) +++ nl.po (working copy) @@ -1,16 +1,16 @@ # Verve Command Line plugin -# Copyright (C) 2006 Jannis +# Copyright (C) 2006 Jannis Pohlmann. # This file is distributed under the same license as the Verve package. # Jannis <[email protected]>, 2006. # msgid "" msgstr "" -"Project-Id-Version: 0.1.0\n" +"Project-Id-Version: verve-plugin 0.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-02-08 16:54+0100\n" "PO-Revision-Date: 2006-02-09 16:20+0100\n" "Last-Translator: Vincent <[email protected]>\n" -"Language-Team: Dutch\n" +"Language-Team: Dutch <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" Index: ChangeLog =================================================================== --- ChangeLog (revision 1031) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2006-02-11 Daichi Kawahata <[email protected]> + + * Renamed POT file according to the GETTEXT_PACKAGE. + * All files are updated as well. + * Fixed an error in German translation file. + 2006-02-09 Jannis Pohlmann <[email protected]> * Dutch (nl) translation by Vincent <[email protected]> added Index: verve.pot =================================================================== --- verve.pot (revision 1031) +++ verve.pot (working copy) @@ -1,46 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-08 16:54+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../panel-plugin/verve-plugin.c:186 -msgid "Could not execute command:" -msgstr "" - -#: ../panel-plugin/verve-plugin.c:370 -msgid "Verve Properties" -msgstr "" - -#: ../panel-plugin/verve-plugin.c:384 -msgid "Verve" -msgstr "" - -#: ../panel-plugin/verve-plugin.c:389 -msgid "Appearance" -msgstr "" - -#: ../panel-plugin/verve-plugin.c:400 -msgid "Width (in chars):" -msgstr "" - -#. vim:set expandtab ts=1 sw=2: -#: ../panel-plugin/verve.desktop.in.in.h:1 -msgid "Command line interface with auto-completion and history browsing" -msgstr "" - -#: ../panel-plugin/verve.desktop.in.in.h:2 -msgid "Verve Command Line" -msgstr "" Index: fr_CH.po =================================================================== --- fr_CH.po (revision 1031) +++ fr_CH.po (working copy) @@ -1,11 +1,16 @@ +# French translations for verve-plugin package. +# Copyright (C) 2006 Jannis Pohlmann. +# This file is distributed under the same license as the verve-plugin package. +# Maximilian Schleiss <[email protected]>, 2006. +# msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: verve-plugin 0.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-02-08 16:54+0100\n" "PO-Revision-Date: 2006-02-08 13:25+0100\n" "Last-Translator: Maximilian Schleiss <[email protected]>\n" -"Language-Team: \n" +"Language-Team: French <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n"