Stef | 3 Sep 2008 21:09

ANNOUNCEMENT: seahorse 2.23.91

Seahorse is the GNOME application for managing encryption keys and
passwords. It also integrates with nautilus, gedit and other places for
encryption/decryption operations.

This is an development release.

Important Notes:
================

    * This release includes code written in the vala programming
      language. However vala should not be required to build
      this tarball. Please file bugs if you run into trouble.

Changes between 2.23.90 and 2.23.91:
====================================

    * Fix copying keys to the clipboard. [Adam Schreiber]
    * Fix double free crash when importing keys.
    * Fix crasher when deleting a key.
    * Don't add extra null bytes to SSH authorized_keys and
      similar files. [Adam Schreiber]
    * Documentation fixes. [Adam Schreiber]
    * Don't repeatedly load gnome-keyring items. [Adam Schreiber]
    * Make help button in 'First Time Options' work
      proprely. [Adam Schreiber]
    * Better wording for options in PGP key dialogs. [Adam Schreiber]

Updated Translations:
=====================

(Continue reading)

Stef | 3 Sep 2008 21:18

ANNOUNCEMENT: seahorse-plugins 2.23.91

Seahorse plugins integrates with nautilus, gedit and other places for
encryption/decryption operations.

This is an development release.

Important Notes:
================

    * The plugins and applications in the seahorse-plugins module
      used to be included in seahorse. These were split to improve
      maintenance and progress.

Changes between 2.23.6 and 2.23.91:
===================================

    * Install agent glade file in right directory.
    * Fix crasher in seahorse-agent when UI not available.
    * Documentation fixes. [Adam Schreiber]
    * Build fixes. [Adam Schreiber, Götz Waschk]
    * Icon makover. [Michael Monreal]

Updated Translations:
=====================

    * Mario Blättermann (de)
    * Jorge Gonzalez (es)
    * Ivar Smolin (et)
    * Inaki Larranaga Murgoitio (eu)
    * Ilkka Tuohela (fi)
    * Claude Paroz (fr)
(Continue reading)

Stef | 8 Sep 2008 05:55

ANNOUNCEMENT: seahorse 2.23.92

Seahorse is the GNOME application for managing encryption keys and
passwords. It also integrates with nautilus, gedit and other places for
encryption/decryption operations.

This is an development release.

Important Notes:
================

    * This release includes code written in the vala programming
      language. However vala should not be required to build
      this tarball. Please file bugs if you run into trouble.

Changes between 2.23.91 and 2.23.92:
====================================

    * Fix crash when changing a stored Gnome Keyring password.
    * Fix certain crashes on syncing, searching and other operations.
    * Fix dumb 'Couldn't import keys' error message when success.

Updated Translations:
=====================

    * Alexander Shopov (bg)
    * Philip Withnall (en_GB)
    * Takeshi AIHANA (ja)
    * Wouter Bolsterlee (nl)
    * Tomasz Dominikowski (pl)
    * Duarte Loreto (pt)

(Continue reading)

Stef | 8 Sep 2008 06:10

ANNOUNCEMENT: seahorse-plugins 2.23.92

Seahorse plugins integrates with nautilus, gedit and other places for
encryption/decryption operations.

This is an development release.

Important Notes:
================

    * The plugins and applications in the seahorse-plugins module
      used to be included in seahorse. These were split to improve
      maintenance and progress.

Updated Translations:
=====================

    * Alexander Shopov (bg)
    * Philip Withnall (en_GB)
    * Takeshi AIHANA (ja)
    * Wouter Bolsterlee (nl)
    * Daniel Nylander (sv)

Downloads:
==========

Source code:
http://download.gnome.org/sources/seahorse-plugins/2.23/seahorse-plugins-2.23.92.tar.gz
[MD5 sum: d4297707ddaf73235ddc5f1b7e15af5c]

Notes:
=======
(Continue reading)

Adam Funk | 8 Sep 2008 11:34
Favicon

What do these seahorse errors mean?

I have a strange problem with seahorse not working on only one of two
Ubuntu computers.  The gpg-agent works in the curses-like way when I
call gpg in xterm, but seahorse doesn't.  (Because seahorse isn't
working but Thunderbird enigmail detects the agent running, Enigmail
doesn't work either.)  The output of 'ps aux OT' after logging into
GNOME includes these commands (with the same start time, owned by my
userid):

/usr/bin/gpg-agent --daemon --sh --write-env-file=/home/adam/.gnupg/gpg-agent-info-beetle
/usr/bin/seahorse-agent --execute /usr/bin/gnome-session
[seahorse-agent] <defunct>

(On the computer that isn't giving me this problem, the first line is
the same except for the hostname, but the next line says
/usr/bin/seahorse-agent --execute /usr/bin/gnome-session
and everything works.)

When I try to run 'seahorse-preferences' or 'seahorse-agent' from a command-line, I get
the following errors:

adam <at> beetle $ seahorse-preferences 

** (seahorse-preferences:23588): CRITICAL **: init_gpgme: assertion `GPG_IS_OK (err)' failed

** (seahorse-preferences:23588): CRITICAL **: seahorse_pgp_source_init: assertion `GPG_IS_OK
(err)' failed
Segmentation fault

adam <at> beetle $ seahorse-agent 

(Continue reading)

Jeff Cai | 8 Sep 2008 13:14
Picon

