[Bug 1901584] Re: vcdimager plug-in can't be enabled in Brasero

2021-09-17 Thread David King
*** This bug is a duplicate of bug 1880385 ***
https://bugs.launchpad.net/bugs/1880385

** Bug watch added: gitlab.gnome.org/GNOME/brasero/-/issues #343
   https://gitlab.gnome.org/GNOME/brasero/-/issues/343

** Also affects: brasero via
   https://gitlab.gnome.org/GNOME/brasero/-/issues/343
   Importance: Unknown
   Status: Unknown

** This bug has been marked a duplicate of bug 1880385
   vcdimager plug-in can't be enabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901584

Title:
  vcdimager plug-in can't be enabled in Brasero

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1434115] Re: apparently broken dependency resolution

2015-03-19 Thread David King
Evidence from another machine I administer (same version of OS and
unattended-upgrades and that uses a similar PHP configuration) suggests
that the bug may only manifest if the previous state was 'un' rather
than 'rc':

$ dpkg -l libapache2-mod-php5|grep ^[a-z]
rc  libapache2-mod-php5 5.3.10-1ubuntu3.6   
 i386

on this machine, unattended upgrades did not attempt to install
libapache2-mod-php5.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434115

Title:
  apparently broken dependency resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1434115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1434115] [NEW] apparently broken dependency resolution

2015-03-19 Thread David King
Public bug reported:

It looks as though unattended upgrades' dependency resolution is a
little broken when there are multiple alternatives and when the
dependency is currently satisfied by a package other than the first
alternative.

In this case, package php5 was upgraded.  php5 depends:

$ dpkg -s php5|grep Depends
Depends: libapache2-mod-php5 (= 5.5.9+dfsg-1ubuntu4.7) | 
libapache2-mod-php5filter (= 5.5.9+dfsg-1ubuntu4.7) | php5-cgi (= 
5.5.9+dfsg-1ubuntu4.7) | php5-fpm (= 5.5.9+dfsg-1ubuntu4.7), php5-common (= 
5.5.9+dfsg-1ubuntu4.7)

I use php5-fpm, and specifically do not want libapache2-mod-php5
installed (not least because it breaks my FPM config).  After manually
purging libapache2-mod-php5:

$ dpkg -l $(dpkg -s php5|grep Depends|perl -npe 's/Depends://; s/[,|]/\n/g'|cut 
-f 2 -d\ )|grep ^[a-z]
un  libapache2-mod-php5 none  
 none   (no description available)
un  libapache2-mod-php5filter   none  
 none   (no description available)
un  php5-cginone  
 none   (no description available)
ii  php5-common 5.5.9+dfsg-1ubuntu4.7   
 amd64Common files for packages built from the php5 source
ii  php5-fpm5.5.9+dfsg-1ubuntu4.7   
 amd64server-side, HTML-embedded scripting language (FPM-CGI 
binary)

note that:
• php5-fpm is installed and therefore that dependency of php5 was already 
satisfied
• php5-cgi and libapache2-mod-php5filter are alternative dependencies along 
with libapache2-mod-php5, yet neither got installed in the way that 
libapache2-mod-php5 did.


For completeness' sake, here's an excerpt of the unattended upgrade log (full 
log attached) showing that it was this morning's upgrade run that installed 
libapache2-mod-php5:

Selecting previously unselected package libapache2-mod-php5.
Preparing to unpack .../libapache2-mod-php5_5.5.9+dfsg-1ubuntu4.7_amd64.deb ...
Unpacking libapache2-mod-php5 (5.5.9+dfsg-1ubuntu4.7) ...
Preparing to unpack .../php5_5.5.9+dfsg-1ubuntu4.7_all.deb ...
Unpacking php5 (5.5.9+dfsg-1ubuntu4.7) over (5.5.9+dfsg-1ubuntu4.6) ...

Other requested information:

$ lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04

$ apt-cache policy unattended-upgrades
unattended-upgrades:
  Installed: 0.82.1ubuntu2.1
  Candidate: 0.82.1ubuntu2.1
  Version table:
 *** 0.82.1ubuntu2.1 0
500 http://ubuntu.orion.retrosnub.co.uk/ubuntu/ trusty-updates/main 
amd64 Packages
100 /var/lib/dpkg/status
 0.82.1ubuntu2 0
500 http://ubuntu.orion.retrosnub.co.uk/ubuntu/ trusty/main amd64 
Packages

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Full log showing packages upgraded in this morning's run
   
https://bugs.launchpad.net/bugs/1434115/+attachment/4350041/+files/unattended-upgrades-dpkg_2015-03-19_06%EF%80%BA51%EF%80%BA43.996944.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1434115

Title:
  apparently broken dependency resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1434115/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 345564] Re: bug in chrpath option parsing

2015-02-25 Thread David King
** Changed in: chrpath (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/345564

Title:
  bug in chrpath option parsing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chrpath/+bug/345564/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 457994] Re: Show timer when recording video

2014-11-11 Thread David King
This was fixed in Cheese 3.6.0.

** Changed in: cheese (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/457994

Title:
  Show timer when recording video

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1318981] Re: EasyTAG crashed with SIGABRT in __libc_message()

2014-07-15 Thread David King
** Changed in: easytag
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1318981

Title:
  EasyTAG crashed with SIGABRT in __libc_message()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 120538] Re: id3 tag version differences result in confusing behaviour (e.g. rhythmbox, easytag)

