[Bug 1449495] Re: Meld hangs (waiting for DBus?)

2020-05-31 Thread Thomas Kluyver
I saw something similar, where meld & nautilus were both very slow to
start (but then worked normally once they had started). I traced some
D-Bus messages with Bustle, and found that there was a request for
org.gtk.vfs.Daemon.GetConnection which never got an answer. I guess it
waits for a preset timeout and then continues anyway.

The org.gtk.vfs.mountpoint_4098 bus name belonged to a gvfsd-trash
process, according to D-Feet. That was managed by a systemd unit called
'gvfs-daemon'. After restarting that, the applications would start
quickly again:

systemctl --user restart gvfs-daemon.service

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

Title:
  Meld hangs (waiting for DBus?)

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

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

[Bug 1766793] Re: pyxdg ftbfs: Invalid key: Scale

2018-04-25 Thread Thomas Kluyver
This is fixed in PyXDG 0.26 (available from
https://pypi.org/project/pyxdg/#files ).

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

Title:
  pyxdg ftbfs: Invalid key: Scale

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

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

[Bug 1756505] Re: labyrinth unmaintainted, remove from archive

2018-03-17 Thread Thomas Kluyver
If anyone is interested in maintaining it, I can give them access and
point to what's what.

I tried some years back to migrate it to GTK3 and pygobject, but I got stuck on 
this issue:
https://bugzilla.gnome.org/show_bug.cgi?id=646788

** Bug watch added: GNOME Bug Tracker #646788
   https://bugzilla.gnome.org/show_bug.cgi?id=646788

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

Title:
  labyrinth unmaintainted, remove from archive

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

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

[Bug 1314725] Re: python3-pygame needs packaging

2018-01-09 Thread Thomas Kluyver
Debian's bug tracker has several bugs about failure to build (or failure
to pass tests) on some architectures.

https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=pygame

These are unlikely to get fixed by upstream. There's very little active
development on pygame at the moment, and when people do work on it, it's
not to fix test failures on obscure architectures which we don't own. If
someone is interested in tracking them down, PRs are welcome, of course.

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

Title:
  python3-pygame needs packaging

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

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

[Bug 1662454] Re: package python-xdg 0.25-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-02-07 Thread Thomas Kluyver
Here's the actual error from the log file:

Traceback (most recent call last):
  File "/usr/bin/pycompile", line 35, in 
from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in 
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'

I don't know how you get that, but ConfigParser is part of the Python
standard library, so it should always be present.

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

Title:
  package python-xdg 0.25-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1579348] Re: package ipython-qtconsole 2.4.1-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2016-05-07 Thread Thomas Kluyver
I think a lot of stuff will assume that the 'python' command runs Python
2. You can run Python 3.5 as 'python3'. If you want extra convenience,
making 'python' a bash alias should get you what you want without
interfering with the system.

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

Title:
  package ipython-qtconsole 2.4.1-1 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

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

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


[Bug 1548816] Re: package ipython-notebook 2.3.0-2ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2016-02-23 Thread Thomas Kluyver
Other people have hit this error by deleting /usr/bin/python or pointing
it to python3:

http://askubuntu.com/questions/565438/deleted-the-python-binary-and-cant-recover-using-apt-get-what-can-i-do
http://unix.stackexchange.com/questions/160185/except-ioerror-oserror-e-syntaxerror-invalid-syntax-when-configuring-pyt
http://stackoverflow.com/questions/33931598/apt-get-error-sub-process-usr-bin-dpkg-returned-an-error-code-while-performing
http://ubuntuforums.org/showthread.php?t=2252892

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

Title:
  package ipython-notebook 2.3.0-2ubuntu1 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

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

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


[Bug 1352972] Re: package ipython 0.12.1+dfsg-0ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2015-05-18 Thread Thomas Kluyver
Closing as it sounds like this wasn't actually a bug.

You can install Python 3 alongside Python 2 easily enough, but trying to
remove Python 2 from Ubuntu 12.04 is definitely a Bad Idea. They are
working on dropping Python 2 from the default install, but that will
happen in some future version.

** Changed in: ipython (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/1352972

Title:
  package ipython 0.12.1+dfsg-0ubuntu1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1035104] Re: Switch callable checks to isinstance for Python 3

2015-05-08 Thread Thomas Kluyver
callable() was added back to Python 3.2, so I think this can be closed.

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

Title:
  Switch callable checks to isinstance for Python 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/1035104/+subscriptions

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


[Bug 1440372] Re: please port duplicity to Python3

2015-05-08 Thread Thomas Kluyver
** Also affects: duplicity
   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/1440372

Title:
  please port duplicity to Python3

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

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


[Bug 1440373] Re: please build a python3-zeitgeist package and let zeitgeist depend on it

2015-05-08 Thread Thomas Kluyver
** Bug watch added: freedesktop.org Bugzilla #66722
   https://bugs.freedesktop.org/show_bug.cgi?id=66722

** Also affects: zeitgeist via
   https://bugs.freedesktop.org/show_bug.cgi?id=66722
   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/1440373

Title:
  please build a python3-zeitgeist package and let zeitgeist depend on
  it

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

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


[Bug 1084403] Re: no support for gpgsig tags

2015-03-01 Thread Thomas Kluyver
This is now preventing me from importing the matplotlib codebase to do
nightly builds:

https://code.launchpad.net/~takluyver/matplotlib/trunk

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

Title:
  no support for gpgsig tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1084403/+subscriptions

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


[Bug 1332329] [NEW] Please merge python-paramiko 1.14.0-2 (main) from Debian unstable (main)

2014-06-19 Thread Thomas Kluyver
Public bug reported:

The version in Debian now builds a python3-paramiko binary package, which is 
needed for the Python 3 only on CDs transition:
http://people.canonical.com/~ubuntu-archive/transitions/onlypy3oncd.html

The Ubuntu change that requires a merge rather than a sync is the addition of 
autopkgtests:
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/utopic/paramiko/utopic/revision/15

** Affects: paramiko (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/1332329

Title:
  Please merge python-paramiko 1.14.0-2 (main) from Debian unstable
  (main)

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

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


[Bug 1310728] Re: face_flags overridden, leading to double free

2014-05-01 Thread Thomas Kluyver
I've enabled Proposed for the PPA and rerun the problematic build, and I
can confirm that the problem has gone away. Thanks! :-)

https://code.launchpad.net/~takluyver/+recipe/matplotlib-daily

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