Can't import key files in Seahorse

Hi
I never imported any key files into Seahorse. 

After specifying a uri, it can get the key type 1732 or 1731, but
seahorse_context_find_source returns NULL. 

Anyone else imported a key file successfully?

Jeff
Adam Schreiber | 8 Sep 2008 13:19
Favicon

Re: What do these seahorse errors mean?

On Mon, Sep 8, 2008 at 5:34 AM, Adam Funk <a24061 <at> ducksburg.com> wrote:
> When I try to run 'seahorse-preferences' or 'seahorse-agent' from a command-line, I get
> the following errors:
>
>
> adam <at> beetle $ seahorse-preferences
>
> ** (seahorse-preferences:23588): CRITICAL **: init_gpgme: assertion `GPG_IS_OK (err)' failed
>
> ** (seahorse-preferences:23588): CRITICAL **: seahorse_pgp_source_init: assertion `GPG_IS_OK
(err)' failed
> Segmentation fault
>
> adam <at> beetle $ seahorse-agent
>
> ** (seahorse-agent:23604): CRITICAL **: gpg_options_init: assertion `engine && engine->version &&
engine->file_name && (g_str_has_prefix (engine->version, GPG_VERSION_PREFIX1) ||
g_str_has_prefix (engine->version, GPG_VERSION_PREFIX2))' failed
> GPG_AGENT_INFO=/tmp/seahorse-YGoN4w/S.gpg-agent:23609:1; export GPG_AGENT_INFO

Since Ubuntu has dependency checking, this shouldn't happen, but make
sure you have gpgme installed.

Cheers,

Adam
Adam Funk | 9 Sep 2008 21:28
Favicon

Re: What do these seahorse errors mean?

On 2008-09-08, Adam Schreiber wrote:

> On Mon, Sep 8, 2008 at 5:34 AM, Adam Funk <a24061 <at> ducksburg.com> wrote:
>> When I try to run 'seahorse-preferences' or 'seahorse-agent' from a command-line, I get
>> the following errors:
>>
>>
>> adam <at> beetle $ seahorse-preferences
>>
>> ** (seahorse-preferences:23588): CRITICAL **: init_gpgme: assertion `GPG_IS_OK (err)' failed
>>
>> ** (seahorse-preferences:23588): CRITICAL **: seahorse_pgp_source_init: assertion `GPG_IS_OK
(err)' failed
>> Segmentation fault
>>
>> adam <at> beetle $ seahorse-agent
>>
>> ** (seahorse-agent:23604): CRITICAL **: gpg_options_init: assertion `engine && engine->version &&
engine->file_name && (g_str_has_prefix (engine->version, GPG_VERSION_PREFIX1) ||
g_str_has_prefix (engine->version, GPG_VERSION_PREFIX2))' failed
>> GPG_AGENT_INFO=/tmp/seahorse-YGoN4w/S.gpg-agent:23609:1; export GPG_AGENT_INFO
>
> Since Ubuntu has dependency checking, this shouldn't happen, but make
> sure you have gpgme installed.

Thanks for the advice.

I reinstalled seahorse, which reinstalled libgpgme11, the only current
gpgme package (I think).  I'm still have the "<defunct>" problem, but
I'm getting a slightly different gpg-agent error:
(Continue reading)

Adam Schreiber | 9 Sep 2008 22:16
Favicon

Re: What do these seahorse errors mean?

What version of seahorse do you have installed?  Is it the same on
both computers?

Cheers,

Adam

On Tue, Sep 9, 2008 at 3:28 PM, Adam Funk <a24061 <at> ducksburg.com> wrote:
> On 2008-09-08, Adam Schreiber wrote:
>
>> On Mon, Sep 8, 2008 at 5:34 AM, Adam Funk <a24061 <at> ducksburg.com> wrote:
>>> When I try to run 'seahorse-preferences' or 'seahorse-agent' from a command-line, I get
>>> the following errors:
>>>
>>>
>>> adam <at> beetle $ seahorse-preferences
>>>
>>> ** (seahorse-preferences:23588): CRITICAL **: init_gpgme: assertion `GPG_IS_OK (err)' failed
>>>
>>> ** (seahorse-preferences:23588): CRITICAL **: seahorse_pgp_source_init: assertion `GPG_IS_OK
(err)' failed
>>> Segmentation fault
>>>
>>> adam <at> beetle $ seahorse-agent
>>>
>>> ** (seahorse-agent:23604): CRITICAL **: gpg_options_init: assertion `engine && engine->version
&& engine->file_name && (g_str_has_prefix (engine->version, GPG_VERSION_PREFIX1) ||
g_str_has_prefix (engine->version, GPG_VERSION_PREFIX2))' failed
>>> GPG_AGENT_INFO=/tmp/seahorse-YGoN4w/S.gpg-agent:23609:1; export GPG_AGENT_INFO
>>
(Continue reading)

Jeff Cai | 11 Sep 2008 13:01
Picon

What is 'Trusted Keys'?

Hi, list

What is the meaning of "Trusted Keys" in Seahorse? These keys only
include PGP Keys? If yes, I think how could we let user know that SSH
keys can't become trusted keys?

Additionally, Could we get other keys besides PGP keys from key servers?
I'm confused about which is only meaningful for PGP keys and which is
meaningful for both.

Jeff

Gmane