2014-07-15 Thread David King
*** This bug is a duplicate of bug 684352 ***
https://bugs.launchpad.net/bugs/684352

** This bug has been marked a duplicate of bug 684352
   ID3v2.4 Album Art Attachment Incompatible with MTP Device

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/120538

Title:
  id3 tag version differences result in confusing behaviour (e.g.
  rhythmbox, easytag)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/120538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1318981] Re: EasyTAG crashed with SIGABRT in __libc_message()

2014-06-06 Thread David King
This bug was fixed upstream after the 2.1.10 release, and any version
from 2.2.0 onwards has the fix:

https://git.gnome.org/browse/easytag/commit/?h=easytag-2-2id=8d5b0e9fbff770d24f93a41e89aa922c251798b6

** Also affects: easytag
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1318981

Title:
  EasyTAG crashed with SIGABRT in __libc_message()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283159] Re: easytag crashed with SIGSEGV in strlen()

2014-03-31 Thread David King
This is fixed upstream:

https://git.gnome.org/browse/easytag/commit/?id=6563a0989a6d35d618a950262bd81d2ac50ed0ed

It will be in a future 2.2.0 release.

** Also affects: easytag
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283159

Title:
  easytag crashed with SIGSEGV in strlen()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 509645] Re: Out of date: The default value for the audio player is xmms -p

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/509645

Title:
  Out of date: The default value for the audio player is xmms -p

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/509645/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532168] Re: enable drag and drop from firefox

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/532168

Title:
  enable drag and drop from firefox

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 478571] Re: easytag assert failure: Gtk:ERROR:/build/buildd/gtk+2.0-2.18.3/gtk/gtktreestore.c:522:gtk_tree_store_get_path: assertion failed: (G_NODE (iter-user_data)-parent != NULL)

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/478571

Title:
  easytag assert failure:
  
Gtk:ERROR:/build/buildd/gtk+2.0-2.18.3/gtk/gtktreestore.c:522:gtk_tree_store_get_path:
  assertion failed: (G_NODE (iter-user_data)-parent != NULL)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173805] Re: Segfault on automatic tagging with CDDB

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173805

Title:
  Segfault on automatic tagging with CDDB

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959492] Re: easytag crashed with SIGSEGV in taglib_tag_title()

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959492

Title:
  easytag crashed with SIGSEGV in taglib_tag_title()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642556] Re: Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and freedb.freedb.org server

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642556

Title:
  Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and
  freedb.freedb.org server

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538490] Re: tags with hyphen get split into multiple tags

2014-03-17 Thread David King
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Trusty Tahr.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please perform as much as possible of the
SRU Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: easytag (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1291577] Re: FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

2014-03-12 Thread David King
** Attachment added: upstream NEWS changes between 2.1.8 and 2.1.10
   
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+attachment/4020815/+files/easytag-2.1.10-1.NEWS

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291577

Title:
  FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1291577] Re: FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

2014-03-12 Thread David King
** Attachment added: Installation of easytag 2.1.10-1
   
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+attachment/4020813/+files/install.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291577

Title:
  FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1291577] [NEW] FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

2014-03-12 Thread David King
Public bug reported:

Please sync easytag 2.1.10-1 (universe) from Debian unstable (main)

I am following https://wiki.ubuntu.com/SyncRequestProcess and
https://wiki.ubuntu.com/FreezeExceptionProcess but have not been through
the process before.

Justification for Feature Freeze Exception:

trusty has 2.1.8-1, which has several major bugs that are fixed in
2.1.10-1. There are some new features, but (as the upstream developer of
EasyTAG) I feel that the crash and stability fixes are very important,
and should reach Ubuntu LTS users despite the feature freeze.

Ubuntu bugs which are fixed by the update include: bug 478571, bug 509645, bug 
532168, bug 538490, bug 642556, bug 959492, bug 1173805.
Debian bugs which are fixed by the update are included in the Debian changelog, 
and include:
https://bugs.debian.org/500051
https://bugs.debian.org/518955
https://bugs.debian.org/560813
https://bugs.debian.org/691687
https://bugs.debian.org/727811

The debian/changelog entry for 2.1.8-1 to 2.1.10-1 are as follows:

easytag (2.1.10-1) unstable; urgency=medium

  * Team upload.

  [ James Cowgill ]
  * New upstream release (Closes: #560813, #500051, #518955, #727811).
  * Add myself to the list of uploaders.
  * Use debhelper v9.
  * debian/control:
- Build depend on desktop-file-utils and yelp-tools.
- Recommend on gnome-icon-theme, gvfs and yelp (thanks David King)
- Update homepage location.
- Bump standards to 3.9.5 (no changes required).
  * debian/copyright:
- Rewritten to use DEP-5
  * debian/rules:
- Enable all hardening flags.
- Remove unnecessary dh overrides.
  * debian/patches:
- Remove 1001-c90_style.patch, applied upstream.
- Add patch to remove appdata from buildsystem.
  Can't use until appdata-tools is introduced into Debian.

  [ Alessio Treglia ]
  * Improve package description (Closes: #691687)

 -- James Cowgill james...@cowgill.org.uk  Fri, 28 Feb 2014 15:50:09
+

I have tested EasyTAG in trusty, and all features seem to work fine, I
can at least read and write tags for the supported file formats.

** Affects: easytag (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291577

Title:
  FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1291577] Re: FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

2014-03-12 Thread David King
** Attachment added: pbuilder-dist build log of easytag 2.1.10-1 in trusty
   
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+attachment/4020814/+files/last_operation.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291577

Title:
  FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1291577] Re: FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

2014-03-12 Thread David King
** Attachment added: screenshot of 2.1.10-1 in trusty
   
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+attachment/4020816/+files/easytag-screenshot-trusty.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1291577

Title:
  FFe: Sync easytag 2.1.10-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1291577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319201] Re: 'Open Image' dialog appears too small on gpaint easytag

2014-02-27 Thread David King
*** This bug is a duplicate of bug 285285 ***
https://bugs.launchpad.net/bugs/285285

** This bug has been marked a duplicate of bug 285285
   GtkFileChooser dialog size randomly broken

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/319201

Title:
  'Open Image' dialog appears too small on gpaint  easytag

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 509645] Re: Out of date: The default value for the audio player is xmms -p

2014-02-20 Thread David King
** Changed in: easytag (Ubuntu)
   Status: New = Confirmed

** Changed in: easytag (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/509645

Title:
  Out of date: The default value for the audio player is xmms -p

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/509645/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 478571] Re: easytag assert failure: Gtk:ERROR:/build/buildd/gtk+2.0-2.18.3/gtk/gtktreestore.c:522:gtk_tree_store_get_path: assertion failed: (G_NODE (iter-user_data)-parent != NULL)

2014-02-20 Thread David King
** Changed in: easytag (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/478571

Title:
  easytag assert failure:
  
Gtk:ERROR:/build/buildd/gtk+2.0-2.18.3/gtk/gtktreestore.c:522:gtk_tree_store_get_path:
  assertion failed: (G_NODE (iter-user_data)-parent != NULL)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532168] Re: enable drag and drop from firefox

2014-02-20 Thread David King
** Changed in: easytag (Ubuntu)
   Status: New = Confirmed

** Changed in: easytag (Ubuntu)
   Importance: Undecided = Wishlist

** Also affects: easytag
   Importance: Undecided
   Status: New

** Changed in: easytag
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/532168

Title:
  enable drag and drop from firefox

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 878557] Re: trying to access tags on my classical music collection, it searches for music files and then it shuts en-expectedly

2014-02-20 Thread David King
*** This bug is a duplicate of bug 959492 ***
https://bugs.launchpad.net/bugs/959492

** This bug has been marked a duplicate of bug 959492
   easytag crashed with SIGSEGV in taglib_tag_title()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/878557

Title:
  trying to access tags on my classical music collection, it searches
  for music files and then it shuts en-expectedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/878557/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642556] Re: Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and freedb.freedb.org server

2014-02-20 Thread David King
** Changed in: easytag
   Status: Fix Committed = Fix Released

** Changed in: easytag (Ubuntu)
   Importance: Undecided = Medium

** Changed in: easytag (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642556

Title:
  Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and
  freedb.freedb.org server

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1173805] Re: Segfault on automatic tagging with CDDB

2014-02-20 Thread David King
** Changed in: easytag (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173805

Title:
  Segfault on automatic tagging with CDDB

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538490] Re: tags with hyphen get split into multiple tags

2014-02-20 Thread David King
** Changed in: easytag (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1266854] Re: Name in the Dash in English

2014-01-17 Thread David King
This was fixed upstream in 2.1.8, which is in Trusty Tahr. It might
qualify for an SRU, and if so you should follow
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure (or
https://wiki.ubuntu.com/UbuntuBackports#Requesting_a_Backport for a
backport instead).

** Changed in: easytag (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266854

Title:
  Name in the Dash in English

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1266854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078958] Re: claims to support mp4/aac

2014-01-17 Thread David King
EasyTAG 2.1.8 is now in Trusty Tahr. It might qualify for an SRU, and if
so you should follow
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure (or
https://wiki.ubuntu.com/UbuntuBackports#Requesting_a_Backport for a
backport instead).

** Changed in: easytag (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078958

Title:
  claims to support mp4/aac

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1078958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 532168] Re: enable drag and drop from firefox

2014-01-17 Thread David King
This is possible as of EasyTAG 2.1.9, although this is not yet in Debian
or Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/532168

Title:
  enable drag and drop from firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/532168/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460652] Re: easytag crashes when setting filenames from a TXT file

2014-01-17 Thread David King
This is fixed in EasyTAG 2.1.8, which is now in Trusty Tahr. It might qualify 
for an SRU, and if
so you should follow
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure (or  
https://wiki.ubuntu.com/UbuntuBackports#Requesting_a_Backport for a 
backport instead).

** Changed in: easytag (Ubuntu)
   Status: New = Fix Released

** Changed in: easytag (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460652

Title:
  easytag crashes when setting filenames from a TXT file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/460652/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 538490] Re: tags with hyphen get split into multiple tags

2013-12-09 Thread David King
** Bug watch added: GNOME Bug Tracker #689443
   https://bugzilla.gnome.org/show_bug.cgi?id=689443

** Also affects: easytag via
   https://bugzilla.gnome.org/show_bug.cgi?id=689443
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/538490

Title:
  tags with hyphen get split into multiple tags

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1256293] Re: Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

2013-12-03 Thread David King
I created a debdiff of the changes between 0.9.2-2 and 0.9.5-1. I had a
look through the upstream git repository, but it was a bit difficult to
find the specific commits that fixed the CVEs. Looking through the
upstream changelog, it seems that there were mostly bugfixes between the
0.9.2 and 0.9.5 releases.