Title:
  face_flags overridden, leading to double free

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

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


[Bug 1304237] Re: package python3-networkx (not installed) failed to install/upgrade: tentata sovrascrittura di /usr/share/doc/python-networkx/examples/basic/read_write.py presente anche nel pacchet

2014-04-25 Thread Thomas Kluyver
*** This bug is a duplicate of bug 1285611 ***
https://bugs.launchpad.net/bugs/1285611

** This bug has been marked a duplicate of bug 1285611
   python-networkx and python3-networkx conflict

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

Title:
  package python3-networkx (not installed) failed to install/upgrade:
  tentata sovrascrittura di /usr/share/doc/python-
  networkx/examples/basic/read_write.py presente anche nel pacchetto
  python-networkx 1.8.1-0ubuntu3

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

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


[Bug 1309118] Re: package python3-networkx not installed failed to install/upgrade: trying to overwrite /usr/share/doc/python-networkx/examples/basic/read_write.py , which is also in package python-ne

2014-04-25 Thread Thomas Kluyver
*** This bug is a duplicate of bug 1285611 ***
https://bugs.launchpad.net/bugs/1285611

** This bug has been marked a duplicate of bug 1285611
   python-networkx and python3-networkx conflict

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

Title:
  package python3-networkx  not installed  failed to install/upgrade:
  trying to overwrite  /usr/share/doc/python-
  networkx/examples/basic/read_write.py , which is also in package
  python-networkx 1.8.1-0ubuntu3

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

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


[Bug 1310728] [NEW] face_flags overridden, leading to double free

2014-04-21 Thread Thomas Kluyver
Public bug reported:

Daily builds of matplotlib are failing while running an example, due to
a bug in freetype. This is already fixed upstream, but it appears that
the fix is not yet in Ubuntu.

Upstream bug report:
http://savannah.nongnu.org/bugs/?40997

Upstream fix commit:
http://git.savannah.gnu.org/gitweb/?p=freetype/freetype2.git;a=commit;h=5f577462bd7cc8e2ca6fe4a1efecee6d8a95e7be

Matplotlib bug report that identified this as a freetype issue:
https://github.com/matplotlib/matplotlib/issues/2916

Daily builds (currently disabled because of this error):
https://code.launchpad.net/~takluyver/+recipe/matplotlib-daily

** Affects: freetype
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: Non-GNU Savannah Bug Tracker #40997
   http://savannah.nongnu.org/bugs/?40997

** Also affects: freetype via
   http://savannah.nongnu.org/bugs/?40997
   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/1310728

Title:
  face_flags overridden, leading to double free

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

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


[Bug 1272363] Re: test failures with python 3.4: WARNING: help() not available - check site.py

2014-01-28 Thread Thomas Kluyver
Thanks, that makes sense now - I didn't see it becaus I was testing with
master and 1.x, both of which already had that code removed. Expect
release candidates for 1.2 soon.

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

Title:
  test failures with python 3.4: WARNING: help() not available - check
  site.py

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

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


[Bug 1272363] Re: test failures with python 3.4

2014-01-27 Thread Thomas Kluyver
Martin, I'd like to get this fixed for IPython 1.2, but since we don't
see the failure on our own machines, I'm relying on getting more info
about what might be different in the autopkgtest environment. Unless the
latest beta of Python has fixed it.

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

Title:
  test failures with python 3.4

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

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


[Bug 1272363] Re: test failures with python 3.4

2014-01-24 Thread Thomas Kluyver
The relevant code is being removed for IPython 2.0, but I've filed an upstream 
bug to fix the test for 1.2:
https://github.com/ipython/ipython/issues/4864

The failure appears to be due to an extra line printed: WARNING: help()
not available - check site.py. We haven't seen this when we run the
tests. Is there something odd about the autopkgtest environment that
might cause that?

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

Title:
  test failures with python 3.4

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

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


[Bug 1272363] Re: test failures with python 3.4

2014-01-24 Thread Thomas Kluyver
Julian, can you let us know what failures you see when Python 3.4 isn't
skipped? We're aiming for a 1.2 release soon, and we're trying to ensure
that the tests do pass on 3.4 (albeit by skipping some of them).

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

Title:
  test failures with python 3.4

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

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


[Bug 352073] Re: python-pexpect just duplicates stdin

2013-11-02 Thread Thomas Kluyver
This may seem weird, but echoing stdin is part of how tty devices work.
That's why you see what you're typing at a terminal. The output is
printed on the next line, but your Python script only reads one line, so
it doesn't see it.

You can disable tty echo with the setecho method:
http://pexpect.readthedocs.org/en/latest/api/pexpect.html#pexpect.spawn.setecho

