[Bug 845072] Re: problems with transparency when running under XFCE 4.6

2011-09-08 Thread Aren Olson
*** This bug is a duplicate of bug 793079 *** https://bugs.launchpad.net/bugs/793079 ** This bug has been marked a duplicate of bug 793079 Alpha transparency doesn't work on Ubuntu 11.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 834566] Re: Low quality Exaile icon in dash

2011-08-27 Thread Aren Olson
Icon size upgraded to 128x128, trunk/3889. ** Changed in: exaile Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834566 Title: Low quality Exaile icon in

[Bug 726978] Re: Space bar key should always trigger play/pause, like in all other media players

2011-08-20 Thread Aren Olson
In spotify, the search text box loses focus when you switch out of the app. Interesting idea. Where does it move the focus to? 'Jakob's Law of the Web User Experience states that users spend most of their time on other websites. ... Right, and desktop app users spend most of their time

[Bug 726978] Re: Space bar key should always trigger play/pause, like in all other media players

2011-08-20 Thread Aren Olson
I was not aware you do not welcome critical discussion about reasoning behind design decisions. It didn't sound like a critical discussion to me - it sounded like you pulling more random thoughts about why your opinion is right out of thin air. There was a LOT of text, and not a lot of it was

[Bug 566626] Re: Fatal IO error 11 (Resource temporarily unavailable) on X server

2011-07-19 Thread Aren Olson
** Changed in: exaile Status: New = Invalid ** Changed in: exaile (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/566626 Title: Fatal IO error 11

[Bug 563207] Re: python2.6 assert failure: python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2011-07-19 Thread Aren Olson
** Changed in: exaile 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/563207 Title: python2.6 assert failure: python: ../../src/xcb_io.c:249: process_responses:

[Bug 530765] Re: Skip non-existent tracks and ask to remove them

2011-07-19 Thread Aren Olson
** Changed in: exaile (Ubuntu) Status: Confirmed = New ** Changed in: exaile Importance: Undecided = Wishlist ** Changed in: exaile Status: New = Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 726978] Re: Space bar key should always trigger play/pause, like in all other media players

2011-07-19 Thread Aren Olson
As mathbr said, this isn't something that's trivial to do in GTK+. Additionally, the space key is used by GTK+ to activate widgets by default, so users who are used to that function might be confused if we start overriding this behavior. Furthermore, since text entries are part the the UI and

[Bug 530765] Re: Skip non-existent tracks and ask to remove them

2011-07-19 Thread Aren Olson
Charlie, I AM exaile's upstream. Please respect my changes. This is a feature that has been requested before, and the short answer is that to handle all the edge cases right requires more information than the playback engine currently has available to it, so it would require substantial changes

[Bug 726978] Re: Space bar key should always trigger play/pause, like in all other media players

2011-07-18 Thread Aren Olson
** Changed in: exaile Importance: Undecided = Wishlist ** Changed in: exaile 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/726978 Title: Space bar key should always

[Bug 583163] Re: Exaile occasionally give message : resource not found

2011-07-18 Thread Aren Olson
** Changed in: exaile 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/583163 Title: Exaile occasionally give message : resource not found To manage notifications

[Bug 588858] Re: Add optional support of indicator applet

2011-03-28 Thread Aren Olson
Regarding the track ID, actually it should not be the URI at all. I actually suggest using '/org/exaile/trackid/' + str(hash(track)). Actually, since Track objects in Exaile are unique per-uri, that's effectively the same as just using the uri outright. The proper way to do this would be to

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-13 Thread Aren Olson
** Changed in: exaile 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/714484 Title: Exaile doen't start after last upgrade -- ubuntu-bugs mailing list

[Bug 630221] Re: Tray 'Play/Pause' item doesn't reflect current state

2011-02-13 Thread Aren Olson
** Changed in: exaile 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/630221 Title: Tray 'Play/Pause' item doesn't reflect current state -- ubuntu-bugs

[Bug 624948] Re: Jamendo plugin cannot be enabled

2011-02-13 Thread Aren Olson
** Changed in: exaile 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/624948 Title: Jamendo plugin cannot be enabled -- ubuntu-bugs mailing list

[Bug 601235] Re: Adding files from cli to exaile playlist is once again broken