** Patch added: debdiff between 0.9.2-2 and 0.9.5-1
   
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/1256293/+attachment/3921949/+files/roundcube_0.9.2-2_to_0.9.5-1.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256293

Title:
  Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/1256293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1256909] Re: php5-mcrypt fails to setup correct php.ini entries

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1240590 ***
https://bugs.launchpad.net/bugs/1240590

** This bug has been marked a duplicate of bug 1240590
   Packaged mcrypt.ini placed in wrong directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256909

Title:
  php5-mcrypt fails to setup correct php.ini entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1256909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1256909] Re: php5-mcrypt fails to setup correct php.ini entries

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1243568 ***
https://bugs.launchpad.net/bugs/1243568

** This bug is no longer a duplicate of bug 1240590
   Packaged mcrypt.ini placed in wrong directory
** This bug has been marked a duplicate of bug 1243568
   put ini in correct path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256909

Title:
  php5-mcrypt fails to setup correct php.ini entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1256909/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240590] Re: Packaged mcrypt.ini placed in wrong directory

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1243568 ***
https://bugs.launchpad.net/bugs/1243568

** This bug has been marked a duplicate of bug 1243568
   put ini in correct path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240590

Title:
  Packaged mcrypt.ini placed in wrong directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1240590/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241286] Re: Mcrypt extension not recognized by php5-fpm

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1243568 ***
https://bugs.launchpad.net/bugs/1243568

** This bug is no longer a duplicate of bug 1240590
   Packaged mcrypt.ini placed in wrong directory
** This bug has been marked a duplicate of bug 1243568
   put ini in correct path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241286

Title:
  Mcrypt extension not recognized by php5-fpm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1241286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1253648] Re: Unable to use mcrypt extension but php5-mcrypt is installed

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1243568 ***
https://bugs.launchpad.net/bugs/1243568

** This bug is no longer a duplicate of bug 1240590
   Packaged mcrypt.ini placed in wrong directory
** This bug has been marked a duplicate of bug 1243568
   put ini in correct path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1253648

Title:
  Unable to use mcrypt extension but php5-mcrypt is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1253648/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1241907] Re: php5-mcrypt not enabled after install

2013-12-03 Thread David King
*** This bug is a duplicate of bug 1243568 ***
https://bugs.launchpad.net/bugs/1243568

** This bug is no longer a duplicate of bug 1240590
   Packaged mcrypt.ini placed in wrong directory
** This bug has been marked a duplicate of bug 1243568
   put ini in correct path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241907

Title:
  php5-mcrypt not enabled after install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1241907/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1256293] Re: Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

2013-12-03 Thread David King
Sorry, I don't have enough knowledge of Roundcube to figure out the
relevant fixes for CVE-2013-5645, which was fixed in Debian by updating
the package to 0.9.4-1. CVE-2013-6172 was fixed with
https://github.com/roundcube/roundcubemail/commit/70c7df8faa5a9023a2773dc5a38932f1ad3a84aa
applied on top of that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256293

Title:
  Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/1256293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1256293] [NEW] Please sync to Debian version 0.9.4-1.1 or greater

2013-11-29 Thread David King
*** This bug is a security vulnerability ***

Public security bug reported:

Ubuntu 13.10
roundcube 0.9.2-2
Versions below 0.9.3 are affected by CVE 2013-5645, and below version 0.9.5 are 
affected by CVE 2013-6172 (patched in 0.9.4-1.1).

** Affects: roundcube (Ubuntu)
 Importance: Undecided
 Status: New

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-5645

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6172

** Information type changed from Public to Public Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256293

Title:
  Please sync to Debian version 0.9.4-1.1 or greater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/1256293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1256293] Re: Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

2013-11-29 Thread David King
Following
https://wiki.ubuntu.com/SyncRequestProcess#Content_of_a_sync_request

Changelog entries since 0.9.2-2:
roundcube (0.9.4-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Add CVE-2013-6172.patch patch.
CVE-2013-6172: An attacker can overwrite configuration settings using
user preferences. This can result in random file access and manipulated
SQL queries. (Closes: #727668)

 -- Salvatore Bonaccorso car...@debian.org  Sat, 26 Oct 2013 21:47:22
+0200

roundcube (0.9.4-1) unstable; urgency=low

  * New upstream version.
 + Fix CVE-2013-5645 (Closes: #721592)
 + Enigma plugin has been removed.

 -- Vincent Bernat ber...@debian.org  Sun, 08 Sep 2013 13:52:46 +0200

** Summary changed:

- Please sync to Debian version 0.9.4-1.1 or greater
+ Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1256293

Title:
  Please sync roundcube from Debian sid version 0.9.4-1.1 or greater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roundcube/+bug/1256293/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1253648] Re: Unable to use mcrypt extension but php5-mcrypt is installed

2013-11-29 Thread David King
*** This bug is a duplicate of bug 1240590 ***
https://bugs.launchpad.net/bugs/1240590

** This bug has been marked a duplicate of bug 1240590
   Packaged mcrypt.ini placed in wrong directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1253648

Title:
  Unable to use mcrypt extension but php5-mcrypt is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mcrypt/+bug/1253648/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1243568] Re: put ini in correct path

2013-11-29 Thread David King
** Summary changed:

- put ini incorrect path
+ put ini in correct path

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243568

Title:
  put ini in correct path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-imap/+bug/1243568/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642556] Re: Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and freedb.freedb.org server

2013-11-18 Thread David King
The forum post mentioned in comment #1 is:
https://forums.ubuntulinux.jp/viewtopic.php?id=9425

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642556

Title:
  Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and
  freedb.freedb.org server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/642556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 642556] Re: Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and freedb.freedb.org server

2013-11-18 Thread David King
I fixed this in EasyTAG git, so it will be in the next release (2.1.9):

https://git.gnome.org/browse/easytag/commit/?id=35e57ca4829fb97221a76537b99dcc263ef549b2

The source string has changed, so the translated string will likely not
be shown in the UI, but hopefully when the next Japanese translator
comes along the fix will be preserved.

** Also affects: easytag
   Importance: Undecided
   Status: New

** Changed in: easytag
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/642556

Title:
  Automatic CDDB search causes segfault with LANG=ja_JP.UTF-8 and
  freedb.freedb.org server

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1239761] [NEW] Touch Screen malfunctions after Double Tap

2013-10-14 Thread David King
Public bug reported:

Device: Lenovo Yoga 11S
Description:Ubuntu 13.04
Release:13.04

Upon boot the touch-screen functionality works as expected (3-finger
dragging, single clicks etc), however after a single double tap the
functionality is reduced to only mouse movement, ie: no other taps
(single, double or triple) are registered. The regular mouse
functionality (with the trackpad) remains unaffected. Fixed with reboot

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- Using a Lenovo Yoga 11S, upon boot the touch-screen functionality works
- as expected, however after a single double tap the functionality is
- reduced to only mouse movement, ie: no other taps (single or double) are
- registered. The regular mouse functionality (with the trackpad) remains
- unaffected.
- 
- lsb_release -rd
+ Device: Lenovo Yoga 11S
  Description:  Ubuntu 13.04
  Release:  13.04
+ 
+ Upon boot the touch-screen functionality works as expected (3-finger
+ dragging, single clicks etc), however after a single double tap the
+ functionality is reduced to only mouse movement, ie: no other taps
+ (single, double or triple) are registered. The regular mouse
+ functionality (with the trackpad) remains unaffected. Fixed with reboot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1239761

Title:
  Touch Screen malfunctions after Double Tap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1239761/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078958] Re: claims to support mp4/aac

2013-05-19 Thread David King
EasyTAG uses taglib for MP4 tag editing since version 2.1.8:

https://mail.gnome.org/archives/gnome-announce-
list/2013-February/msg9.html

This supports a basic set of tagging abilities for MP4/AAC files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078958

Title:
  claims to support mp4/aac

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/1078958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 509645] Re: Out of date: The default value for the audio player is xmms -p

2013-05-19 Thread David King
EasyTAG now uses xdg-open instead of xmms by default:

https://git.gnome.org/browse/easytag/commit/?id=c35c18b949ac4c47a241cdd2c8ebe945689b4b0c

This change will be in a future 2.1.9 release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/509645

Title:
  Out of date: The default value for the audio player is xmms -p

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/509645/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1167136] Re: null account in Online Accounts

2013-04-10 Thread David King
*** This bug is a duplicate of bug 1056209 ***
https://bugs.launchpad.net/bugs/1056209

** This bug has been marked a duplicate of bug 1056209
   empty accounts lines displayed (account-plugin-jabber not installed)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1167136

Title:
  null account in Online Accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1167136/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276994] Re: wrong encoding in CDDB request results in russian language

2013-04-09 Thread David King
** Bug watch added: GNOME Bug Tracker #689436
   https://bugzilla.gnome.org/show_bug.cgi?id=689436

** Also affects: easytag via
   https://bugzilla.gnome.org/show_bug.cgi?id=689436
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/276994

Title:
  wrong encoding in CDDB request results in russian language

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959492] Re: easytag crashed with SIGSEGV in taglib_tag_title()

2013-03-31 Thread David King
** Bug watch added: GNOME Bug Tracker #695453
   https://bugzilla.gnome.org/show_bug.cgi?id=695453

** Also affects: easytag via
   https://bugzilla.gnome.org/show_bug.cgi?id=695453
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959492

Title:
  easytag crashed with SIGSEGV in taglib_tag_title()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 558804] Re: easytag crashed with SIGSEGV in FLAC__metadata_object_picture_set_description()

2013-03-31 Thread David King
Fixed upstream:

https://git.gnome.org/browse/easytag/commit/?id=1ebeb8ec5fe62f9ed5564707dc479eb21158001e

The fix was present in the 2.1.8 release of EasyTAG.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/558804

Title:
  easytag crashed with SIGSEGV in
  FLAC__metadata_object_picture_set_description()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/558804/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 478571] Re: easytag assert failure: Gtk:ERROR:/build/buildd/gtk+2.0-2.18.3/gtk/gtktreestore.c:522:gtk_tree_store_get_path: assertion failed: (G_NODE (iter-user_data)-parent != NULL)

2013-03-31 Thread David King
** Bug watch added: GNOME Bug Tracker #689442
   https://bugzilla.gnome.org/show_bug.cgi?id=689442

** Also affects: easytag via
   https://bugzilla.gnome.org/show_bug.cgi?id=689442
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/478571

Title:
  easytag assert failure:
  