** Changed in: pexpect (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/352073

Title:
  python-pexpect just duplicates stdin

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

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


[Bug 447741] Re: package python-pexpect 2.3-1 failed to install/upgrade: invalid syntax: print file does not exist:, fullname

2013-11-02 Thread Thomas Kluyver
*** This bug is a duplicate of bug 366304 ***
https://bugs.launchpad.net/bugs/366304

** This bug has been marked a duplicate of bug 366304
   py_compilefiles shows error during byte-compiling files on setting up 
installed package

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

Title:
  package python-pexpect 2.3-1 failed to install/upgrade: invalid
  syntax: print file does not exist:, fullname

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

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


[Bug 637047] Re: package python-pexpect 2.3-1build1 failed to install/upgrade:

2013-11-02 Thread Thomas Kluyver
*** This bug is a duplicate of bug 477792 ***
https://bugs.launchpad.net/bugs/477792

** This bug has been marked a duplicate of bug 477792
   package python-pexpect 2.3-1 failed to install/upgrade:

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

Title:
  package python-pexpect 2.3-1build1 failed to install/upgrade:

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

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


[Bug 477792] Re: package python-pexpect 2.3-1 failed to install/upgrade:

2013-11-02 Thread Thomas Kluyver
The critical section from VarLogDistupgradeApttermlog:

Setting up python-pexpect (2.3-1) ...
pycentral: pycentral pkginstall: Not overwriting local files:
   dpkg: /usr/lib/python2.5/site-packages/ANSI.py not found.
   dpkg: /usr/lib/python2.5/site-packages/FSM.py not found.
   dpkg: /usr/lib/python2.5/site-packages/pexpect-2.3.egg-info not found.
   dpkg: /usr/lib/python2.5/site-packages/screen.py not found.
pycentral pkginstall: Not overwriting local files:
   dpkg: /usr/lib/python2.5/site-packages/ANSI.py not found.
   dpkg: /usr/lib/python2.5/site-packages/FSM.py not found.
   dpkg: /usr/lib/python2.5/site-packages/pexpect-2.3.egg-info not found.
   dpkg: /usr/lib/python2.5/site-packages/screen.py not found.
dpkg: error processing python-pexpect (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  package python-pexpect 2.3-1 failed to install/upgrade:

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

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


[Bug 577355] Re: package python-pexpect 2.3-1build1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-11-02 Thread Thomas Kluyver
*** This bug is a duplicate of bug 477792 ***
https://bugs.launchpad.net/bugs/477792

** This bug has been marked a duplicate of bug 477792
   package python-pexpect 2.3-1 failed to install/upgrade:

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

Title:
  package python-pexpect 2.3-1build1 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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

[Bug 483680] Re: package python-pexpect 2.3-1 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2013-11-02 Thread Thomas Kluyver
*** This bug is a duplicate of bug 477792 ***
https://bugs.launchpad.net/bugs/477792

** This bug has been marked a duplicate of bug 477792
   package python-pexpect 2.3-1 failed to install/upgrade:

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

Title:
  package python-pexpect 2.3-1 failed to install/upgrade: el subproceso
  script post-installation instalado devolvi? el c?digo de salida de
  error 1

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

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


[Bug 998147] Re: package python-pexpect 2.3-1ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 101

2013-11-02 Thread Thomas Kluyver
The critical part from VarLogDistupgradeApttermlog:

Setting up python-pexpect (2.3-1ubuntu2) ...
Sorry: TypeError: ('compile() expected string without null bytes',)
dpkg: error processing python-pexpect (--configure):
 subprocess installed post-installation script returned error exit status 101

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

Title:
  package python-pexpect 2.3-1ubuntu2 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/pexpect/+bug/998147/+subscriptions

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


[Bug 1209411] Re: unable to run ipython

2013-08-07 Thread Thomas Kluyver
If you run at the Python prompt:

import IPython
IPython

What does it show? I suspect you have another IPython package somewhere
on your sys.path.

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

Title:
  unable to run ipython

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

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


[Bug 1190097] Re: Nautilus tries but fails to auto-install applications needed to open files of a given type

2013-07-03 Thread Thomas Kluyver
Thanks, I've just run into this as well. For reference, the bug appeared
because I made PyXDG stricter about parsing .desktop files. I'm aware
that the break is somewhat annoying, but I think it's ultimately better
to throw an exception than to return a potentially incorrect/incomplete
object.

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

Title:
  Nautilus tries but fails to auto-install applications needed to open
  files of a given type

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

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


[Bug 936920] Re: [regression] default search engines are readded (keywords wiped) with upgrade

2013-05-28 Thread Thomas Kluyver
This seemed to happen again with a recent Firefox update on 13.04.

E.g. I add a 'w' keyword for Wikipedia, so typing 'w Ubuntu' in the URL
bar does a Wikipedia search directly. After each upgrade, the keyword is
gone.

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

Title:
  [regression] default search engines are readded (keywords wiped) with
  upgrade

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

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


[Bug 1072765] Re: Amazon accounts should be included in Online Accounts, and Amazon search results should only appear when Amazon accounts are present.

2013-04-27 Thread Thomas Kluyver
It's an interesting approach, but I'm not convinced. It's linked to an
account where it's searching your own content, such as your documents in
Google Docs. There are many online sources (Amazon, iPlayer, music
catalogues, etc.) that are publicly searchable. The value of this will
come when you can search dozens or hundreds of sources at the same time
- but that would be very awkward if you had to add an account for each
one of those sources.

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

Title:
  Amazon accounts should be included in Online Accounts, and Amazon
  search results should only appear when Amazon accounts are present.

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

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2013-04-25 Thread Thomas Kluyver
To record a few of those 'things to do after installing Ubuntu'
articles. Disabling the Amazon results is:

Number 8 in 
http://www.omgubuntu.co.uk/2013/04/10-things-to-do-after-installing-ubuntu-13-04
Number 2 in 
http://www.webupd8.org/2013/04/7-things-to-do-after-installing-ubuntu.html
Number 6 in 
http://www.noobslab.com/2013/04/tweaksthings-to-do-after-install-of.html
Number 1 in 
http://www.refreshit.info/2013/03/10-things-to-do-after-installing-ubuntu.html

The first 2 of those also specifically mention how to remove the
shopping lens, if you want to keep using other online lenses. That
suggests to me that, at least for some users, it's the Amazon results
specifically that are an annoyance, not

It's a slight exaggeration that it features in every list; while the
majority seem to have it, there are some that don't, like this:
http://www.unixmen.com/042013-top-things-to-do-after-installing-
ubuntu-13-04-raring-ringtail/

I think it's pretty clear by now that this default isn't what users
want, and Ubuntu continues to get bad press from it.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1162112] Re: ipython/ipython3 crash on qtconsole mode

2013-03-30 Thread Thomas Kluyver
It's already fixed upstream, as you noticed:
https://github.com/ipython/ipython/pull/2831

We're planning a 0.13.2 release soon that will include this fix.

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

Title:
  ipython/ipython3 crash on qtconsole mode

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

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


[Bug 115052] Re: [Upstream] [hardy] 100% CPU and freeze when scrolling inside document that has embedded EPS graphics

2013-03-26 Thread Thomas Kluyver
I'm still experiencing this with Libreoffice 3.6, and now 4.0 (from the
Libreoffice PPA) on Quantal.

** Changed in: libreoffice (Ubuntu)
   Status: Invalid = New

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

Title:
  [Upstream] [hardy] 100% CPU and freeze when scrolling inside document
  that has embedded EPS graphics

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

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


[Bug 993440] Re: No suspend option for critical battery state in power settings UI

2013-02-22 Thread Thomas Kluyver
This seems particularly pressing since Hibernate is disabled by default,
so only the 'Power off' option can be selected. I was caught by this the
other day (on Quantal) - I saw my battery getting low, and assumed it
would suspend or hibernate, but when I plugged it back in and turned it
on, I found it had completely shut down.

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

Title:
  No suspend option for critical battery state in power settings UI

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

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


[Bug 948422] Re: `ipython notebook` fails to start; returns [TerminalIPythonApp] File not found: u'notebook'

2013-02-14 Thread Thomas Kluyver
I'm marking this as invalid as I don't think it is a bug:

- We don't expect 'ipython --colors Linux notebook' to start the notebook. 
'notebook' is a subcommand, so it needs to be the first command line argument.
- IPython doesn't and shouldn't know about user-defined aliases, so as far as 
IPython knows, the expanded command is what the user entered.

If anyone can replicate this without a shell alias, and you believe it's
a genuine bug, please set it back to New and provide more information.

** Changed in: ipython (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/948422

Title:
  `ipython notebook` fails to start; returns [TerminalIPythonApp] File
  not found: u'notebook'

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

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


[Bug 409277] Re: IPython should follow the XDG Base Directory spec for configuration

2013-02-07 Thread Thomas Kluyver
It uses ~/.ipython if that already exists, to support users upgrading
from older versions. But if you haven't used older versions, it uses the
XDG config folder.

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

Title:
  IPython should follow the XDG Base Directory spec for configuration

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

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


[Bug 714632] Re: New upstream version

2013-02-07 Thread Thomas Kluyver
I've got 0.9.0 in my Python3 PPA:
https://launchpad.net/~takluyver/+archive/python3

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

Title:
  New upstream version

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

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


[Bug 714632] Re: New upstream version

2013-02-06 Thread Thomas Kluyver
** Bug watch added: Debian Bug tracker #682962
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682962

** Also affects: python-xlrd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682962
   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/714632

Title:
  New upstream version

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

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-12-14 Thread Thomas Kluyver
To reiterate my perspective as the person who filed this bug: there's a
mass of critical commentary elsewhere on the web, and I wanted to ensure
that this translated into a polite, factual discussion in a location
where Ubuntu developers can't skip over it.

The reasons I think this default is a bad thing are that it breaches an
expectation of privacy, it's tasteless (commercial content when I'm not
asking for it), and it's continuing to bring Ubuntu massive negative PR.
Sadly, despite the criticism - from hundreds of users, from the EFF,
from Richard Stallman - it seems like the decision is made and won't be
changed. The whole episode leaves a sour taste in my mouth.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1083266] Re: /usr/sbin/update-apt-xapian-index:ValueError:module:setupIndexing:init:__init__:parse:parse

2012-11-26 Thread Thomas Kluyver
I think previous versions of pyxdg had unintentionally masked this
error.

Traceback (most recent call last):
  File /usr/sbin/update-apt-xapian-index, line 101, in module
if not indexer.setupIndexing(force=opts.force, system=opts.pkgfile is None):
  File /usr/lib/python2.7/dist-packages/axi/indexer.py, line 513, in 
setupIndexing
addon.obj.init(dict(values=self.values), self.progress)
  File /usr/share/apt-xapian-index/plugins/app-install.py, line 145, in init
entry = DesktopEntry(os.path.join(APPINSTALLDIR, f))
  File /usr/lib/python2.7/dist-packages/xdg/DesktopEntry.py, line 33, in 
__init__
self.parse(filename)
  File /usr/lib/python2.7/dist-packages/xdg/DesktopEntry.py, line 42, in parse
IniFile.parse(self, file, [Desktop Entry, KDE Desktop Entry])
  File /usr/lib/python2.7/dist-packages/xdg/IniFile.py, line 73, in parse
key, value = line.split(=, 1)
ValueError: need more than 1 value to unpack


** Branch linked: 
lp:~takluyver/ubuntu/raring/apt-xapian-index/catch-invalid-desktop-files

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

Title:
  /usr/sbin/update-apt-xapian-
  index:ValueError:module:setupIndexing:init:__init__:parse:parse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1083266/+subscriptions

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


[Bug 1075668] Re: package python-xdg 0.19-3ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 101

2012-11-22 Thread Thomas Kluyver
The Termlog file appears to show a multitude of errors, including
[Errno 28] No space left on device. I don't think this is a bug with
PyXDG.