2011-02-13 Thread Aren Olson
** Changed in: exaile 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/601235 Title: Adding files from cli to exaile playlist is once again broken --

[Bug 596810] Re: Shuffle tracks behaves as Shuffle off

2011-02-13 Thread Aren Olson
** Changed in: exaile 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/596810 Title: Shuffle tracks behaves as Shuffle off -- ubuntu-bugs mailing list

[Bug 714484] Re: Exaile doen't start after last upgrade

2011-02-10 Thread Aren Olson
For reference, the current arch versions (which do NOT reproduce the problem) are: pygobject: 2.26.0-2 python2: 2.7.1-4 So it seems possible this is a bug in the prerelease version of (py)gobject that natty is using. -- You received this bug notification because you are a member of Ubuntu

[Bug 588858] Re: Add optional support of indicator applet

2011-01-18 Thread Aren Olson
I don't think exaile exposes the location in its api so I set the cover to the nocover image in the mean time. That's because it is not guaranteed that the cover will HAVE a location in the filesystem. For example, when the cover is embedded in the file's tags, it is just loaded directly from

[Bug 563207] Re: python2.6 assert failure: python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-12-28 Thread Aren Olson
Not sure why this is double-filed against Exaile, seeing as Exaile hasn't used wxwidgets in years. ** Changed in: exaile Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 563207] Re: python2.6 assert failure: python: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy-last_request_read) - (long) (dpy-request)) = 0)' failed.

2010-12-28 Thread Aren Olson
Sorry that was a poor assumption, but the bug and comments all seem to be about WXwidgets, and contain nothing specific to exaile at all. Without any information from the user about HOW they are triggering this bug in Exaile, much less what exaile version and distro, the report is useless anyways,

[Bug 135956] Re: cuesheet support

2010-06-15 Thread Aren Olson
Johannes - well, .cue files specify the file names they are associated with in themselves, so as long as we parse any .cue files in a directory first so we know which 'real' files to ignore, there shouldn't be any need to assume. I think the file:///path.cue#01 uri syntax makes more sense than

[Bug 594915] Re: Support Application Indicators

2010-06-15 Thread Aren Olson
*** This bug is a duplicate of bug 588858 *** https://bugs.launchpad.net/bugs/588858 ** This bug has been marked a duplicate of bug 588858 Add optional support of indicator applet -- Support Application Indicators https://bugs.launchpad.net/bugs/594915 You received this bug notification

[Bug 528567] Re: Ubuntu One Music Store plugin

2010-04-30 Thread Aren Olson
Resizing the panel is an even WORSE idea. Changing things suddenly on the user is terrible UI design. It's really unfortunate that the ubuntu music store is designed like this, its horribly inflexible. -- Ubuntu One Music Store plugin https://bugs.launchpad.net/bugs/528567 You received this bug

[Bug 545783] Re: ValueError - crash on startup

2010-03-29 Thread Aren Olson
yeah, should have been fixed as of trunk/2941. and Johannes, most 'nix file systems will accept any character that is not / or NUL, including tab. Now as to why you would put a tab in there, i have no idea. ** Changed in: exaile Status: New = Fix Committed -- ValueError - crash on

[Bug 528567] Re: Ubuntu One Music Store plugin

2010-03-27 Thread Aren Olson
Ugh, so this just embeds a browser with the store in Exaile and adds some hooks to make playback integrate, basically? That's never really ever going to fit well in Exaile's UI, it's not like Rythmbox where we have almost the entire window open for that. We need a proper music store API so we

[Bug 548732] Re: Startup fails due to EOL while scanning string literal

2010-03-26 Thread Aren Olson
** Description changed: Binary package hint: exaile Startup fails due to the following error: ---8--- INFO: Loading Exaile 0.3.1.0... INFO: Loading settings... INFO: Setting up deferred idle manager function... INFO: Loading plugins... Traceback (most recent

[Bug 455115] Re: Exaile displays negative time for .wav files

2010-03-15 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Exaile displays negative time for .wav files https://bugs.launchpad.net/bugs/455115 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 526771] Re: [Lucid] Exaile attempting to connect to daap share raises NameError

2010-03-15 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- [Lucid] Exaile attempting to connect to daap share raises NameError https://bugs.launchpad.net/bugs/526771 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 492089] Re: Performance of __refresh_changed_tracks in playlist.py could be improved

2010-03-15 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Performance of __refresh_changed_tracks in playlist.py could be improved https://bugs.launchpad.net/bugs/492089 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 350781] Re: Add Karaoke Mode to remove vocals from audio (and display lyrics?)

2010-03-15 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Add Karaoke Mode to remove vocals from audio (and display lyrics?) https://bugs.launchpad.net/bugs/350781 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 243845] Re: Exaile breaks with language-pack is missing.

2010-03-15 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Exaile breaks with language-pack is missing. https://bugs.launchpad.net/bugs/243845 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 528567] Re: Ubuntu One Music Store plugin

2010-02-26 Thread Aren Olson
I second Steve's opinion. While I'd love to see this happen, and would be willing to provide assistance as I can to anyone attempting to implement it, I have no personal use for the plugin as I do not use Ubuntu, and thus will not spend my personal development time on it. ** Changed in: exaile

[Bug 243845] Re: Exaile breaks with language-pack is missing.

2010-01-06 Thread Aren Olson
** Changed in: exaile Milestone: 0.3.0.3 = 0.3.1 -- Exaile breaks with language-pack is missing. https://bugs.launchpad.net/bugs/243845 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 460535] Re: Unable to play any but the first track of CD

2010-01-06 Thread Aren Olson
** Changed in: exaile Milestone: 0.3.0.3 = 0.3.1 -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 405364] Re: Memory leak in notify-osd in cairo surface creation - or what is left after fix for 378193

2010-01-05 Thread Aren Olson
I'm experiencing this same issue with the notify-osd plugin for Exaile (rev 2783) under Arch Linux x86_64 and notify-osd revision 407 . Notify-osd resident memory grows every time the bubble is shown with album art. I've seen this be as high as 6MB for a single track change notification, and have

[Bug 460535] Re: Unable to play any but the first track of CD

2010-01-04 Thread Aren Olson
** Changed in: exaile Status: Incomplete = Invalid -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 479746] Re: cover manager does not include all albums

2009-12-30 Thread Aren Olson
*** This bug is a duplicate of bug 481106 *** https://bugs.launchpad.net/bugs/481106 ** This bug has been marked a duplicate of bug 481106 cover manager does not include all albums -- cover manager does not include all albums https://bugs.launchpad.net/bugs/479746 You received this bug

[Bug 455115] Re: Exaile displays negative time for .wav files

2009-12-11 Thread Aren Olson
should be fixed in trunk/2714. detection is now based on file extension instead of sndhdr. ** Changed in: exaile Status: Triaged = Fix Committed ** Changed in: exaile Milestone: None = 0.3.1 ** Changed in: exaile Assignee: (unassigned) = Aren Olson (reacocard) -- Exaile

[Bug 437657] Re: Unable to remove collection

2009-12-11 Thread Aren Olson
clearing old bugs ** Changed in: exaile Status: New = Invalid -- Unable to remove collection https://bugs.launchpad.net/bugs/437657 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 492089] Re: Performance of __refresh_changed_tracks in playlist.py could be improved

2009-12-05 Thread Aren Olson
Good enough for me. Patch committed trunk/2681. ** Changed in: exaile Importance: Undecided = Low ** Changed in: exaile Status: Incomplete = Fix Committed ** Changed in: exaile Milestone: None = 0.3.1 ** Changed in: exaile Assignee: (unassigned) = Ralf Schmelter

[Bug 492089] Re: Performance of __refresh_changed_tracks in playlist.py could be improved

2009-12-04 Thread Aren Olson
Hm, isn't rebuilding the dict like that expensive? I'd like to see some numbers on whether this actually improves performance at all - I didn't notice a change after I applied it, but then I have a pretty powerful processor. -- Performance of __refresh_changed_tracks in playlist.py could be

[Bug 492089] Re: Performance of __refresh_changed_tracks in playlist.py could be improved

2009-12-03 Thread Aren Olson
Does this patch handle the case where there are multiple instances of a single song in the playlist? ** Changed in: exaile Status: New = Incomplete -- Performance of __refresh_changed_tracks in playlist.py could be improved https://bugs.launchpad.net/bugs/492089 You received this bug

[Bug 243845] Re: Exaile breaks with language-pack is missing.

2009-11-24 Thread Aren Olson
** Changed in: exaile Assignee: (unassigned) = Mathias Brodala (mathbr) -- Exaile breaks with language-pack is missing. https://bugs.launchpad.net/bugs/243845 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 460535] Re: Unable to play any but the first track of CD

2009-11-13 Thread Aren Olson
Matthew, that looks to me like a completely new issue, you should probably start a new bug for it. -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 460535] Re: Unable to play any but the first track of CD

2009-11-09 Thread Aren Olson
Upstream gstreamer has acknowledged and committed a fix for this bug, which will be released in the next version of gstreamer it seems. Marking as Invalid in exaile, since this is a purely upstream issue. ** Changed in: exaile Status: Confirmed = Invalid -- Unable to play any but the

[Bug 445279] Re: exaile crashes when loading svg icon (should depend on python-rsvg?)

2009-11-09 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- exaile crashes when loading svg icon (should depend on python-rsvg?) https://bugs.launchpad.net/bugs/445279 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 309394] Re: Alphabetic order of non-English tags

2009-11-09 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Alphabetic order of non-English tags https://bugs.launchpad.net/bugs/309394 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 460535] Re: Unable to play any but the first track of CD

2009-11-07 Thread Aren Olson
Alright, look like this is a bug in gstreamer. If i manually specify the device for cdiocddasrc, it always plays the first track. If I don't specify a device, it will play the correct track. Unfortunately, this means there really isn't anything we in Exaile can do to work around this, it has to

[Bug 460535] Re: Unable to play any but the first track of CD

2009-11-07 Thread Aren Olson
I've filed a bug against gst for this: https://bugzilla.gnome.org/show_bug.cgi?id=601104 ** Bug watch added: GNOME Bug Tracker #601104 https://bugzilla.gnome.org/show_bug.cgi?id=601104 ** Also affects: gstreamer via https://bugzilla.gnome.org/show_bug.cgi?id=601104 Importance: Unknown

[Bug 460535] Re: Unable to play any but the first track of CD

2009-11-02 Thread Aren Olson
Matthew, any idea what the version of gstreamer before that upgrade was? -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 460535] Re: Unable to play any but the first track of CD

2009-11-01 Thread Aren Olson
@Matthew - no, here is good. Your confirmation means that is almost certainly caused by a change in one of the libraries underlying Exaile rather than Exaile itself, which is very useful information. -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535 You

[Bug 460535] Re: Unable to play any but the first track of CD

2009-10-29 Thread Aren Olson
** Changed in: exaile Milestone: 0.3.0.2 = 0.3.0.3 -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 460535] Re: Unable to play any but the first track of CD

2009-10-28 Thread Aren Olson
Hm, interesting. At first glance, it could be a bug in gio/gvfs, which we only just now are experiencing because gstreamer used to always use cdiocddasrc for cdda:// uris instead of gio/gvfs. However, if that were the issue, then the cd importer should be unaffected since its hardcoded to always

[Bug 460535] Re: Unable to play any but the first track of CD

2009-10-27 Thread Aren Olson
cddb has nothing to do with track number parsing. Given the output above, it looks to me as though Exaile is still parsing the track numbers correctly, but gstreamer isn't handling the cdda:// urls correctly. -- Unable to play any but the first track of CD https://bugs.launchpad.net/bugs/460535

[Bug 397210] Re: Exaile on ubuntu should use libnotify by default

2009-09-24 Thread Aren Olson
I would not be opposed to enabling notify-osd as the default for ubuntu. As I understand it all official ubuntu variants use notify-osd, and users who do not use an official variant will almost certainly know how to adjust it to their needs, so this change should enhance the user experience

[Bug 434086] Re: opening several .mp3 files in nautilus spawns multiple exaile instances

2009-09-21 Thread Aren Olson
already fixed by new version prior to report, so marking invalid. ** Changed in: exaile Status: New = Invalid -- opening several .mp3 files in nautilus spawns multiple exaile instances https://bugs.launchpad.net/bugs/434086 You received this bug notification because you are a member of

[Bug 420019] Re: [FFe] New upstream version: 0.3.0.1

2009-09-12 Thread Aren Olson
I merged your branch, but i put streamripper into suggests instead of recommends since we don't enable it by default. I've also added you to the exaile-packaging team, so you can commit directly to the packaging branch now. -- [FFe] New upstream version: 0.3.0.1

[Bug 420019] Re: New upstream version: 0.3

2009-09-11 Thread Aren Olson
Hi Andrew, As Steve noted, we are very much non-experts when it comes to debian packaging. The current packaging in the bzr branch is a combination of my half-remembered packaging skills from back when I used to use Ubuntu, and Steve's own inexperienced efforts. Any tips/patches/etc. you can

[Bug 309394] Re: Alphabetic order of non-English tags

2009-09-06 Thread Aren Olson
retargeting to 0.3.0.2 ** Changed in: exaile Milestone: 0.3.0.1 = 0.3.0.2 -- Alphabetic order of non-English tags https://bugs.launchpad.net/bugs/309394 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 419535] Re: Broken packages: exaile-plugin-contextinfo

2009-09-06 Thread Aren Olson
retargeting to 0.3.0.2 ** Changed in: exaile Milestone: 0.3.0.1 = 0.3.0.2 -- Broken packages: exaile-plugin-contextinfo https://bugs.launchpad.net/bugs/419535 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 397210] Re: Exaile on ubuntu should use libnotify by default

2009-09-01 Thread Aren Olson
So, as far as i understand, that bug will be squished with karmic, yes ? If the packagers do their job, yes. They need to adjust the default settings.ini to disable the OSD and enable the notifyosd plugin. However, 0.3.0 has not yet been packaged for Karmic, so who knows -- Exaile on

[Bug 419338] Re: Please upload the new upstream release of Exaile

2009-08-26 Thread Aren Olson
** Attachment added: proper version of the prior attachment http://launchpadlibrarian.net/30861739/exaile.tar.gz ** Attachment removed: exaile.tar.gz http://launchpadlibrarian.net/30861512/exaile.tar.gz -- Please upload the new upstream release of Exaile

[Bug 316074] Re: Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

2009-08-24 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Exaile cannot play songs that are housed in folders that have [] square brackets in the name! https://bugs.launchpad.net/bugs/316074 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 370837] Re: Let the user choose its audioscrobbler service

2009-08-24 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Let the user choose its audioscrobbler service https://bugs.launchpad.net/bugs/370837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 386349] Re: exaile lost ability to control Volume from tray icon

2009-08-24 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- exaile lost ability to control Volume from tray icon https://bugs.launchpad.net/bugs/386349 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 45518] Re: Doesn't support gapless playback

2009-08-24 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Doesn't support gapless playback https://bugs.launchpad.net/bugs/45518 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 397210] Re: Exaile on ubuntu should use notification-daemon by default

2009-08-05 Thread Aren Olson
assigning to sidi in ubuntu, since he has previously expressed interest in making this happen for xubuntu. ** Also affects: exaile (Ubuntu) Importance: Undecided Status: New ** Changed in: exaile (Ubuntu) Status: New = Confirmed ** Changed in: exaile (Ubuntu) Assignee:

[Bug 309394] Re: Alphabetic order of non-English tags

2009-07-29 Thread Aren Olson
How is my patch in comment #4 not already a solution to this bug? You patch is very unclean, it has a lot of random additions and removals that make me leery. It's also fairly old now. If you feel you still have a solution, please rebase your patch on trunk and remove the crap from it before

[Bug 309394] Re: Alphabetic order of non-English tags

2009-07-29 Thread Aren Olson
Randoms additions and removals were trailing spaces that I removed out of habit. that should be done in separate patches in the future. mixing corrections in one patch is a really good way to not get your patch included. :) Comparisons are made using strcoll and strxfrm, and I believe it

[Bug 370837] Re: Let the user choose its audioscrobbler service

2009-07-27 Thread Aren Olson
** Changed in: exaile Milestone: None = 0.3.0 -- Let the user choose its audioscrobbler service https://bugs.launchpad.net/bugs/370837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 95860] Re: Search term goes away on exaile close/reopen and filter can no longer be removed

2009-07-27 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released -- Search term goes away on exaile close/reopen and filter can no longer be removed https://bugs.launchpad.net/bugs/95860 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 386349] Re: exaile lost ability to control Volume from tray icon

2009-07-27 Thread Aren Olson
** Changed in: exaile Milestone: None = 0.3.0 -- exaile lost ability to control Volume from tray icon https://bugs.launchpad.net/bugs/386349 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 136206] Re: Add stream to station doesn't work

