[Dx-packages] [Bug 1259564] Re: GPG_AGENT_INFO not being passed to thunderbird

2014-04-11 Thread Lars Uebernickel
indicator-messages was ported to upstart recently, which should make
sure that it is started with the right environment.

** Changed in: indicator-messages (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1259564

Title:
  GPG_AGENT_INFO not being passed to thunderbird

Status in “indicator-messages” package in Ubuntu:
  Fix Released

Bug description:
  On Trusty, if I launch thunderbird from the terminal or from the Dash,
  then thunderbird is able to use enigmail. If I launch via indicator-
  messages, it is not.

  Steps to reproduce:
  1. adjust /usr/lib/thunderbird/thunderbird.sh to have:
  echo TEST: $GPG_AGENT_INFO  /tmp/tbird.gpg

  2. Launch from a terminal:
  $ rm -f /tmp/tbird.gpg ; thunderbird
  $ cat /tmp/tbird.gpg # separate terminal
  TEST: /run/user/1000/keyring-bzAKyI/gpg:0:1
  (It worked!)

  3. Launch from the Dash:
  $ rm -f /tmp/tbird.gpg
  launch from Dash
  $ cat /tmp/tbird.gpg # separate terminal
  TEST: /run/user/1000/keyring-bzAKyI/gpg:0:1
  (It worked!)

  4. Launch from indicator-messages:
  $ rm -f /tmp/tbird.gpg
  select Thunderbird Mail from indicator-messages
  $ cat /tmp/tbird.gpg # separate terminal
  TEST:
  (It did not work)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-messages 13.10.1+14.04.20131125-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Uname: Linux 3.12.0-5-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 10 07:59:07 2013
  InstallationDate: Installed on 2011-06-28 (895 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110425.2)
  SourcePackage: indicator-messages
  UpgradeStatus: Upgraded to trusty on 2013-11-04 (35 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1259564/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1259564] Re: GPG_AGENT_INFO not being passed to thunderbird

2014-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: indicator-messages (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1259564

Title:
  GPG_AGENT_INFO not being passed to thunderbird

Status in “indicator-messages” package in Ubuntu:
  Confirmed

Bug description:
  On Trusty, if I launch thunderbird from the terminal or from the Dash,
  then thunderbird is able to use enigmail. If I launch via indicator-
  messages, it is not.

  Steps to reproduce:
  1. adjust /usr/lib/thunderbird/thunderbird.sh to have:
  echo TEST: $GPG_AGENT_INFO  /tmp/tbird.gpg

  2. Launch from a terminal:
  $ rm -f /tmp/tbird.gpg ; thunderbird
  $ cat /tmp/tbird.gpg # separate terminal
  TEST: /run/user/1000/keyring-bzAKyI/gpg:0:1
  (It worked!)

  3. Launch from the Dash:
  $ rm -f /tmp/tbird.gpg
  launch from Dash
  $ cat /tmp/tbird.gpg # separate terminal
  TEST: /run/user/1000/keyring-bzAKyI/gpg:0:1
  (It worked!)

  4. Launch from indicator-messages:
  $ rm -f /tmp/tbird.gpg
  select Thunderbird Mail from indicator-messages
  $ cat /tmp/tbird.gpg # separate terminal
  TEST:
  (It did not work)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-messages 13.10.1+14.04.20131125-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Uname: Linux 3.12.0-5-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 10 07:59:07 2013
  InstallationDate: Installed on 2011-06-28 (895 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110425.2)
  SourcePackage: indicator-messages
  UpgradeStatus: Upgraded to trusty on 2013-11-04 (35 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1259564/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1259564] Re: GPG_AGENT_INFO not being passed to thunderbird

2014-01-23 Thread Marc Deslauriers
This may be caused by bug 1271591

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1259564

Title:
  GPG_AGENT_INFO not being passed to thunderbird

Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  On Trusty, if I launch thunderbird from the terminal or from the Dash,
  then thunderbird is able to use enigmail. If I launch via indicator-
  messages, it is not.

  Steps to reproduce:
  1. adjust /usr/lib/thunderbird/thunderbird.sh to have:
  echo TEST: $GPG_AGENT_INFO  /tmp/tbird.gpg

  2. Launch from a terminal:
  $ rm -f /tmp/tbird.gpg ; thunderbird
  $ cat /tmp/tbird.gpg # separate terminal
  TEST: /run/user/1000/keyring-bzAKyI/gpg:0:1
  (It worked!)

  3. Launch from the Dash:
  $ rm -f /tmp/tbird.gpg
  launch from Dash
  $ cat /tmp/tbird.gpg # separate terminal
  TEST: /run/user/1000/keyring-bzAKyI/gpg:0:1
  (It worked!)

  4. Launch from indicator-messages:
  $ rm -f /tmp/tbird.gpg
  select Thunderbird Mail from indicator-messages
  $ cat /tmp/tbird.gpg # separate terminal
  TEST:
  (It did not work)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-messages 13.10.1+14.04.20131125-0ubuntu1
  ProcVersionSignature: Ubuntu 3.12.0-5.13-generic 3.12.2
  Uname: Linux 3.12.0-5-generic x86_64
  ApportVersion: 2.12.7-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Dec 10 07:59:07 2013
  InstallationDate: Installed on 2011-06-28 (895 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110425.2)
  SourcePackage: indicator-messages
  UpgradeStatus: Upgraded to trusty on 2013-11-04 (35 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1259564/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp