Slashdot Mirror


User: psyke83

psyke83's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Two cheap options on Ask Slashdot: Which Android Phone (and Carrier) For WiFi Proxy Support? · · Score: 1

    I'm Irish, and can suggest two phones if you're looking for something... cost-effective ;).

    Samsung Galaxy 5 Europa, 45 euro: http://three.ie/shop/products/samsung-europa-black.html?_selectedTariff=prepay&_defaultPriceplan=9
    Vodafone Smart, 60 euro: http://www.vodafone.ie/offers/vodafone-smart/

    Why do I recommend these? Well, a disclaimer: I develop unofficial CyanogenMod 7 ports for both of these phones ;). Although CM7 doesn't support wifi proxy natively, you can use a third-party app such as TransProxy on CM7.

    P.S. I recommend the Samsung phone - it's better than the Smart, despite the lower price.

  2. Re:Guide to getting flash working perfectly on har on Why Is Adobe Flash On Linux Still Broken? · · Score: 1

    Thanks for bringing that to everyone's attention (I'm the author of the guide).

    The instructions are a little shaky for 64bit users at the moment, though. Hardy's version of the user-land ALSA libraries are too old to function well with PulseAudio, and it's difficult to package updated 32bit libraries that already exist in the massive ia32-lib package.

  3. Flash is not broken, it's your distribution! on Why Is Adobe Flash On Linux Still Broken? · · Score: 4, Insightful

    The original poster of this article is experiencing bugs with his or her distribution, *not* merely with Flash. There are several issues at work here.

    a) Flash 10 RC is the first version to support "windowless mode" flash content that several sites use. Unfortunately, there is a bug in Firefox that causes "windowless mode" content to crash. It is not a bug caused by Adobe Flash; un fact, the newest version of swfdec (which also added support for "windowless mode" content) also causes Firefox to crash. This fix is due for release in Firefox 3.0.2 and a workaround is available for older releases already. See: https://bugs.launchpad.net/bugs/239182

    b) Ubuntu Hardy was the first release to integrate PulseAudio, but its default configuration can cause a lot of trouble for users. PulseAudio provides ALSA plugins that enable plain ALSA applications to work correctly with PulseAudio; these plugins are supposed to be enabled by default. Some (buggy) applications do not work correctly using these plugins, including Flash 9 and Audacity. Hardy was released without these plugin enabled, causing many audio mixing problems for users. See: https://bugs.launchpad.net/bugs/198453

    c) It appears the original poster is using the libflashsupport library, which is a workaround to enable PulseAudio support in Flash without the need for the ALSA plugins mentioned in point (b) to be enabled. There is a bug in Flash when using the libflashsupport API; closing and opening new flash streams will result in a crash (such as navigating from one Youtube page to another). See: https://bugs.launchpad.net/bugs/192888

    d) Flash 10 has fixed its ALSA implementation, allowing it to work correctly with the PulseAudio ALSA plugins as mentioned in point (b) - this means that the (buggy) libflashsupport library is now redundant.

    Note that all the above bugs contain links to the upstream issues when applicable. For those too lazy to follow the individual bugs, I have posted a guide to configure PulseAudio (and Flash 10) correctly for Ubuntu users, complete with testing packages. See: http://ubuntuforums.org/showthread.php?t=789578