** Changed in: pyxdg (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/1075668

Title:
  package python-xdg 0.19-3ubuntu2 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/pyxdg/+bug/1075668/+subscriptions

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


[Bug 1080669] [NEW] Invalid .desktop file

2012-11-19 Thread Thomas Kluyver
Public bug reported:

http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/raring/spout/raring/view/head:/debian/spout.desktop

On the final line, Categories: should be Categories=, and the values
should be delimited by semicolons, not colons.

** Affects: spout (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/1080669

Title:
  Invalid .desktop file

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

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


[Bug 751605] Re: Multi-monitor - Windows maximize on the wrong monitor

2012-11-13 Thread Thomas Kluyver
Daniel: my understanding is that case (b) is what we're seeing - I don't
think I've seen (c). With two monitors of different size, it's very easy
to get a window slightly larger than the smaller one.

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

Title:
  Multi-monitor - Windows maximize on the wrong monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/751605/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-10-18 Thread Thomas Kluyver
That's somewhat disingenuous. Parts of Ubuntu are already developed in
secret - integrated webapps or the HUD weren't announced until there was
already a functioning prototype. This shopping lens was kept pretty
quiet until it was ready to land. As Shuttleworth points out, criticism
happens whenever you reveal it.

Shuttleworth's blog post says that they're going to invite trusted
members of the community to work on some of those features before
they're announced. I see that as an improvement - it will no longer be
just Canonical employees working on these 'skunk works' features.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-10-02 Thread Thomas Kluyver
*** This bug is a duplicate of bug 1054746 ***
https://bugs.launchpad.net/bugs/1054746

I don't believe that this is a duplicate - this bug is that the lens is
enabled (and in the home lens) by default, so it is not fixed by adding
an option to disable it. However, it's clear that this is not going to
change at present, so I shan't get into bug status wars.

I'm not impressed by the whole episode - I think the change makes Ubuntu
a worse product in order to increase Canonical's revenue. But I'm
pleased that core developers responded to our concerns by at least
providing a clear option to disable the 'feature'.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-26 Thread Thomas Kluyver
Just to update everyone subscribing to this bug: it appears work is
being done on an option to disable remote results without having to
remove packages. This could make it into 12.10. I'd rather they were
disabled by default, but I'm pleased that the Ubuntu developers are
making changes in response to our concerns, rather than just dismissing
them.

More info here: http://www.omgubuntu.co.uk/2012/09/is-an-off-switch-for-
the-shopping-lens-in-the-works

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-26 Thread Thomas Kluyver
@jack6543: Assigning yourself to a bug means that you're in a position
to fix it, which it doesn't look like you are. If you want to subscribe
to it, the link is in the bar on the right.

** Changed in: unity-lens-shopping (Ubuntu)
 Assignee: Domagoj Bet (jack6543) = (unassigned)

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-24 Thread Thomas Kluyver
Please can people only change the status of the bug if they are involved
in the development of this lens, or have some kind of authority? I would
also expect you to offer some explanation of any change. Thank-you.

** Changed in: unity-lens-shopping (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-24 Thread Thomas Kluyver
From my perspective (I filed the bug): I accept that it's not strictly a
'bug', in that the code is doing what the authors intended it to. But
complaining about it in other forums isn't going to get anywhere - I
want to bring the issue to the attention of the people developing it,
and have a mature conversation about how best we can resolve the
concerns while keeping a useful feature.

I filed this before Mark Shuttleworth had publically commented on his
blog - unfortunately, now that he has done, I'm not optimistic that
there will be any resolution of this before 12.10. I'm not pleased with
the way this feature was rushed in late in the day (because This is a
sabdfl driven project), and I'm annoyed that Mark described our
concerns as 'FUD'.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-23 Thread Thomas Kluyver
Let's give the developers a chance to respond before this descends into
flaming. I know we feel strongly about it, but I think keeping the
atmosphere civil improves the chances of getting it fixed. All the
comments so far are quite civil, but there's a heated tone starting to
develop.

This is already the bug with the most 'heat' (the flame symbol) for the
unity-lens-shopping package, just 12 hours after it was opened. So I'm
optimistic that the developers will take it seriously.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-23 Thread Thomas Kluyver
@mr.blonde: According to  bug #1054282, you can.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-23 Thread Thomas Kluyver
Jim, that approach is not going to placate people. It's a complaint that
173 people have signed up to in less than a day. Dismissing it as
'invalid' will just enrage people, and it comes across as arrogant and
unresponsive. I suggest you at least use the 'Opinion' setting, but
preferably try to engage with the issue and work out what can best be
done.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054776] Re: Don't include remote searches in the home lens

2012-09-23 Thread Thomas Kluyver
@jimvernon: Please don't do that. I'm not going to get into bug-status
wars with you, but marking it as invalid without any discussion or
acknowledgement of the concerns comes across as aloof and arrogant.
You're giving Ubuntu developers a bad name, and it's not even clear that
you're involved with this feature.

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054746] Re: No easy way to disable (results from) this lens

2012-09-22 Thread Thomas Kluyver
For that matter, I don't think this should be in the home lens by
default. Every time I search for an application or a file, it seems that
my search will be transmitted to the web. That should be opt-in, not
opt-out.

Please, put these results in a separate lens, not in the home lens. They
would still be easily accessible when users want them, but there would
be no privacy issue. It also avoids the negative publicity now growing
on tech news sites like Slashdot and Hacker News.

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

Title:
  No easy way to disable (results from) this lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054746/+subscriptions

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


[Bug 1054746] Re: No easy way to disable (results from) this lens

2012-09-22 Thread Thomas Kluyver
I'm happy to do that if you prefer, but I see it as two alternative
solutions to the same bug. As you described, the problem is that
commercial items show up during local searches, and transmitting local
searches to a remote server breaks an expectation of privacy. You
propose making the opt-out more visible, while I propose making the
feature opt-in.

If you still feel my comment should be a separate bug, let me know, and
I'll open one.

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

Title:
  No easy way to disable (results from) this lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054746/+subscriptions

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


[Bug 1054776] [NEW] Don't include remote searches in the home lens

2012-09-22 Thread Thomas Kluyver
Public bug reported:

Recent news (http://www.omgubuntu.co.uk/2012/09/online-shopping-
features-arrive-in-ubuntu-12-10) indicates that the home lens will, by
default, search Amazon for products to put in the 'More suggestions'
section. This means that regular searches for local applications and
files are transmitted to a remote server, which I believe breaks an
expectation of privacy. It also seems somewhat tasteless for my
operating system to be advertising things I might want to buy. Finally,
the idea that Ubuntu is now ad-supported has brought considerable
negative PR on tech news sites like Slashdot and Hacker News.

All of these problems could be easily avoided if the shopping lens were
separate, rather than showing results in the home lens.  The shopping
results would still be very convenient when the user wanted to see them
- they could opt in with a single click, as we currently can with the
video lens, for example.

To anticipate one likely response: I understand that this feature can be
removed by uninstalling the package. I believe it should be opt-in, not
opt-out, and I also think the feature is useful, so I don't want to
remove it completely from my system.

** Affects: unity-lens-shopping (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: privacy

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

Title:
  Don't include remote searches in the home lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054776/+subscriptions

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


[Bug 1054746] Re: No easy way to disable (results from) this lens

2012-09-22 Thread Thomas Kluyver
OK, I've opened bug #1054776.

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

Title:
  No easy way to disable (results from) this lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-lens-shopping/+bug/1054746/+subscriptions

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


[Bug 973332] Re: Scribus crashes when populating an image frame

2012-09-18 Thread Thomas Kluyver
Sebastian: qt-at-spi is a package. You can go to Ubuntu software centre,
search for qt-at-spi and click Remove. Or from a command line, run sudo
apt-get remove qt-at-spi (without the quotation marks). Note that it's
installed for a reason: it's part of the accessibility framework that
lets visually impaired users use the computer. So removing it might
break things if anyone uses a screen reader on your computer.

** Bug watch added: Scribus Mantis Bug Tracker #10711
   http://bugs.scribus.net/view.php?id=10711

** Also affects: scribus via
   http://bugs.scribus.net/view.php?id=10711
   Importance: Unknown
   Status: Unknown

** Also affects: qt-at-spi (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/973332

Title:
  Scribus crashes when populating an image frame

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

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


[Bug 973332] Re: Scribus crashes when populating an image frame

2012-09-18 Thread Thomas Kluyver
The bug was reported to Scribus (see link above), and they say it is a
bug in qt-at-spi, and hence beyond their control. I've marked it as
affecting qt-at-spi as well.

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

Title:
  Scribus crashes when populating an image frame

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

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


[Bug 986064] Re: FATAL: Module ndiswrapper not found, configuration already contains alias directive 12.04

2012-09-10 Thread Thomas Kluyver
The wiki page about NdisWrapper now links to this bug report as well
(see comment 6).

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

Title:
  FATAL: Module ndiswrapper not found, configuration already contains
  alias directive 12.04

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

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


[Bug 353605] Re: labyrinth crashed with ImportError in module()

2012-08-18 Thread Thomas Kluyver
I've refactored labyrinth so that it no longer needs to mess with
sys.path. The fix should come out when we release 0.6

https://github.com/labyrinth-
team/labyrinth/commit/7c92147312dfcc5b6019e01388237c64d5e36e35

** Changed in: labyrinth
   Importance: Unknown = Undecided

** Changed in: labyrinth
   Status: Unknown = New

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

** Changed in: labyrinth
   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/353605

Title:
  labyrinth crashed with ImportError in module()

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

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


[Bug 607902] Re: python version mismatch

2012-08-17 Thread Thomas Kluyver
*** This bug is a duplicate of bug 353605 ***
https://bugs.launchpad.net/bugs/353605

** This bug has been marked a duplicate of bug 353605
   labyrinth crashed with ImportError in module()

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

Title:
  python version mismatch

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

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


[Bug 973332] Re: Scribus crashes when populating an image frame

2012-08-17 Thread Thomas Kluyver
Also seeing this on 12.04 - removing qt-at-spi sorted it.

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

Title:
  Scribus crashes when populating an image frame

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

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


[Bug 823254] Re: Port to python3

2012-07-18 Thread Thomas Kluyver
** Description changed:

  This is a meta bug that tracks what needs to be done to get a python3
  version of software-center ready:
  
  The following package need to have python3 packages:
  pygobject:  bug #802486 (done)
  aptdaemon:  bug #823216 (requires porting of all dbus use Gio/GDbus)
- python-xdg: bug #823150 (patch available)
+ python-xdg: bug #823150 (done)
  python-defer:   bug #823220 (patch available, not tested)
  xapian: bug #823227 (upstream is working on this)
  piston-mini-client: bug #823229
  python-oauth:   bug #823252
  
  The dbus and gmenu bits needs to be ported to use introspection (GIR)
  too.

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

Title:
  Port to python3

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

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

[Bug 254978] Re: [needs-packaging] Panda3D graphics engine

2012-06-11 Thread Thomas Kluyver
** Bug watch added: Debian Bug tracker #597172
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597172

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597172
   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/254978

Title:
  [needs-packaging] Panda3D graphics engine

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

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


[Bug 998716] Re: AttributeError: 'module' object has no attribute EventLoopActivator

2012-06-08 Thread Thomas Kluyver
** Also affects: ipython (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/998716

Title:
  AttributeError: 'module' object has no attribute EventLoopActivator

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

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


[Bug 760240] Re: Windows maximize on the wrong monitor

2012-06-07 Thread Thomas Kluyver
What Éric describes seems to match what I see on Precise.

I'd like to add that, when I drag a window to the top of the small
monitor, the orange highlight indicates that it will be maximised on
that (small) monitor, but when I release the mouse, the window jumps to
the large monitor. So the code that produces the orange window-will-go-
here rectangle behaves how I want, at least.

For expected behaviour, I'd agree with Éric, except that if I drag a
window to the top, it should maximise to the screen my mouse is on. This
is how smaller windows already behave.

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

Title:
  Windows maximize on the wrong monitor

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

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

[Bug 782079] Re: [needs-packaging] zotero-standalone

2012-05-19 Thread Thomas Kluyver
** Bug watch added: Debian Bug tracker #504058
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504058

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504058
   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/782079

Title:
  [needs-packaging] zotero-standalone

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

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


[Bug 999666] Re: ipython no longer provides automatic parentheses

2012-05-15 Thread Thomas Kluyver
This is deliberate - after discussion on the mailing list, we decided
that the feature was confusing for people learning programming, so it
was turned off by default. You can still enable it - search for autocall
in ~/.ipython/profile_default/ipython_config.py . If that file doesn't
exist, run ipython profile create in a terminal first.

Note that you can get the docstring for any object in IPython with a
question mark: time?

** Changed in: ipython (Ubuntu)
   Status: New = Opinion

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

Title:
  ipython no longer provides automatic parentheses

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

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


[Bug 999666] Re: ipython no longer provides automatic parentheses

2012-05-15 Thread Thomas Kluyver
I originally argued against the change as well, but I've come to peace
with it.

The difference is that, especially with the IPython notebook, we're expecting 
to see more scientific users who're using it for their first experience in 
Python, or in programming at all. The software carpentry course, for example, 
is looking at using it:
http://software-carpentry.org/2012/03/the-ipython-notebook/

As far as I know, there's no alternative IPython waiting to be swapped
in ;-)

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

Title:
  ipython no longer provides automatic parentheses

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

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


[Bug 977549] Re: python2.7 crashed with SIGSEGV in fprank_() while using ipython

2012-04-20 Thread Thomas Kluyver
IPython is pure Python code, so it shouldn't be able to trigger a
segfault by itself. fprank is a scipy function, so that seems the most
likely package.

** Package changed: ipython (Ubuntu) = python-scipy (Ubuntu)

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

Title:
  python2.7 crashed with SIGSEGV in fprank_() while using ipython

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

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


[Bug 711162] Re: ubuntuone-login crashed with ValueError in call_async(): Unable to guess signature from an empty dict

2012-03-26 Thread Thomas Kluyver
Marked as affecting both packages until someone works out for certain
which is at fault.

I've also seen it at login on a freshly updated 12.04 system (upgraded
from 11.10).

** Also affects: dbus-python (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/711162

Title:
  ubuntuone-login crashed with ValueError in call_async(): Unable to
  guess signature from an empty dict

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

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


[Bug 711162] Re: ubuntuone-login crashed with ValueError in call_async(): Unable to guess signature from an empty dict

2012-03-26 Thread Thomas Kluyver
This is the error details I get when trying to start the U1 client. It's
similar, but note that this traceback *does* go through ubuntuone-
client.

CredentialsError
DBusException(dbus.String(u'Traceback (most recent call last):\n  File 
/usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in _message_cb\n  
  retval = candidate_method(self, *args, **keywords)\n  File 
/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/credentials/linux.py,
 line 172, in find_credentials\nreply_handler=reply_handler, 
error_handler=error_handler)\n  File 
/usr/lib/python2.7/dist-packages/dbus/proxies.py, line 137, in __call__\n
**keywords)\n  File /usr/lib/python2.7/dist-packages/dbus/connection.py, line 
584, in call_async\nmessage.append(signature=signature, *args)\nValueError: 
Unable to guess signature from an empty dict\n'),)

Here's the u1 frame pulled out:

  File 
/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/credentials/linux.py,
 line 172, in find_credentials
reply_handler=reply_handler, error_handler=error_handler)

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

Title:
  ubuntuone-login crashed with ValueError in call_async(): Unable to
  guess signature from an empty dict

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

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


[Bug 823216] Re: Please provide a python3 package

2012-03-15 Thread Thomas Kluyver
** Also affects: aptdaemon
   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/823216

Title:
  Please provide a python3 package

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

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


[Bug 934374] Re: feature freeze exception for ipython 0.13

2012-03-06 Thread Thomas Kluyver
We've reluctantly decided we're not going to be able to make 0.13 in
time for the end of the month. We'd like to do a 0.12.1 bugfix release
instead - I don't know what the procedure is to get that in?

Thanks to everyone for arranging this, and sorry we're not able to make
use of the exception.

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

Title:
  feature freeze exception for ipython 0.13

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

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


[Bug 823227] Re: Please suport python3

2012-01-30 Thread Thomas Kluyver
** Also affects: xapian-bindings (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647441
   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/823227

Title:
  Please suport python3

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

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


[Bug 917605] [NEW] TortoiseHG should be an application (with launcher)

2012-01-17 Thread Thomas Kluyver
Public bug reported:

TortoiseHg now has a full GUI (the workbench), which is capable of
switching between repositories, adding new repositories, etc. The user
shouldn't need to start it from the terminal: there should be a launcher
for it so it can be started like any other GUI application.

** Affects: tortoisehg (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/917605

Title:
  TortoiseHG should be an application (with launcher)

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

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


[Bug 795605] Re: Please provide a python3 package

2011-12-09 Thread Thomas Kluyver
** Bug watch added: Debian Bug tracker #601593
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601593

** Also affects: python-numpy (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601593
   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/795605

Title:
  Please provide a python3 package

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

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


[Bug 795605] Re: Please provide a python3 package

2011-12-09 Thread Thomas Kluyver
** Summary changed:

- Install as Python 3 module
+ Please provide a python3 package

** Description changed:

- Binary package hint: python-numpy
- 
- Ubuntu 11.04
- python-numpy 1:1.5.1-1ubuntu2
- 
  Expected: import numpy works from Python 3.1 and 3.2.
  Observed: import fails, as NumPy is only installed as a Python 2.6 and 2.7 
module.
  
- Since NumPy 1.5 is supposed to support Python 3 from the same codebase,
- is it possible for this package to install it as such?
+ Since NumPy 1.5 and above is supposed to support Python 3 from the same
+ codebase, is it possible to build a python3-numpy package?

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

Title:
  Please provide a python3 package

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

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


[Bug 870769] Re: Drag file to dash to show window doesn't work

2011-12-07 Thread Thomas Kluyver
Specific steps to replicate:

1. Open Nautilus and Gedit.
2. (For comparison): Shrink Nautilus so the editing surface of Gedit is 
visible. Drag a text file from Nautilus onto the editing surface of Gedit, and 
release it. The file is opened.
3. Drag the same file. The launcher appears. Move the mouse over the 
illuminated Gedit icon, and hold it there without releasing.

Expected result: The Gedit window is focused, so that the file can be dropped 
onto it.
Actual result: The Nautilus window retains the focus.

(Checked on Oneiric, 7 Dec 2011)

Obviously for simply opening a file, you can just release it on the
launcher icon to tell that application to open it. But there are cases
where you want to drag a file to a specific part of a window. E.g. GMail
in Firefox supports dragging  dropping files to attach them when
composing a message, but this is distinct from opening a file in
Firefox.

** Changed in: unity (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Drag file to dash to show window doesn't work

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

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


[Bug 755222] Re: Underscore in tomboy note title interpreted as keyboard shortcut in indicator menu

2011-11-27 Thread Thomas Kluyver
We've also seen this in a Qt application (IPython Qt console - see
original bug report here:
https://github.com/ipython/ipython/issues/1055#issuecomment-2889492 ),
on Oneiric.

Does anyone know the correct package to link it to?

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

Title:
  Underscore in tomboy note title interpreted as keyboard shortcut in
  indicator menu

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

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


[Bug 881843] Re: CUPS IPP print to Novell servers error since 11.10 upgrade

2011-11-17 Thread Thomas Kluyver
Since my uni uses Novell infrastructure, I tried Robert's patch from
comment #12, and that seems to solve the problem for me.

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

Title:
  CUPS IPP print to Novell servers error since 11.10 upgrade

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

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


[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2011-11-15 Thread Thomas Kluyver
The fix was released with IPython 0.11.

** Changed in: ipython
   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/328942

Title:
  ipython change char '0xe9' to 4 spaces

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

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


[Bug 339642] Re: unicode bug - encoding input

2011-11-15 Thread Thomas Kluyver
Anyone still watching this bug, note that it was fixed by IPython 0.11,
released earlier this year. It will be some time before it appears in
Ubuntu repositories, but you can install from PyPI or jtaylor's PPA
here: https://launchpad.net/~jtaylor/+archive/ipython

** Changed in: ipython/0.11
   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/339642

Title:
  unicode bug - encoding input

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

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


[Bug 339642] Re: unicode bug - encoding input

2011-11-15 Thread Thomas Kluyver
(Sorry, wrong PPA - try here: https://launchpad.net/~jtaylor/+archive
/ipython-dev )

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

Title:
  unicode bug - encoding input

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

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


[Bug 355160] Re: unicode input is broken

2011-11-15 Thread Thomas Kluyver
** Changed in: ipython (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/355160

Title:
  unicode input is broken

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

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


[Bug 123920] Re: Bluetooth Logitech Dinovo Keyboard/Mouse don't work

2011-10-17 Thread Thomas Kluyver
Similarly with the logitech MX 5500 wireless keyboard after upgrading to
Oneiric. The dongle was recognised as a Bluetooth adapter, but I
couldn't get it to connect to either the keyboard or my phone (pairing
succeeds, but then the connection to the device goes 'off', and the
toggle to turn it on is greyed out).

Changing the udev rule from hiddev* to hidraw* sets it back to
working as a plain external keyboard.

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

Title:
  Bluetooth Logitech Dinovo Keyboard/Mouse don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez-utils-old/+bug/123920/+subscriptions

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


[Bug 123920] Re: Bluetooth Logitech Dinovo Keyboard/Mouse don't work

2011-10-17 Thread Thomas Kluyver
Similarly with the logitech MX 5500 wireless keyboard after upgrading to
Oneiric. The dongle was recognised as a Bluetooth adapter, but I
couldn't get it to connect to either the keyboard or my phone (pairing
succeeds, but then the connection to the device goes 'off', and the
toggle to turn it on is greyed out).

Changing the udev rule from hiddev* to hidraw* sets it back to
working as a plain external keyboard.

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

Title:
  Bluetooth Logitech Dinovo Keyboard/Mouse don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/bluez-utils-old/+bug/123920/+subscriptions

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


[Bug 674765] Re: mercurial package has poor title

2011-07-22 Thread Thomas Kluyver
** Changed in: mercurial (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/674765

Title:
  mercurial package has poor title

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

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


[Bug 230840] Re: harvestman crashed with ValueError in assign_option()

2011-07-22 Thread Thomas Kluyver
The -n command line option expects a number, as in harvestman -n 4
http://www.example.com;. The error message could be clearer, but it's
not a bug.

** Changed in: harvestman (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/230840

Title:
  harvestman crashed with ValueError in assign_option()

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

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


[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2011-06-06 Thread Thomas Kluyver
We've 'fixed' it simply by disabling all Ctrl+key readline bindings.
See https://github.com/ipython/ipython/issues/58

** Changed in: ipython
   Status: Confirmed = Fix Committed

** Changed in: ipython (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/328942

Title:
  ipython change char '0xe9' to 4 spaces

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


[Bug 408460] Re: iPython2.5 on Ubuntu 9.04 Jaunty Jackalope gives stack trace when launching %quickref or %magic or ? commands

2011-06-06 Thread Thomas Kluyver
Can anyone replicate this on a currently supported version (i.e. Lucid
or newer)?

** Changed in: ipython (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/408460

Title:
  iPython2.5 on Ubuntu 9.04 Jaunty Jackalope gives stack trace when
  launching %quickref or %magic or ? commands

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


[Bug 339642] Re: unicode bug - encoding input

2011-06-06 Thread Thomas Kluyver
** Also affects: ipython (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ipython (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/339642

Title:
  unicode bug - encoding input

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


[Bug 732093] [NEW] Sbackup doesn't know what to do if external drive is not connected

2011-03-09 Thread Thomas Kluyver
Public bug reported:

Binary package hint: sbackup

I set up sbackup to backup to an external hard drive. The next day, it
starts running an automatic backup, despite the fact that the hard drive
is not plugged in (I can't disable automatic backups without running the
superuser version, but that's another issue). When I open the config, it
says that it can't find the destination folder, so is reverting to its
default destination.

It should be able to accomodate folders that don't always exist: either
by default on any folder, by detecting that the folder is on a removable
drive (e.g. if it's a subfolder within /media), or by a user-selected
option this folder is on a removable drive. Then the config dialog
shouldn't do anything if the destination doesn't exist. And backups
should fail gracefully when it's not plugged in (maybe display a non-
blocking notification that the backup couldn't happen), rather than
doing, say, this: http://www.rvdavid.net/30-gb-root-partition-full-how/

** Affects: sbackup (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/732093

Title:
  Sbackup doesn't know what to do if external drive is not connected

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


[Bug 717316] Re: Please sync pyzmq 2.0.10.1 from Debian experimental

2011-02-11 Thread Thomas Kluyver
** Summary changed:

- Update to 2.0.10-1 
+ Please sync pyzmq 2.0.10.1 from Debian experimental

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

Title:
  Please sync pyzmq 2.0.10.1 from Debian experimental

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


[Bug 717316] Re: Please sync pyzmq 2.0.10.1 from Debian experimental

2011-02-11 Thread Thomas Kluyver
** Description changed:

- A recent bug report updated pyzmq to 2.0.10
- (https://bugs.launchpad.net/bugs/709089) apparently the first 2.0.10
- instead of the bugfix release 2.0.10-1 (presumably because that was the
- debian pakage).  2.0.10-1 is a crucial bugfix that plugs a memory leak
- that rendered pyzmq practically unusable for any long-running process,
- so it would be valuable to have the bugfix version. No packaging is
- necessary, as the debian experimental package
- (http://packages.qa.debian.org/p/pyzmq.html) has just been updated to
- 2.0.10-1.
+ 2.0.10.1 is an upstream bugfix release, fixing issues including a memory
+ leak, but maintaining compatibility with ZeroMQ 2.0.10. There are
+ currently no Ubuntu changes.
+ 
+ More detail:
+ 
+ A recent bug report updated pyzmq to 2.0.10 from Debian.  2.0.10.1 is a
+ crucial bugfix that plugs a memory leak that rendered pyzmq practically
+ unusable for any long-running process, so it would be valuable to have
+ the bugfix version, which has just been uploaded into Debian.
+ 
+ (Version numbering: Upstream initially released the bugfix as 2.0.10-1.
+ Since this clashed with Debian package numbering, the upstream numbering
+ scheme was changed to 2.0.10.1. This is packaged in Debian as
+ 2.0.10.1-1. Sorry for any confusion.)

** Summary changed:

- Please sync pyzmq 2.0.10.1 from Debian experimental
+ Please sync pyzmq 2.0.10.1-1 from Debian experimental

** Tags added: sync-request

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

Title:
  Please sync pyzmq 2.0.10.1-1 from Debian experimental

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


[Bug 717316] Re: Please sync pyzmq 2.0.10.1-1 from Debian experimental

2011-02-11 Thread Thomas Kluyver
N.B. It looks like it's still waiting to be built on some systems, so
the new version doesn't appear in experimental just yet.
https://buildd.debian.org/status/package.php?p=pyzmqsuite=experimental

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

Title:
  Please sync pyzmq 2.0.10.1-1 from Debian experimental

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


[Bug 709089] Re: [needs-packaging] Upgrade package to 2.0.10

2011-01-31 Thread Thomas Kluyver
I knew this was going to cause confusion. Debian's 2.0.10-1 is
upstream's 2.0.10 (the -1 indicates it's the first debian revision).
Upstream has now changed their version numbering scheme so it doesn't
conflict, and the bugfix release is 2.0.10.1. If you look at the news
box on the Debian page, it says that 2.0.10-1 was accepted in November,
i.e. before the extra bugfix release from upstream.

So, ideally it's a needs packaging, but if that's not feasible,
syncing debian's experimental version is the next best thing.

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

Title:
  [needs-packaging] Upgrade package to 2.0.10

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


  1   2   >