Gtk:ERROR:/build/buildd/gtk+2.0-2.18.3/gtk/gtktreestore.c:522:gtk_tree_store_get_path:
  assertion failed: (G_NODE (iter-user_data)-parent != NULL)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1158284] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-22 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug is no longer a duplicate of bug 1157559
   gnome-control-center crashed with SIGSEGV in identity_removed_cb()
** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1158284

Title:
  gnome-control-center crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1158284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1158280] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-22 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug is no longer a duplicate of bug 1157559
   gnome-control-center crashed with SIGSEGV in identity_removed_cb()
** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1158280

Title:
  gnome-control-center crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1158280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1157698] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-22 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug is no longer a duplicate of bug 1157559
   gnome-control-center crashed with SIGSEGV in identity_removed_cb()
** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1157698

Title:
  gnome-control-center crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1157698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1157559] Re: gnome-control-center crashed with SIGSEGV in identity_removed_cb()

2013-03-22 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1157559

Title:
  gnome-control-center crashed with SIGSEGV in identity_removed_cb()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1157559/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1156869] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-22 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug is no longer a duplicate of bug 1157559
   gnome-control-center crashed with SIGSEGV in identity_removed_cb()
** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1156869

Title:
  gnome-control-center crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1156869/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1158401] Re: gnome-control-center crashed with SIGSEGV in identity_removed_reply()

2013-03-22 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1158401

Title:
  gnome-control-center crashed with SIGSEGV in identity_removed_reply()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1158401/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1132496] Re: Ubuntu online accounts applications category selection

2013-03-20 Thread David King
** Changed in: gnome-control-center-signon
   Importance: Undecided = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1132496

Title:
  Ubuntu online accounts applications category selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1132496/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122520] Re: gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

2013-03-07 Thread David King
** Also affects: gnome-control-center-signon
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center-signon
   Status: New = In Progress

** Changed in: gnome-control-center-signon
   Importance: Undecided = High

** Changed in: gnome-control-center-signon
 Assignee: (unassigned) = David King (amigadave)

** Changed in: gnome-control-center-signon
Milestone: None = 0.1.4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122520

Title:
  gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1122520/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1138716] Re: gnome-control-center crashed with SIGSEGV in signon_auth_session_cancel()

2013-03-04 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug is no longer a duplicate of bug 1121532
   gnome-control-center crashed with SIGSEGV in signon_auth_session_cancel()
** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1138716

Title:
  gnome-control-center crashed with SIGSEGV in
  signon_auth_session_cancel()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1138716/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1121532] Re: gnome-control-center crashed with SIGSEGV in signon_auth_session_cancel()

2013-03-04 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1121532

Title:
  gnome-control-center crashed with SIGSEGV in
  signon_auth_session_cancel()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1121532/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1136446] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-01 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1136446

Title:
  gnome-control-center crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1136446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1135475] [NEW] gnome-control-center-signon and libaccount-plugin need debug packages

2013-02-28 Thread David King
Public bug reported:

The packaging for gnome-control-center-signon and libaccount-plugin does
not give debug packages, making it difficult to get useful information
from users reporting crashes, such as in bug 1134765.

** Affects: gnome-control-center-signon (Ubuntu)
 Importance: Medium
 Assignee: Ken VanDine (ken-vandine)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1135475

Title:
  gnome-control-center-signon and libaccount-plugin need debug packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1135475/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1134765] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-02-28 Thread David King
I tried to reproduce this but was not able to do so. It is hard to debug
without debug symbols in the stack trace, but I could not find debug
packages for account-plugin nor gnome-control-center-signon, so I filed
bug 1135475. Once it is fixed, please try to reproduce with the debug
packages installed and attach the stack trace here. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134765

Title:
  gnome-control-center crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1134765/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048244] Re: Online accounts dialog dims to gray and hangs

2013-02-28 Thread David King
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048244

Title:
  Online accounts dialog dims to gray and hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1048244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048244] Re: Online accounts dialog dims to gray and hangs

2013-02-28 Thread David King
Hi, thanks for the bug report. Can you confirm that you still get this
problem with the latest gnome-control-center-signon package (currently
0.0.18-0ubuntu1), and if so, detailed steps to reproduce?

** Changed in: gnome-control-center-signon (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048244

Title:
  Online accounts dialog dims to gray and hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1048244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1105518] Re: Accepting an identi.ca online account using the enter key makes the account not to be added

2013-02-28 Thread David King
** No longer affects: gnome-control-center-signon

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1105518

Title:
  Accepting an identi.ca online account using the enter key makes the
  account not to be added

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1105518/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1105518] Re: Accepting an identi.ca online account using the enter key makes the account not to be added

2013-02-28 Thread David King
I can confirm this, and the logging messages from running gnome-
control-center credentials are:

credentials-cc-panel-Message: cc-credentials-accounts-model.vala:344:
Failure change reported for non-existent account ID: 0

(gnome-control-center:2173): account-plugin-WARNING **: AuthSession
error:
GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.Unknown:
user_refused

(gnome-control-center:2173): GLib-CRITICAL **: g_variant_new_string:
assertion `string != NULL' failed

(gnome-control-center:2173): GLib-CRITICAL **: g_variant_ref_sink:
assertion `value != NULL' failed

