← Back to team overview

gwibber-bugs team mailing list archive

[Bug 988385] Re: /usr/bin/gwibber-accounts has bogus #! line

 

This bug was fixed in the package gwibber - 3.4.1-0ubuntu1

---------------
gwibber (3.4.1-0ubuntu1) precise-proposed; urgency=low

  * New stable release
    - fallback to displaying full sender's name if the nickname is empty, even
      if show-fullname is false (LP: #985801)
    - catch GLib.GError instead of GLib.Error, fixes crasher (LP: #940182)
    - Specify /usr/bin/python in gwibber-accounts instead of relying on
      env (LP: #988385)
    - lens: use category icons that match the rest of unity.  This only affects
      the unity-lens-gwibber package in universe.
  * debian/patches/*.patch
    - dropped, merged upstream
  * debian/control
    - Added depends on gir1.2-wnck-3.0, gwibber-accounts needs it (LP: #957272)
 -- Ken VanDine <ken.vandine@xxxxxxxxxxxxx>   Wed, 25 Apr 2012 16:22:20 -0400

** Changed in: gwibber (Ubuntu Precise)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/988385

Title:
  /usr/bin/gwibber-accounts has bogus #! line

Status in Gwibber:
  Fix Released
Status in “gwibber” package in Ubuntu:
  Fix Committed
Status in “gwibber” source package in Precise:
  Fix Released

Bug description:
  % head -n 1 /usr/bin/gwibber-accounts 
  #!/usr/bin/env python

  This is destined to break.  It is never a good idea for production
  code to use /usr/bin/env.  Instead, it should use #!/usr/bin/python
  just like gwibber-service does.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/988385/+subscriptions


References