[Bug 822512] Re: Microsoft LifeChat LX-3000 is recognized but no sound

2021-02-08 Thread Tony Byrne
Affects Kubuntu 20.10, versions 20.04 and 20.04.2 work fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/822512 Title: Microsoft LifeChat LX-3000 is recognized but no sound To manage notification

[Bug 822512] Re: Microsoft LifeChat LX-3000 is recognized but no sound

2021-02-08 Thread Tony Byrne
** Also affects: 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/822512 Title: Microsoft LifeChat LX-3000 is recognized but no sound To manage notif

[Bug 890318] Re: Signal autoconnect does not work with signal names which contain hypens

2011-12-04 Thread Tony Byrne
** Branch linked: lp:~tony-badwolf/quickly/890318again -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890318 Title: Signal autoconnect does not work with signal names which contain hypens To manag

[Bug 890318] Re: Signal autoconnect does not work with signal names which contain hypens

2011-11-27 Thread Tony Byrne
Hi David The underlying difficulty, widget names are any string: python names are restricted, was originally covered by some tools logging of methods like "on_widget_signal" that were not automatically connected an alias decorator that accepted any string and could be a target for automatic

[Bug 862302] Re: Quickly fails if gedit is not installed

2011-11-05 Thread Tony Byrne
Reading the source code shows that, on a box without X-windows, quickly has a similar hidden dependency on nano. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/862302 Title: Quickly fails if gedit is

[Bug 862302] Re: Quickly fails if gedit is not installed

2011-11-05 Thread Tony Byrne
** Branch linked: lp:~tony-badwolf/quickly/ide2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/862302 Title: Quickly fails if gedit is not installed To manage notifications about this bug go to: htt

[Bug 783751] [NEW] python-doc cannot show modules page

2011-05-16 Thread Tony Byrne
Public bug reported: Binary package hint: python2.7-doc First bug Global Module Index link on Overview page (/usr/share/doc/python2.7/html/index.html) does not work Global Module Index Firefox can't find the file at /usr/share/doc/python2.7/html/modindex.html second bug Selecting "module

[Bug 774017] [NEW] python-abiword has unmet dependencies in Natty

2011-04-30 Thread Tony Byrne
Public bug reported: I cannot install python-abiword in Ubuntu 11.04 apt-get install python-abiword Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation o

Re: [Bug 695069] Re: gnome-doc-tool crashes when converting .page files

2011-03-12 Thread Tony Byrne
This bug does not appear in Ubuntu Natty 11.04 alpha so is no longer an issue. On 10/03/2011, Sebastien Bacher wrote: > Thanks for your work, is that still an issue? Ideally the fix should be > sent to GNOME for review > > ** Changed in: gnome-doc-utils (Ubuntu) >Importance: Undecided => Low

[Bug 643963] Re: asynch_task_progressbox.py : params shared between threads

2010-09-21 Thread Tony Byrne
This file demonstrates how fix uncouples threads. ** Attachment added: "This file demonstrates how fix uncouples threads." https://bugs.launchpad.net/ubuntu/+source/quickly-widgets/+bug/643963/+attachment/1619984/+files/asynch_task_progressbox_fixed.py -- asynch_task_progressbox.py : params

[Bug 643963] Re: asynch_task_progressbox.py : params shared between threads

2010-09-21 Thread Tony Byrne
This file shows interaction between threads. ** Attachment added: "This file shows interaction between threads." https://bugs.launchpad.net/ubuntu/+source/quickly-widgets/+bug/643963/+attachment/1619983/+files/asynch_task_progressbox_shows_bug.py -- asynch_task_progressbox.py : params shared

[Bug 643963] Re: asynch_task_progressbox.py : params shared between threads

2010-09-21 Thread Tony Byrne
** Attachment added: "Use copy.deepcopy to uncouple threads." https://bugs.launchpad.net/ubuntu/+source/quickly-widgets/+bug/643963/+attachment/1619973/+files/asynch_task_progressbox.py ** Description changed: Binary package hint: quickly-widgets - To demonstrate bug add print current t

[Bug 643963] Re: asynch_task_progressbox.py : params shared between threads

2010-09-21 Thread Tony Byrne
** Summary changed: - asynch_task_progressbox.py : params["kill"] written from different threads + asynch_task_progressbox.py : params shared between threads -- asynch_task_progressbox.py : params shared between threads https://bugs.launchpad.net/bugs/643963 You received this bug notification be

[Bug 643963] [NEW] asynch_task_progressbox.py : params["kill"] written from different threads

2010-09-20 Thread Tony Byrne
Public bug reported: Binary package hint: quickly-widgets To demonstrate bug add print current thread commands to some params["kill"] writes, patch included here. --- asynch_task_progressbox.py +++ asynch_task_progressbox_debug.py @@ -210,6 +210,7 @@ #set up params and include the kill flag