(gnome-control-center:2173): GLib-CRITICAL **: g_variant_new_variant:
assertion `value != NULL' failed

(gnome-control-center:2173): GLib-CRITICAL **: g_variant_get_type:
assertion `value != NULL' failed

(gnome-control-center:2173): GLib-CRITICAL **:
g_variant_type_is_subtype_of: assertion `g_variant_type_check (type)'
failed

(gnome-control-center:2173): GLib-CRITICAL **:
g_variant_builder_add_value: assertion `!GVSB(builder)-expected_type ||
g_variant_is_of_type (value, GVSB(builder)-expected_type)' failed

(gnome-control-center:2173): GLib-CRITICAL **: g_variant_builder_end:
assertion `GVSB(builder)-offset = GVSB(builder)-min_items' failed

(gnome-control-center:2173): GLib-CRITICAL **: g_variant_get_type:
assertion `value != NULL' failed

(gnome-control-center:2173): GLib-CRITICAL **:
g_variant_type_is_subtype_of: assertion `g_variant_type_check (type)'
failed

(gnome-control-center:2173): GLib-CRITICAL **:
g_variant_builder_add_value: assertion `!GVSB(builder)-expected_type ||
g_variant_is_of_type (value, GVSB(builder)-expected_type)' failed

(gnome-control-center:2173): credentials-cc-panel-CRITICAL **: 
cc-credentials-authorization-page.vala:196: Error completing auth session 
process: GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.Unknown: 
user_refused
credentials-cc-panel-Message: cc-credentials-accounts-model.vala:344: Failure 
change reported for non-existent account ID: 0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1105518

Title:
  Accepting an identi.ca online account using the enter key makes the
  account not to be added

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1105518/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1069129] Re: Adding new online account returns to list when moving mouse inside browser part

2013-02-28 Thread David King
I cannot reproduce this on a current 12.10 installation, with the latest
updates installed. Can you confirm that this is still a problem?

** Changed in: gnome-control-center-signon (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069129

Title:
  Adding new online account returns to list when moving mouse inside
  browser part

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/account-plugins/+bug/1069129/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1135475] Re: gnome-control-center-signon and libaccount-plugin need debug packages

2013-02-28 Thread David King
Seb, I had no idea what a dbgsym package was before you mentioned it, so
would following:

https://wiki.ubuntu.com/DebuggingProgramCrash#Debug_Symbol_Packages

be enough to get a useful stack trace, specifically the -dbgsym
instructions?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1135475

Title:
  gnome-control-center-signon and libaccount-plugin need debug packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1135475/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1105518] Re: Accepting an identi.ca online account using the enter key makes the account not to be added

2013-02-28 Thread David King
** Also affects: gnome-control-center-signon
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center-signon
   Status: New = Confirmed

** Changed in: gnome-control-center-signon
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1105518

Title:
  Accepting an identi.ca online account using the enter key makes the
  account not to be added

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1105518/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1135475] Re: gnome-control-center-signon and libaccount-plugin need debug packages

2013-02-28 Thread David King
Thanks for the explanation!

** Changed in: gnome-control-center-signon (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1135475

Title:
  gnome-control-center-signon and libaccount-plugin need debug packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1135475/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122520] Re: gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

2013-02-28 Thread David King
** Package changed: gnome-control-center (Ubuntu) = gnome-control-
center-signon (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122520

Title:
  gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1122520/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044055] Re: online-accounts does not allow a way to disable a particular application

2013-02-21 Thread David King
** Changed in: gnome-control-center-signon
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044055

Title:
  online-accounts does not allow a way to disable a particular
  application

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1044055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066917] Re: Accounts not added into UOA when login on facebook.com or gmail.com

2013-02-21 Thread David King
** Changed in: gnome-control-center-signon
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066917

Title:
  Accounts not added into UOA when login on facebook.com or gmail.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1066917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070546] Re: Items missing from gnome-control-center in Lubuntu 12.10

2013-02-20 Thread David King
** Changed in: gnome-control-center-signon
Milestone: 0.1.3 = 0.1.4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070546

Title:
  Items missing from gnome-control-center in Lubuntu 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1070546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1099828] Re: Tab bar is not displayed when there is only one page open in a window

2013-01-31 Thread David King
** Changed in: unity-chromium-extension
   Importance: Undecided = High

** Changed in: unity-chromium-extension
 Assignee: (unassigned) = David King (amigadave)

** Changed in: unity-chromium-extension
 Assignee: David King (amigadave) = (unassigned)

** Changed in: unity-chromium-extension
 Assignee: (unassigned) = Alexandre Abreu (abreu-alexandre)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1099828

Title:
  Tab bar is not displayed when there is only one page open in a window

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1099828/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101415] Re: Logo for webapp launcher is of bad quality.

2013-01-31 Thread David King
** Changed in: webapps-applications
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101415

Title:
  Logo for webapp launcher is of bad quality.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-applications/+bug/1101415/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1108244] Re: Accounts Grant Access makes me visible in Gtalk

2013-01-29 Thread David King
*** This bug is a duplicate of bug 1044055 ***
https://bugs.launchpad.net/bugs/1044055

** This bug has been marked a duplicate of bug 1044055
   online-accounts does not allow a way to disable a particular application

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1108244

Title:
  Accounts Grant Access makes me visible in Gtalk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1108244/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044055] Re: online-accounts does not allow a way to disable a particular application

2013-01-25 Thread David King
** Changed in: gnome-control-center-signon
 Assignee: (unassigned) = David King (amigadave)

