[Bug 2056101] Re: [noble] Quod Libet doesn't start: ModuleNotFoundError: No module named 'senf'

2024-03-18 Thread Christoph Reiter
That fix had a small issue that was later fixed with:
https://github.com/quodlibet/quodlibet/commit/7b247a5e0c39006c089efd38ca37e80b527baa23

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

Title:
  [noble] Quod Libet doesn't start: ModuleNotFoundError: No module named
  'senf'

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


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

[Bug 2056627] [NEW] PHPStorm crashes when opening a project

2024-03-09 Thread Christoph Reiter
Public bug reported:

Filing mostly in case anyone else hits this and is looking for
workarounds:

Since the Update to 24.04 PHPStorm crashes on open for me. I think when
it tries to preview a markdown file, like a README.md which is shown
when opening a project.

```
[0309/094602.913394:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper 
binary was found, but is not configured correctly. Rather than run without 
sandboxing I'm aborting now. You need to make sure that 
/home/user/bin/phpstorm/jbr/lib/chrome-sandbox is owned by root and has mode 
4755.
```

Workaround 1 (wont persist reboots, needs root):

sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Workaround 2 (persists and doesn't need root):

thanks to https://youtrack.jetbrains.com/issue/IDEA-313202/IDE-crashes-
due-to-chrome-sandbox-is-owned-by-root-and-has-mode-error-when-IDE-is-
launching-the-JCEF-in-a-sandbox#focus=Comments-27-7059083.0-0

* Run `/bin/phpstorm.sh dontReopenProjects` (to avoid it 
crashing on start)
* ctrl+shift+a
* type "Registry..." and select it
* disable the "ide.browser.jcef.sandbox.enable" option
* Restart phpstorm

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

** Description changed:

  Filing mostly in case anyone else hits this and is looking for
  workarounds:
  
  Since the Update to 24.04 PHPStorm crashes on open for me. I think when
  it tries to preview a markdown file, like a README.md which is shown
  when opening a project.
  
  ```
  [0309/094602.913394:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox 
helper binary was found, but is not configured correctly. Rather than run 
without sandboxing I'm aborting now. You need to make sure that 
/home/user/bin/phpstorm/jbr/lib/chrome-sandbox is owned by root and has mode 
4755.
  ```
  
  Workaround 1 (wont persist reboots, needs root):
  
  sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
  sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
  
  Workaround 2 (persists and doesn't need root):
  
  thanks to https://youtrack.jetbrains.com/issue/IDEA-313202/IDE-crashes-
  due-to-chrome-sandbox-is-owned-by-root-and-has-mode-error-when-IDE-is-
  launching-the-JCEF-in-a-sandbox#focus=Comments-27-7059083.0-0
  
  * Run `/bin/phpstorm.sh dontReopenProjects` (to avoid it 
crashing on start)
  * ctrl+shift+a
- * type "Registry..."
+ * type "Registry..." and select it
  * disable the "ide.browser.jcef.sandbox.enable" option
  * Restart phpstorm

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

Title:
  PHPStorm crashes when opening a project

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


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

[Bug 2056517] Re: vsode profile still broken

2024-03-08 Thread Christoph Reiter
Thanks, I'm looking forward to it.

a bit unrelated: PHPStorm (and I'd guess all Jetbrains IDEs) is also
broken, but that is installed by unpacking a tarball to a location and
let it auto-update itself.

Is there any point in filing a bug for that too?

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

Title:
  vsode profile still broken

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


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

[Bug 2056517] [NEW] vsode profile still broken

2024-03-07 Thread Christoph Reiter
Public bug reported:

Ubuntu 24.04, VSCode installed via their repo
(https://packages.microsoft.com/repos/code)

Some updates ago apparmor gained an exception for /usr/bin/code to work
again.

The desktop file uses `/usr/share/code/code` though (see
/usr/share/applications/code.desktop), so starting vscode from the dock,
or from the app search results in a crash:

/usr/share/code/code
[88564:0308/080414.682744:FATAL:credentials.cc(127)] Check failed: . : 
Permission denied (13)
zsh: trace trap (core dumped)  /usr/share/code/code

Could the profile be fixed to include all common ways to start vscode?

My current workaround is to run this on every boot:

sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

thanks

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

** Description changed:

  Ubuntu 24.04, VSCode installed via their repo
  (https://packages.microsoft.com/repos/code)
  
  Some updates ago apparmor gained an exception for /usr/bin/code to work
  again.
  
- The desktop file uses `/usr/share/code/code` though, so starting vscode
- from the dock, or from the app search results in a crash:
+ The desktop file uses `/usr/share/code/code` though (see
+ /usr/share/applications/code.desktop), so starting vscode from the dock,
+ or from the app search results in a crash:
  
  /usr/share/code/code
  [88564:0308/080414.682744:FATAL:credentials.cc(127)] Check failed: . : 
Permission denied (13)
  zsh: trace trap (core dumped)  /usr/share/code/code
  
  Could the profile be fixed to include all common ways to start vscode?
  
  My current workaround is to run this on every boot:
  
  sudo sysctl -w kernel.apparmor_restrict_unprivileged_unconfined=0
  sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
  
- 
  thanks

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

Title:
  vsode profile still broken

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


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

[Bug 1923053] Re: [SRU] nextcloud crashed with SIGSEGV.

2021-12-02 Thread Christoph Reiter
I'm seeing a similar crash in jammy again with nextcloud-
desktop-3.3.5-1:

```
Thread 1 "nextcloud" received signal SIGSEGV, Segmentation fault.
0x7fffedc9a89e in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) bt
#0  0x7fffedc9a89e in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x7fffee451f36 in QGuiApplication::screenAdded(QScreen*) () at 
/lib/x86_64-linux-gnu/libQt5Gui.so.5
#2  0x7fffee437740 in 
QWindowSystemInterface::handleScreenAdded(QPlatformScreen*, bool) ()
at /lib/x86_64-linux-gnu/libQt5Gui.so.5
#3  0x7fffe2b6b348 in QXcbConnection::initializeScreens() () at 
/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7fffe2b425e0 in QXcbConnection::QXcbConnection(QXcbNativeInterface*, 
bool, unsigned int, char const*) ()
at /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#5  0x7fffe2b45d10 in QXcbIntegration::QXcbIntegration(QStringList const&, 
int&, char**) ()
at /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
```

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

Title:
  [SRU] nextcloud crashed with SIGSEGV.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nextcloud-desktop/+bug/1923053/+subscriptions


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

[Bug 1460203] Re: Drop set_user_default.patch

2020-04-06 Thread Christoph Reiter
upstream pip now defaults to --user if the system dir isn't writable:
https://github.com/pypa/pip/pull/7002

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

Title:
  Drop set_user_default.patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1460203/+subscriptions

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

[Bug 1870733] Re: Not zip safe and breaks Debian pip when building with pep517 (pls sync from Debian)

2020-04-06 Thread Christoph Reiter
Both packages have been updated just now, so closing.

** Changed in: pep517 (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/1870733

Title:
  Not zip safe and breaks Debian pip when building with pep517 (pls sync
  from Debian)

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

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

[Bug 1870733] [NEW] Not zip safe and breaks Debian pip when building with pep517 (pls sync from Debian)

2020-04-04 Thread Christoph Reiter
Public bug reported:

Upstream bugs:

* https://github.com/pypa/pip/issues/7874
* https://github.com/pypa/pip/issues/7946

Debian bugs:

* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955414
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954256

Debian ships all pip dependencies as wheels in a separate python-pip-whl
package and installs those wheels into virtual environments. This
assumed that all pip dependencies can be run from wheel/zip archives but
that wasn't the case with pep517, which breaks building things with
pep517 support in virtual environments (see upstream reports)

This for example breaks installing sqlalchemy and pygobject with pip.
I've also create a minimal reproducer here: https://github.com/lazka
/pip-pyproject-bug

This was just now fixed in upstream pep517 and in Debian sid: pep517 has
a new 0.8.2 release which makes it possible to run it from zips. On the
Debian side of things pep517 itself was updated and also the wheel in
python-pip-whl was updated.

It would be nice if Ubuntu would sync the new versions of pip (20.0.2-4)
and pep517 (0.8.2-1), or at least update pep517, both the package and
the wheel in python-pip-whl.

Affected Debian packages:

* https://packages.debian.org/sid/python-pip-whl
* https://packages.debian.org/sid/python3-pep517

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

** Description changed:

  Upstream bugs:
  
  * https://github.com/pypa/pip/issues/7874
  * https://github.com/pypa/pip/issues/7946
  
  Debian bugs:
  
  * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955414
  * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954256
  
- Debian ships all pip dependencies as wheels in a separate python-pip-whl 
package
- and installs those wheels into virtual environments. This assumed that all pip
- dependencies can be run from wheel/zip archives but that wasn't the case with
- pep517, which breaks building things with pep517 support in virtual 
environments
- (see upstream reports)
+ Debian ships all pip dependencies as wheels in a separate python-pip-whl
+ package and installs those wheels into virtual environments. This
+ assumed that all pip dependencies can be run from wheel/zip archives but
+ that wasn't the case with pep517, which breaks building things with
+ pep517 support in virtual environments (see upstream reports)
  
- This for example breaks installing sqlalchemy and pygobject with pip. I've 
also
- create a minimal reproducer here: https://github.com/lazka/pip-pyproject-bug
+ This for example breaks installing sqlalchemy and pygobject with pip.
+ I've also create a minimal reproducer here: https://github.com/lazka
+ /pip-pyproject-bug
  
- This was just now fixed in upstream pep517 and in Debian sid: pep517 has a new
- 0.8.2 release which makes it possible to run it from zips. On the Debian side 
of
- things pep517 itself was updated and also the wheel in python-pip-whl was
- updated.
+ This was just now fixed in upstream pep517 and in Debian sid: pep517 has
+ a new 0.8.2 release which makes it possible to run it from zips. On the
+ Debian side of things pep517 itself was updated and also the wheel in
+ python-pip-whl was updated.
  
- It would be nice if Ubuntu would sync the new versions of pip (20.0.2-4) and
- pep517 (0.8.2-1), or at least update pep517, both the package and the wheel in
- python-pip-whl.
+ It would be nice if Ubuntu would sync the new versions of pip (20.0.2-4)
+ and pep517 (0.8.2-1), or at least update pep517, both the package and
+ the wheel in python-pip-whl.

** Description changed:

  Upstream bugs:
  
  * https://github.com/pypa/pip/issues/7874
  * https://github.com/pypa/pip/issues/7946
  
  Debian bugs:
  
  * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955414
  * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954256
  
  Debian ships all pip dependencies as wheels in a separate python-pip-whl
  package and installs those wheels into virtual environments. This
  assumed that all pip dependencies can be run from wheel/zip archives but
  that wasn't the case with pep517, which breaks building things with
  pep517 support in virtual environments (see upstream reports)
  
  This for example breaks installing sqlalchemy and pygobject with pip.
  I've also create a minimal reproducer here: https://github.com/lazka
  /pip-pyproject-bug
  
  This was just now fixed in upstream pep517 and in Debian sid: pep517 has
  a new 0.8.2 release which makes it possible to run it from zips. On the
  Debian side of things pep517 itself was updated and also the wheel in
  python-pip-whl was updated.
  
  It would be nice if Ubuntu would sync the new versions of pip (20.0.2-4)
  and pep517 (0.8.2-1), or at least update pep517, both the package and
  the wheel in python-pip-whl.
+ 
+ Affected Debian packages:
+ 
+ * https://packages.debian.org/sid/python-pip-whl
+ * https://packages.debian.org/sid/python3-pep517

-- 
You received this bug notification because you are a member of 

[Bug 1866625] Re: OverflowError: With Python 3 Gtk.ListStore only accepts 32 Bit Integers.

2020-03-11 Thread Christoph Reiter
"int" maps to the same underlying type in Python 2 and Python 3. This
wasn't changed when pygobject was ported to Python 3 and can't really be
changed now. If you want be sure your numbers fit use the suggested
"GObject.TYPE_*", or just use "object" which means the Python int object
is stored as is, assuming you don't need to access it in C code
somewhere else.

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

Title:
  OverflowError: With Python 3 Gtk.ListStore only accepts 32 Bit
  Integers.

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

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

[Bug 1845754] Re: gnome-tweaks crashes to desktop when trying to start application

2019-09-28 Thread Christoph Reiter
Thanks!

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

Title:
  gnome-tweaks crashes to desktop when trying to start application

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

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

[Bug 1845777] [NEW] Missing dependency on libhandy

2019-09-28 Thread Christoph Reiter
*** This bug is a duplicate of bug 1845754 ***
https://bugs.launchpad.net/bugs/1845754

Public bug reported:

$ gnome-tweaks
[...]
"ValueError: Namespace Handy not available"

** Affects: gnome-tweaks (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/1845777

Title:
  Missing dependency on libhandy

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

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

[Bug 1830961] Re: Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible]

2019-09-12 Thread Christoph Reiter
Just for the record, this still breaks upgrades from 19.04 (I updated
today) because dkms tries to build things (nvidia and virtualbox here)
for the 19.04 kernel and fails.

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

Title:
  Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-
  branch’ and ‘-fcf-protection’ are not compatible]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1830961/+subscriptions

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

[Bug 1835771] Re: MP4 fails with string argument for freeform text ('----') tags

2019-07-19 Thread Christoph Reiter
Please report things upstream:
https://github.com/quodlibet/mutagen/issues

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

Title:
  MP4 fails with string argument for freeform text ('') tags

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

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

[Bug 1819183] Re: FFe: Update pygobject to 3.32

2019-03-08 Thread Christoph Reiter
>From an pygobject upstream POV this cycle hasn't seen any high risk
changes, so +1 from me in case that helps :)

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

Title:
  FFe: Update pygobject to 3.32

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

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

[Bug 1787474] Re: pygobject fails to build in Ubuntu 18.10

2018-08-17 Thread Christoph Reiter
New 1.57.3 g-i tarball is out.

For the apport thing (I'm not sure if this is relevant in your build
environment):
https://gitlab.gnome.org/GNOME/pygobject/commit/d9ddad7bcac86d37a9010c8cd529a0e6ca1a9f48

PyGObject tests might still fail because of
https://gitlab.gnome.org/GNOME/glib/commit/0319dac01d64f9f95cf84c511a1679ba469e6cbb
-> needs a new glib release.

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

Title:
  pygobject fails to build in Ubuntu 18.10

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

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

[Bug 1787474] Re: pygobject fails to build in Ubuntu 18.10

2018-08-17 Thread Christoph Reiter
We do test against gnome master now with gitlab-CI, so hopefully this
will be noticed earlier in future releases.

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

Title:
  pygobject fails to build in Ubuntu 18.10

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

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

[Bug 1787474] Re: pygobject fails to build in Ubuntu 18.10

2018-08-17 Thread Christoph Reiter
I think this is https://gitlab.gnome.org/GNOME/gobject-
introspection/commit/1f5c81048d762f4866137e1e3221d85b9b611d8b which
isn't in a release yet. I'll ask for a release.

I also noticed that the pygobject test suite fails due to sys.excepthook
== apport_excepthook, I'll look into that.

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

Title:
  pygobject fails to build in Ubuntu 18.10

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

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

[Bug 1050358] Re: emesene crashed with SIGSEGV in tupledealloc.24592()

2018-03-29 Thread Christoph Reiter
This crash seems to be limited to Ubuntu 12.10 and 13.04 (looking at the
duplicates and the linked upstream bug report). And that's no longer
supported.

Also the affected program is unmaintained for some years now.

** Changed in: pygobject (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/1050358

Title:
  emesene crashed with SIGSEGV in tupledealloc.24592()

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

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

[Bug 1758537] Re: mid3v2 mangles data before adding to ID3v2 tags

2018-03-26 Thread Christoph Reiter
Fixed in master:
https://github.com/quodlibet/mutagen/commit/62e4dbb6c3e9268a659030090ff67a1082d2b771

If I missed anything feel free to post here or on github.

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

Title:
  mid3v2 mangles data before adding to ID3v2 tags

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

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

[Bug 1758537] Re: mid3v2 mangles data before adding to ID3v2 tags

2018-03-25 Thread Christoph Reiter
https://github.com/quodlibet/mutagen/issues/344

** Bug watch added: github.com/quodlibet/mutagen/issues #344
   https://github.com/quodlibet/mutagen/issues/344

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

Title:
  mid3v2 mangles data before adding to ID3v2 tags

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

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

[Bug 1758537] Re: mid3v2 mangles data before adding to ID3v2 tags

2018-03-24 Thread Christoph Reiter
Thanks, that looks like a bug.

re "WXXX" vs "WXXX:" see
https://mutagen.readthedocs.io/en/latest/user/id3.html#id3-dict-
interface

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

Title:
  mid3v2 mangles data before adding to ID3v2 tags

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

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

[Bug 1524000] Re: PyGIWarning: UbuntuAppLaunch was imported without specifying a version first

2018-01-17 Thread Christoph Reiter
PyGObject warns that gi.require_version() wasn't used. That's something
that needs to be fixed by the library user.

** Changed in: pygobject (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/1524000

Title:
  PyGIWarning: UbuntuAppLaunch was imported without specifying a version
  first

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

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

[Bug 1330228] Re: Surface.create_for_data: Not Implemented yet.

2018-01-17 Thread Christoph Reiter
This is fixed in 1.15.4-2

** Changed in: py3cairo (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/1330228

Title:
  Surface.create_for_data: Not Implemented yet.

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

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

[Bug 1629131] Re: Unable to use 'filething' to open files in mutagen.mp3.MP3

2016-09-30 Thread Christoph Reiter
No problem. The docs should have a note mentioning when it was
introduced I guess.

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

Title:
  Unable to use 'filething' to open files in mutagen.mp3.MP3

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

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


[Bug 1629131] Re: Unable to use 'filething' to open files in mutagen.mp3.MP3

2016-09-30 Thread Christoph Reiter
File like object support was added in 1.33.

You can get the newest version in my PPA if needed:
https://launchpad.net/~lazka/+archive/ubuntu/ppa

If you find anything else please report it upstream:
https://github.com/quodlibet/mutagen/issues

** Changed in: mutagen (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/1629131

Title:
  Unable to use 'filething' to open files in mutagen.mp3.MP3

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

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


[Bug 700633] Re: Open media files via nautilus

2015-10-14 Thread Christoph Reiter
Fixed in 3.4 which should be in wily now

** Changed in: quodlibet (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/700633

Title:
  Open media files via nautilus

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

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


[Bug 1460315] Re: exfalso: problem with dotted path element on startup

2015-05-30 Thread Christoph Reiter
https://github.com/quodlibet/quodlibet/issues/1630

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

Title:
  exfalso: problem with dotted path element on startup

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

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


[Bug 885858] Re: Build depends on 'faad'

2014-10-06 Thread Christoph Reiter
afaics this has been fixed a long time ago.

** Changed in: mutagen (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/885858

Title:
  Build depends on 'faad'

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

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


[Bug 694081] Re: Exfalso deletes tags if the keys differ in case

2014-10-06 Thread Christoph Reiter
Fixed in utopic / 3.1

** Changed in: quodlibet (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/694081

Title:
  Exfalso deletes tags if the keys differ in case

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

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


[Bug 1051532] Re: quodlibet fails to start due to garbage config file

2014-10-06 Thread Christoph Reiter
Fixed in utopic / 3.1

** Changed in: quodlibet (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/1051532

Title:
  quodlibet fails to start due to garbage config file

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

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


[Bug 930808] Re: quodlibet can't read embedded cover art in ogg files

2014-08-15 Thread Christoph Reiter
Fixed: https://code.google.com/p/quodlibet/source/detail?r=075331f900f4

Will be in 3.3

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

Title:
  quodlibet can't read embedded cover art in ogg files

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

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


[Bug 705936] Re: Quodlibet corrupts sometimes WMA files after editting the tags

2014-08-12 Thread Christoph Reiter
** Changed in: mutagen (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/705936

Title:
  Quodlibet corrupts sometimes WMA files after editting the tags

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

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


[Bug 1153687] Re: package python-mutagen 1.20-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 101

2014-08-12 Thread Christoph Reiter
Looks like data corruption, see similar
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/997569

** Changed in: mutagen (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/1153687

Title:
  package python-mutagen 1.20-1ubuntu1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 101

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

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


[Bug 410929] Re: ValueError: min() arg is an empty sequence

2014-08-12 Thread Christoph Reiter
This is fixed since 1.18

** Changed in: mutagen (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/410929

Title:
  ValueError: min() arg is an empty sequence

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

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


[Bug 1288253] Re: Eliminate udisks 1 from Ubuntu

2014-08-05 Thread Christoph Reiter
fixed in 3.2

** Changed in: quodlibet (Ubuntu)
   Status: Triaged = 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/1288253

Title:
  Eliminate udisks 1 from Ubuntu

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

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


[Bug 1155431] Re: Quod Libet display disappeared after update

2014-01-30 Thread Christoph Reiter
3.0.2 now in trusty

** Changed in: quodlibet (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/1155431

Title:
  Quod Libet display disappeared after update

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

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


[Bug 1051532] Re: quodlibet fails to start due to garbage config file

2014-01-10 Thread Christoph Reiter
http://code.google.com/p/quodlibet/source/detail?r=fdb607336f26

** Changed in: quodlibet (Ubuntu)
   Status: Confirmed = 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/1051532

Title:
  quodlibet fails to start due to garbage config file

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

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


[Bug 1260287] Re: quodlibet hangs after opening dialogs

2013-12-12 Thread Christoph Reiter
What about the PPA version?
https://quodlibet.readthedocs.org/en/latest/downloads.html#ubuntu-logo-
ubuntu

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

Title:
  quodlibet hangs after opening dialogs

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

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


[Bug 1260287] Re: quodlibet hangs after opening dialogs

2013-12-12 Thread Christoph Reiter
Thanks for testing. 2.4 is quite old now and 3.0.2 is in the next ubuntu
release, so closing.

** Changed in: quodlibet (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/1260287

Title:
  quodlibet hangs after opening dialogs

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

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


[Bug 694081] Re: Exfalso deletes tags if the keys differ in case

2013-07-15 Thread Christoph Reiter
** Changed in: quodlibet (Ubuntu)
   Status: Confirmed = 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/694081

Title:
  Exfalso deletes tags if the keys differ in case

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

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


[Bug 1155431] Re: Quod Libet display disappeared after update

2013-04-24 Thread Christoph Reiter
2.5.1 is out

** Changed in: quodlibet (Ubuntu)
   Status: In Progress = 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/1155431

Title:
  Quod Libet display disappeared after update

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

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


[Bug 1155431] Re: Quod Libet display disappeared after update

2013-04-05 Thread Christoph Reiter
This is a python-gobject-2 bug introduced by the fix in
https://bugs.launchpad.net/ubuntu/+source/pygobject-2/+bug/1129309

It's only in combination with QL 2.5 which isn't in Ubuntu. 2.5.1 has a 
workaround and will be released soon.
Possible workarround: use the QL unstable PPA.

** Package changed: xserver-xorg-video-intel (Ubuntu) = quodlibet
(Ubuntu)

** Changed in: quodlibet (Ubuntu)
   Status: Incomplete = 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/1155431

Title:
  Quod Libet display disappeared after update

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

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


[Bug 705936] Re: Quodlibet corrupts sometimes WMA files after editting the tags

2013-01-31 Thread Christoph Reiter
Fixed in mutagen 1.21

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

Title:
  Quodlibet corrupts sometimes WMA files after editting the tags

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

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


[Bug 469054] Re: package python-mutagen 1.14-2 failed to install/upgrade:

2013-01-31 Thread Christoph Reiter
** Changed in: mutagen (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/469054

Title:
  package python-mutagen 1.14-2 failed to install/upgrade:

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

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


[Bug 845570] Re: media keys no longer work in oneiric

2012-11-05 Thread Christoph Reiter
** Changed in: quodlibet-plugins (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/845570

Title:
  media keys no longer work in oneiric

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

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


[Bug 212589] Re: [Hardy] Quodlibet can't open folders in nautilus any more

2012-11-05 Thread Christoph Reiter
** Changed in: quodlibet-plugins (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/212589

Title:
  [Hardy] Quodlibet can't open folders in nautilus any more

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

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


[Bug 811322] Re: [Quod Libet] Track duration isn't shown

2012-11-05 Thread Christoph Reiter
** Changed in: quodlibet (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/811322

Title:
  [Quod Libet] Track duration isn't shown

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

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


[Bug 122657] Re: quodlibet.py crashed with UnicodeDecodeError in load()

2012-11-05 Thread Christoph Reiter
** Changed in: quodlibet (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/122657

Title:
  quodlibet.py crashed with UnicodeDecodeError in load()

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

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


[Bug 196395] Re: quodlibet.py crashed with AttributeError in reset()

2012-11-05 Thread Christoph Reiter
** Changed in: quodlibet (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/196395

Title:
  quodlibet.py crashed with AttributeError in reset()

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

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


[Bug 705936] Re: Quodlibet corrupts sometimes WMA files after editting the tags

2012-10-31 Thread Christoph Reiter
Fixed upstream

** Changed in: mutagen (Ubuntu)
   Status: Confirmed = 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/705936

Title:
  Quodlibet corrupts sometimes WMA files after editting the tags

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

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


[Bug 331703] Re: mid3iconv produces mp3 file with question marks

2012-10-31 Thread Christoph Reiter
The resulting encoding is utf-16.
I've noticed that COMM isn't converted and I've opened a bug report [1] for 
that.
Everythign else looks as expected. 

[1] http://code.google.com/p/mutagen/issues/detail?id=128

** Bug watch added: code.google.com/p/mutagen/issues #128
   http://code.google.com/p/mutagen/issues/detail?id=128

** Changed in: mutagen (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/331703

Title:
  mid3iconv produces mp3 file with question marks

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

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


[Bug 1051532] Re: quodlibet fails to start due to garbage config file

2012-09-16 Thread Christoph Reiter
Thanks for the report.  This should be improved with 2.4 (but not 100%
fixed, I guess).

Please update using the official PPA:
https://launchpad.net/~lazka/+archive/ppa

** Changed in: quodlibet (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/1051532

Title:
  quodlibet fails to start due to garbage config file

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

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


[Bug 236069] Re: quodlibet.py crashed with UnicodeDecodeError in set_songs()

2012-06-16 Thread Christoph Reiter
2.4 just got synced to quantal

** Changed in: quodlibet (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/236069

Title:
  quodlibet.py crashed with UnicodeDecodeError in set_songs()

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

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


[Bug 930808] Re: quodlibet can't read embedded cover art in ogg files

2012-02-28 Thread Christoph Reiter
http://code.google.com/p/quodlibet/issues/detail?id=924

** Bug watch added: code.google.com/p/quodlibet/issues #924
   http://code.google.com/p/quodlibet/issues/detail?id=924

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

Title:
  quodlibet can't read embedded cover art in ogg files

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

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


[Bug 930808] Re: quodlibet can't read embedded cover art in ogg files

2012-02-14 Thread Christoph Reiter
No idea.

I'll write here when I have something working..

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

Title:
  quodlibet can't read embedded cover art in ogg files

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

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


[Bug 930808] Re: quodlibet can't read embedded cover art in ogg files

2012-02-12 Thread Christoph Reiter
Please use the new version in the ppa.

If that doesn't work, send me one affected file per mail.

thanks

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

Title:
  quodlibet can't read embedded cover art in ogg files

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

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


[Bug 930808] Re: quodlibet can't read embedded cover art in ogg files

2012-02-12 Thread Christoph Reiter
Thanks David,

this really got fixed just yesterday and is in the version you updated
to.

One thing I forgot to mention: You need to reload the library (Music 
Reload Library) for it to work.

The problem is that embedding album art isn't standardized in ogg files
and some programs do their own thing.


** Changed in: quodlibet (Ubuntu)
   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/930808

Title:
  quodlibet can't read embedded cover art in ogg files

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

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


[Bug 930808] Re: quodlibet can't read embedded cover art in ogg files

2012-02-12 Thread Christoph Reiter
At the moment a random song gets used for finding album art.

This needs to be improved.

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

Title:
  quodlibet can't read embedded cover art in ogg files

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

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


[Bug 914399] [NEW] Sync quodlibet-plugins 1:2.3.2-2 (universe) from Debian unstable (main)

2012-01-10 Thread Christoph Reiter
Public bug reported:

Please sync quodlibet-plugins 1:2.3.2-2 (universe) from Debian unstable
(main)

Changelog entries since current precise version 1:2.3.2-1:

quodlibet-plugins (1:2.3.2-2) unstable; urgency=low

  * New patch:
- 10-fix-amazon-cover-search.patch: Fix amazon cover search.
  * Update source format to 3.0 quilt.

 -- Ondřej Kuzník on...@mistotebe.net  Sat, 07 Jan 2012 02:16:50 +0100

** Affects: quodlibet-plugins (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/914399

Title:
  Sync quodlibet-plugins 1:2.3.2-2 (universe) from Debian unstable
  (main)

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

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

[Bug 914399] Re: Sync quodlibet-plugins 1:2.3.2-2 (universe) from Debian unstable (main)

2012-01-10 Thread Christoph Reiter
Thanks!

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

Title:
  Sync quodlibet-plugins 1:2.3.2-2 (universe) from Debian unstable
  (main)

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

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


[Bug 234469] Re: QuodLibet doesn't release multimedia keys

2011-12-17 Thread Christoph Reiter
fix is now in Precise

** Changed in: quodlibet (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/234469

Title:
  QuodLibet doesn't release multimedia keys

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

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


[Bug 596037] Re: queue only does not work

2011-10-18 Thread Christoph Reiter
You have to activate the play order plugin in the bottom left corner.

** Changed in: quodlibet-plugins (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/596037

Title:
  queue only does not work

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

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


[Bug 379462] Re: tray icon plugin makes quodlibet window steal focus

2011-10-18 Thread Christoph Reiter
Should be fixed, if not reopen.

** Changed in: quodlibet-plugins (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/379462

Title:
  tray icon plugin makes quodlibet window steal focus

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

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


[Bug 212589] Re: [Hardy] Quodlibet can't open folders in nautilus any more

2011-10-18 Thread Christoph Reiter
the plugin got removed upstream

** Changed in: quodlibet-plugins (Ubuntu)
   Status: Confirmed = 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/212589

Title:
  [Hardy] Quodlibet can't open folders in nautilus any more

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

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


[Bug 735674] Re: add sound menu support for quodlibet

2011-10-18 Thread Christoph Reiter
I guess this will not get fixed for natty. But it should work in oneiric.
Use the stable PPA: https://launchpad.net/~lazka/+archive/ppa

** Changed in: quodlibet-plugins (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/735674

Title:
  add sound menu support for quodlibet

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

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


[Bug 845570] Re: media keys no longer work in oneiric

2011-10-18 Thread Christoph Reiter
Fixed upstream.
Use the PPA: https://launchpad.net/~lazka/+archive/ppa

** Changed in: quodlibet-plugins (Ubuntu)
   Status: Confirmed = 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/845570

Title:
  media keys no longer work in oneiric

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

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


[Bug 234469] Re: QuodLibet doesn't release multimedia keys

2011-10-12 Thread Christoph Reiter
Will be fixed in 2.3.2

** Changed in: quodlibet (Ubuntu)
   Status: Confirmed = 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/234469

Title:
  QuodLibet doesn't release multimedia keys

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

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


[Bug 694081] Re: Exfalso deletes tags if the keys differ in case

2011-10-12 Thread Christoph Reiter
** Changed in: quodlibet (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/694081

Title:
  Exfalso deletes tags if the keys differ in case

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

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


[Bug 644895] Re: Please recomend package python-gpod and libgpod4 for package quodlibet

2011-10-12 Thread Christoph Reiter
python-gpod is recommended since 2.2

There are now also messages in the warnings log for this kind of thing.

** Changed in: quodlibet (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/644895

Title:
  Please recomend package python-gpod and libgpod4 for package quodlibet

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

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


[Bug 575471] Re: The screen sometimes does not refresh after hiding Quod Libet

2011-10-12 Thread Christoph Reiter
it's in ubuntu now

** Changed in: quodlibet (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/575471

Title:
  The screen sometimes does not refresh after hiding Quod Libet

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

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


[Bug 575436] Re: Quod Libet's volume level slider does not work

2011-10-12 Thread Christoph Reiter
** Changed in: quodlibet (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/575436

Title:
  Quod Libet's volume level slider does not work

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

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


[Bug 700633] Re: Open media files via nautilus

2011-10-12 Thread Christoph Reiter
http://code.google.com/p/quodlibet/issues/detail?id=67

** Bug watch added: code.google.com/p/quodlibet/issues #67
   http://code.google.com/p/quodlibet/issues/detail?id=67

** Changed in: quodlibet (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/700633

Title:
  Open media files via nautilus

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

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


[Bug 811322] Re: [Quod Libet] Track duration isn't shown

2011-10-12 Thread Christoph Reiter
** Changed in: quodlibet (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/811322

Title:
  [Quod Libet] Track duration isn't shown

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

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


[Bug 657192] Re: quodlibet crashed with SIGSEGV in udev_list_entry_get_name()

2011-10-12 Thread Christoph Reiter
That's fixed in 2.3 which is in Ubuntu now.

** Changed in: quodlibet (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/657192

Title:
  quodlibet crashed with SIGSEGV in udev_list_entry_get_name()

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

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


[Bug 231523] Re: quodlibet.py crashed with AttributeError in remove()

2011-10-12 Thread Christoph Reiter
A bit old now.. if it still happens , reopen.

** Changed in: quodlibet (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/231523

Title:
  quodlibet.py crashed with AttributeError in remove()

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

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


[Bug 228743] Re: Ex Falso crashed while trying to preview generated track tags

2011-10-12 Thread Christoph Reiter
That's fixed for some time now...

** Changed in: quodlibet (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/228743

Title:
  Ex Falso crashed while trying to preview generated track tags

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

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


[Bug 225380] Re: quodlibet.py crashed with AttributeError in on_expose_event()

2011-10-12 Thread Christoph Reiter
** Changed in: quodlibet (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/225380

Title:
  quodlibet.py crashed with AttributeError in on_expose_event()

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

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


[Bug 236069] Re: quodlibet.py crashed with UnicodeDecodeError in set_songs()

2011-10-12 Thread Christoph Reiter
Probably http://code.google.com/p/quodlibet/issues/detail?id=798
Fixed by http://code.google.com/p/quodlibet/source/detail?r=e84425935a00

** Bug watch added: code.google.com/p/quodlibet/issues #798
   http://code.google.com/p/quodlibet/issues/detail?id=798

** Changed in: quodlibet (Ubuntu)
   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/236069

Title:
  quodlibet.py crashed with UnicodeDecodeError in set_songs()

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

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


[Bug 224542] Re: QuodLibet began crashing after installation of mtp-tools

2011-10-12 Thread Christoph Reiter
These exceptions are catched now in the HAL backend since the last
rewrite.

.. and QL has still no mtp support.

** Changed in: quodlibet (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/224542

Title:
  QuodLibet began crashing after installation of mtp-tools

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

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


[Bug 601741] Re: playing module (s3m, xm, mod, it...) files produces silence

2011-10-12 Thread Christoph Reiter
If that's still a problem, please reopen.

** Changed in: quodlibet (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/601741

Title:
  playing module (s3m, xm, mod, it...) files produces silence

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

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


[Bug 209461] Re: exfalso.py crashed with KeyError in __getitem__()

2011-10-12 Thread Christoph Reiter
The current code seems to catch that (what's left of it since QL1)

** Changed in: quodlibet (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/209461

Title:
  exfalso.py crashed with KeyError in __getitem__()

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

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


[Bug 222975] Re: quodlibet.py crashed with AttributeError in __add_station()

2011-10-12 Thread Christoph Reiter
** Changed in: quodlibet (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/222975

Title:
  quodlibet.py crashed with AttributeError in __add_station()

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

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


[Bug 196395] Re: quodlibet.py crashed with AttributeError in reset()

2011-10-12 Thread Christoph Reiter
Probably http://code.google.com/p/quodlibet/issues/detail?id=810

** Bug watch added: code.google.com/p/quodlibet/issues #810
   http://code.google.com/p/quodlibet/issues/detail?id=810

** Changed in: quodlibet (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/196395

Title:
  quodlibet.py crashed with AttributeError in reset()

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

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


[Bug 665091] Re: quodlibet fails to start

2011-10-12 Thread Christoph Reiter
Fixed in latest Ubuntu

** Changed in: quodlibet (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/665091

Title:
  quodlibet fails to start

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

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


[Bug 845570] Re: media keys no longer work in oneiric

2011-10-08 Thread Christoph Reiter
Do you have python-mmkeys installed?

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

Title:
  media keys no longer work in oneiric

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

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


[Bug 694081] Re: Exfalso deletes tags if the keys differ in case

2011-07-17 Thread Christoph Reiter
http://code.google.com/p/quodlibet/issues/detail?id=777

** Bug watch added: code.google.com/p/quodlibet/issues #777
   http://code.google.com/p/quodlibet/issues/detail?id=777

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

Title:
  Exfalso deletes tags if the keys differ in case

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

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


[Bug 811322] Re: [Quod Libet] Track duration isn't shown

2011-07-16 Thread Christoph Reiter
http://code.google.com/p/quodlibet/issues/detail?id=222

** Bug watch added: code.google.com/p/quodlibet/issues #222
   http://code.google.com/p/quodlibet/issues/detail?id=222

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

Title:
  [Quod Libet] Track duration isn't shown

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

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


[Bug 811322] Re: [Quod Libet] Track duration isn't shown

2011-07-16 Thread Christoph Reiter
You can also send me one file if you can't get it to work...

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

Title:
  [Quod Libet] Track duration isn't shown

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

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


[Bug 728051] Re: Relocate files according to metadata

2011-03-03 Thread Christoph Reiter
** Changed in: quodlibet (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/728051

Title:
  Relocate files according to metadata

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


[Bug 705936] Re: Quodlibet corrupts sometimes WMA files after editting the tags

2011-01-23 Thread Christoph Reiter
Thanks for the test files.

Yes, you're right, this seems to be a different bug.
Please keep your backup until this is resolved.

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

Title:
  Quodlibet corrupts sometimes WMA files after editting the tags

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


[Bug 705936] Re: Quodlibet corrupts sometimes WMA files after editting the tags

2011-01-22 Thread Christoph Reiter
Quod Libet uses mutagen for editing/saving tags. I've opened a bug
report there: http://code.google.com/p/mutagen/issues/detail?id=81

** Bug watch added: code.google.com/p/mutagen/issues #81
   http://code.google.com/p/mutagen/issues/detail?id=81

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

Title:
  Quodlibet corrupts sometimes WMA files after editting the tags

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


[Bug 705936] Re: Quodlibet corrupts sometimes WMA files after editting the tags

2011-01-22 Thread Christoph Reiter
As Joe pointed out in the bug report, this is probably fixed in the
latest mutagen release.

Update the python-mutagen package using the QL stable PPA 
https://launchpad.net/~lazka/+archive/ppa
or install the package directly: 
https://launchpad.net/~lazka/+archive/ppa/+files/python-mutagen_1.20-0~ppa2~maverick_all.deb

In QL enable the force write plugin. Switch to the Search Library
view, search for

~format=Windows Media Audio

select all songs and right click - Plugins - Force Write.

If you have any further questions, ask away.

regards

** Package changed: quodlibet (Ubuntu) = mutagen (Ubuntu)

** Changed in: mutagen (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/705936

Title:
  Quodlibet corrupts sometimes WMA files after editting the tags

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


[Bug 452464] Re: exaile shows incorrect track number value

2011-01-22 Thread Christoph Reiter
This is just a poorly tagged file.

** Changed in: mutagen (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/452464

Title:
  exaile shows incorrect track number value

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


[Bug 665091] Re: quodlibet fails to start

2010-10-22 Thread Christoph Reiter
Thanks

Make sure there are no empty lines in your ~/.gtk-bookmarks file. If
it's empty, delete it.

http://code.google.com/p/quodlibet/issues/detail?id=596

** Bug watch added: code.google.com/p/quodlibet/issues #596
   http://code.google.com/p/quodlibet/issues/detail?id=596

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

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

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


[Bug 601741] Re: playing module (s3m, xm, mod, it...) files produces silence

2010-09-04 Thread Christoph Reiter
As far as I can see mod support comes with gstreamer0.10-plugins-baad.
Could you check for that?

Can't reproduce on Maverick.

-- 
playing module (s3m, xm, mod, it...) files produces silence
https://bugs.launchpad.net/bugs/601741
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 593469] Re: quodlibet segfaults on playing mp3 and ogg files

2010-09-04 Thread Christoph Reiter
Should be fixed I guess:
http://code.google.com/p/quodlibet/issues/detail?id=527

** Bug watch added: code.google.com/p/quodlibet/issues #527
   http://code.google.com/p/quodlibet/issues/detail?id=527

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

-- 
quodlibet segfaults on playing mp3 and ogg files
https://bugs.launchpad.net/bugs/593469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575471] Re: The screen sometimes does not refresh after hiding Quod Libet

2010-09-04 Thread Christoph Reiter
** Changed in: quodlibet
   Importance: Unknown = Undecided

** Changed in: quodlibet
   Status: Unknown = New

** Changed in: quodlibet
 Remote watch: code.google.com/p/quodlibet/issues #501 = None

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

-- 
The screen sometimes does not refresh after hiding Quod Libet
https://bugs.launchpad.net/bugs/575471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 536670] Re: Does not automount unpartitioned devices

2010-04-01 Thread Christoph Reiter
Automount  works now (and it's no longer a partition table), but it gets
mounted to /media/%01 and the label is wrong.

-- 
Does not automount unpartitioned devices
https://bugs.launchpad.net/bugs/536670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 536670] Re: Does not automount unpartitioned devices

2010-03-10 Thread Christoph Reiter
I just wanted to say that I have the same problem, but with my (full of music) 
sansa clip.
It doesn't get automounted.

udisks --mount /dev/sdc works, but the label is missing and it doesn't
show up in the media player (because of the partition table thing)

** Attachment added: udisks dump
   http://launchpadlibrarian.net/40716540/udisk.dump

-- 
Does not automount unpartitioned devices
https://bugs.launchpad.net/bugs/536670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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