2009-07-04 Thread Aren Olson
** Changed in: exaile Status: Fix Committed = Fix Released ** Changed in: exaile (Ubuntu) Status: Triaged = Fix Released -- Add stream to station doesn't work https://bugs.launchpad.net/bugs/136206 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 370837] Re: Let the user choose its audioscrobbler service

2009-06-27 Thread Aren Olson
** Changed in: exaile Status: Confirmed = Fix Committed -- Let the user choose its audioscrobbler service https://bugs.launchpad.net/bugs/370837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 45518] Re: Doesn't support gapless playback

2009-06-23 Thread Aren Olson
** Changed in: exaile Milestone: 0.3.x = 0.3.0 -- Doesn't support gapless playback https://bugs.launchpad.net/bugs/45518 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 259044] Re: Support for multiplexed audio (MT9 functionality)

2009-06-15 Thread Aren Olson
** Changed in: exaile Importance: Undecided = Wishlist -- Support for multiplexed audio (MT9 functionality) https://bugs.launchpad.net/bugs/259044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 350781] Re: Add Karaoke Mode

2009-03-29 Thread Aren Olson
** Changed in: exaile Importance: Undecided = Wishlist Status: New = Incomplete -- Add Karaoke Mode https://bugs.launchpad.net/bugs/350781 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 316074] Re: Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

2009-01-13 Thread Aren Olson
I can't confirm this bug either using the exact paths specified in the last comment, the files pane and some random songs from my collection under current exaile bzr. -- Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

[Bug 316074] Re: Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

2009-01-13 Thread Aren Olson
No problem, thanks for confirming that it's fixed. ** Changed in: exaile (Ubuntu) Status: Confirmed = Fix Committed ** Changed in: exaile Status: Incomplete = Fix Committed -- Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

[Bug 316074] Re: Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

2009-01-12 Thread Aren Olson
Would you mind downloading 0.3.0a1 and seeing if the bug is still present? ** Changed in: exaile Importance: Undecided = Medium Status: New = Incomplete -- Exaile cannot play songs that are housed in folders that have [] square brackets in the name!

[Bug 135930] Re: Gapless playback

2009-01-01 Thread Aren Olson
*** This bug is a duplicate of bug 45518 *** https://bugs.launchpad.net/bugs/45518 ** This bug has been marked a duplicate of bug 45518 Doesn't support gapless playback -- Gapless playback https://bugs.launchpad.net/bugs/135930 You received this bug notification because you are a member

[Bug 45518] Re: Doesn't support gapless playback

2009-01-01 Thread Aren Olson
** Changed in: exaile Status: Confirmed = Fix Committed -- Doesn't support gapless playback https://bugs.launchpad.net/bugs/45518 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list

[Bug 289701] Re: (Intrepid)T61 brightness control goes very slow

2008-12-03 Thread Aren Olson
I can also confirm this bug on my T61 with an intel X3100 (GM965) and Intrepid. I'll attach the requested info momentarily. -- (Intrepid)T61 brightness control goes very slow https://bugs.launchpad.net/bugs/289701 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 289701] Re: (Intrepid)T61 brightness control goes very slow

2008-12-03 Thread Aren Olson
** Attachment added: hal log, pressed brightness up then down. http://launchpadlibrarian.net/20196102/hal.log -- (Intrepid)T61 brightness control goes very slow https://bugs.launchpad.net/bugs/289701 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 289701] Re: (Intrepid)T61 brightness control goes very slow

2008-12-03 Thread Aren Olson
** Attachment added: lshal.txt http://launchpadlibrarian.net/20196103/lshal.txt -- (Intrepid)T61 brightness control goes very slow https://bugs.launchpad.net/bugs/289701 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 289701] Re: (Intrepid)T61 brightness control goes very slow

2008-12-03 Thread Aren Olson
** Attachment added: kern.log http://launchpadlibrarian.net/20196106/kern.log -- (Intrepid)T61 brightness control goes very slow https://bugs.launchpad.net/bugs/289701 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 201544] Re: mplayer brightness reduces on playback

2008-12-01 Thread Aren Olson
This problem no longer exists for me in 8.10. -- mplayer brightness reduces on playback https://bugs.launchpad.net/bugs/201544 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 276990] Re: iwlagn causes kernel panic on 802.11n wifi