** Changed in: gnome-control-center-signon
Milestone: None = 0.1.3

** Changed in: gnome-control-center-signon
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044055

Title:
  online-accounts does not allow a way to disable a particular
  application

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1044055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044055] Re: online-accounts does not allow a way to disable a particular application

2013-01-25 Thread David King
** Changed in: gnome-control-center-signon
   Importance: Wishlist = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044055

Title:
  online-accounts does not allow a way to disable a particular
  application

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1044055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1059554] Re: Google Docs is a deprecated term, nowadays its name is Google Drive

2013-01-11 Thread David King
** Changed in: webapps-applications
   Importance: Undecided = Low

** Changed in: webapps-applications
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059554

Title:
  Google Docs is a deprecated term, nowadays its name is Google
  Drive

To manage notifications about this bug go to:
https://bugs.launchpad.net/app-install-data-ubuntu/+bug/1059554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076350] Re: Crash when navigating to another page immediately after initializing unity integration

2013-01-11 Thread David King
** Changed in: unity-firefox-extension
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076350

Title:
  Crash when navigating to another page immediately after initializing
  unity integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-firefox-extension/+bug/1076350/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1041184] Re: Wrong URL in Software Center

2012-12-13 Thread David King
Fixed in the 0.5 release, with inline packaging data.

** Changed in: webaccounts-browser-extension (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1041184

Title:
  Wrong URL in Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webaccounts-browser-extension/+bug/1041184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1088026] Re: Google online account no access granted

2012-12-10 Thread David King
Hi Bert, this behaviour is expected, as Thunderbird and the browser do
not use the Ubuntu Online Accounts credentials, such as your Google
account. The projects that currently use the Google account credentials
from UOA are Empathy, the Google Drive scope for the Files lens and
Gwibber.

** Changed in: gnome-control-center-signon (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1088026

Title:
  Google online account no access granted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1088026/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1086811] Re: Add test suite

2012-12-06 Thread David King
** Changed in: account-plugins
   Status: New = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1086811

Title:
  Add test suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1086811/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070546] Re: Items missing from gnome-control-center in Lubuntu 12.10

2012-11-27 Thread David King
** Changed in: gnome-control-center-signon (Ubuntu)
   Status: Triaged = In Progress

** Also affects: gnome-control-center-signon
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center-signon
   Importance: Undecided = Low

** Changed in: gnome-control-center-signon
   Status: New = In Progress

** Changed in: gnome-control-center-signon
 Assignee: (unassigned) = David King (amigadave)

** Changed in: gnome-control-center-signon
Milestone: None = 0.1.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070546

Title:
  Items missing from gnome-control-center in Lubuntu 12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1070546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082463] Re: Much of Ubuntu Online Accounts is invisible to Orca

2012-11-23 Thread David King
** Changed in: gnome-control-center-signon
   Importance: Undecided = Low

** Changed in: gnome-control-center-signon
 Assignee: (unassigned) = David King (amigadave)

** Changed in: gnome-control-center-signon
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082463

Title:
  Much of Ubuntu Online Accounts is invisible to Orca

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center-signon/+bug/1082463/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1077781] Re: screen garbles temporarily after entering credentials

2012-11-15 Thread David King
*** This bug is a duplicate of bug 954388 ***
https://bugs.launchpad.net/bugs/954388

** This bug has been marked a duplicate of bug 954388
   after logging in I see for a while a screen with random colors and figures 
which looks like a dump of the memory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077781

Title:
  screen garbles temporarily after entering credentials

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-ui/+bug/1077781/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1041184] Re: Wrong URL in Software Center

2012-11-15 Thread David King
This is now https://launchpad.net/webaccounts-browser-extension.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1041184

Title:
  Wrong URL in Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webaccounts-browser-extension/+bug/1041184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1077676] Re: do-release-upgrade crashed with AttributeError in __main__: type object 'DistUpgradeFetcherCore' has no attribute 'run_options'

2012-11-13 Thread David King
** Branch linked: lp:~toabctl/ubuntu-release-upgrader/fix-release-
upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077676

Title:
  do-release-upgrade crashed with AttributeError in __main__: type
  object 'DistUpgradeFetcherCore' has no attribute 'run_options'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1077676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1041184] Re: Wrong URL in Software Center

2012-10-30 Thread David King
https://launchpad.net/online-accounts-browser-extension would be the new
and correct URL.

** Changed in: webaccounts-browser-extension (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1041184

Title:
  Wrong URL in Software Center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webaccounts-browser-extension/+bug/1041184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1059376] Re: Remove account button should be title case

2012-10-29 Thread David King
** Changed in: online-accounts-gnome-control-center
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1059376

Title:
  Remove account button should be title case

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-gnome-control-center/+bug/1059376/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1043714] Re: List corners are square for Add account, rounded otherwise

2012-10-29 Thread David King
** Changed in: online-accounts-gnome-control-center
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1043714

Title:
  List corners are square for Add account, rounded otherwise

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-gnome-control-center/+bug/1043714/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1043729] Re: Grey box around Show accounts that integrate... is noise

2012-10-29 Thread David King
** Changed in: online-accounts-gnome-control-center
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1043729

Title:
  Grey box around Show accounts that integrate... is noise

To manage notifications about this bug go to:
https://bugs.launchpad.net/online-accounts-gnome-control-center/+bug/1043729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >