[Bug 405979] [NEW] Pandora Applet URL Change

2009-07-28 Thread Michael Taggart
Public bug reported: The current python file for Pandora has a SWF url that no longer works. FILE: /usr/share/avant-window-navigator/applets/pandora/pandora.py LINE: (approx. line 19) URL = 'https://www.pandora.com/radio/tuner_8_7_0_0_pandora.swf' The line should be changed to: URL = 'https://w

Re: [Bug 405979] Re: Pandora Applet URL Change

2009-07-28 Thread Michael Taggart
*** This bug is a duplicate of bug 278388 *** https://bugs.launchpad.net/bugs/278388 Thanks Mark for pointing this out. Sorry, I should have researched this a bit further before submitting. Mike Mark Lee wrote: > *** This bug is a duplicate of bug 278388 *** > https://bugs.launchpad.net

[Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-10-01 Thread Michael Taggart
HP 4540 here using Ralink 539a device. Upgraded to 13.10, kernel 3.11.1 Not only does the rt2800 driver continue to perform poorly (speed oscillating between 1 Mb/s and 62 Mb/s, and dropping often), but after compiling the MediaTek driver rt5390sta and loading it, the device will not initialize. I

[Bug 628998] Re: Mytop doesn't show global statistics for MySQL 5

2011-01-28 Thread Michael Taggart
Here is the patch to fix this issue. For some reason the fedora patch listed fails so I did this by hand. Here is my patch: 268c268 < my @variables = Hashes("show variables"); --- > my @variables = Hashes("show /*!50002 global */ variables"); 713c713 < my @recs = Hashes("show status"); ---

[Bug 628998] Re: Mytop doesn't show global statistics for MySQL 5

2011-01-28 Thread Michael Taggart
Ok, I don't know what the hell I am doing with making a deb file. To be honest I have never actually done it and the fact that the source directory doesn't include a Makefile makes dpkg-buildpackage very unhappy. Hopefully a maintainer can include my patch above? -- You received this bug notifica

[Bug 628998] Re: Mytop doesn't show global statistics for MySQL 5

2011-01-28 Thread Michael Taggart
Here is the new mytop binary that I am using. ** Attachment added: "mytop with fixes for new MySQL versions" https://bugs.launchpad.net/ubuntu/+source/mytop/+bug/628998/+attachment/1813301/+files/mytop -- You received this bug notification because you are a member of Ubuntu Bugs, which is su