2008-11-04 Thread Aren Olson
The old driver from hardy uses a firmware microcode that is incompatible with kernels after 2.6.24. I tried installing it and it didn't work. Unless there are specific features you absolutely need from Intrepid you can continue to use Hardy as it is a LTS release. Alternatively you can just add

[Bug 45518] Re: Doesn't support gapless playback

2008-10-15 Thread Aren Olson
** Changed in: exaile Importance: Undecided = Wishlist Status: Invalid = Confirmed Target: None = 0.3.x -- Doesn't support gapless playback https://bugs.launchpad.net/bugs/45518 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 177492] Re: EXA is balls-achingly slow

2008-09-22 Thread Aren Olson
I've also recently noticed slowness on the x3100 in Intrepid -- EXA is balls-achingly slow https://bugs.launchpad.net/bugs/177492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 253785] Re: Apps can't sync with Rockbox

2008-09-12 Thread Aren Olson
** Changed in: exaile Importance: Undecided = Medium Assignee: (unassigned) = Aren Olson (reacocard) Status: New = Confirmed Target: None = 0.3.0 -- Apps can't sync with Rockbox https://bugs.launchpad.net/bugs/253785 You received this bug notification because you

[Bug 256761] Re: No support for crossfade

2008-08-15 Thread Aren Olson
*** This bug is a duplicate of bug 135926 *** https://bugs.launchpad.net/bugs/135926 ** This bug has been marked a duplicate of bug 135926 Crossfade support -- No support for crossfade https://bugs.launchpad.net/bugs/256761 You received this bug notification because you are a member of

[Bug 204810] Re: crashes when i get the song's info

2008-08-03 Thread Aren Olson
*** This bug is a duplicate of bug 123409 *** https://bugs.launchpad.net/bugs/123409 this is a problem in gtkmozembed, not us. it is fixed in later versions of gnome-python-extras (at least in ubuntu). ** Changed in: exaile Status: New = Invalid ** This bug has been marked a

[Bug 204805] Re: mplayer and vlc causes backlight to go to full brightness

2008-05-01 Thread Aren Olson
I also have this issue, on a Thinkpad T60 with Intel X3100 graphics. It happens with vlc, mplayer, and some games as well. I can additionally confirm that 'xset -dpms' also exhibits this behaviour, indicating that this issue resides in X's treatment of DPMS. -- mplayer and vlc causes backlight

[Bug 177492] Re: EXA is balls-achingly slow

2008-04-18 Thread Aren Olson
jhwilliams: on my 965, EXA is on by default with the greedy tweak, video uses XV with comparable CPU use to prior ubuntu versions. Everything works as well or better than it did in gutsy, as far as I can tell. to those having trouble with dual monitors: I'd like to point out that the 'Screen

[Bug 197929] Re: Backlight adjustment no longer works on Thinkpad X61s

2008-04-03 Thread Aren Olson
It is also not fixed for me in -14, however the brightness_enable trick still works, and brightness switching is much faster than it used to be. -- Backlight adjustment no longer works on Thinkpad X61s https://bugs.launchpad.net/bugs/197929 You received this bug notification because you are a

[Bug 175124] Re: Thinkpads need to eject the bay before suspending

2008-03-29 Thread Aren Olson
I can confirm that this also affects the t61, on both gutsy and hardy. -- Thinkpads need to eject the bay before suspending https://bugs.launchpad.net/bugs/175124 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

Re: tracking down suspend/hibernate bugs?

2008-01-13 Thread Aren Olson
/linux/hal-system-power-suspend-linux for full details. Aren Olson On Jan 13, 2008 7:42 PM, Matt Price [EMAIL PROTECTED] wrote: hi, just upgraded to hardy and suspend-to-ram is broken again (as in feisty other releases) i'm trying to figure out, again, how to track down this bug but i'm

Re: Which third party repository do you use?

2007-01-10 Thread Aren Olson
On 1/10/07, Scott Ritchie [EMAIL PROTECTED] wrote: On Sat, 2007-01-06 at 13:57 -0600, Aren Olson wrote: Here's a few useful repositories I use (copied from sources.list): ## Latest Wine ## Site: http://winehq.com/site/download-deb deb http://wine.budgetdedicated.com/apt/ edgy main deb-src

  1   2   >