Summary: | Flash doesn't works in Kubuntu after upgrading the package with muon | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | J.A. Moray <moray33> |
Component: | muon | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
J.A. Moray
2012-10-10 15:33:51 UTC
This is a packaging issue with the flash package. I'd recommend using the more robust "adobe-flashplugin" package from the Canonical commercial Parnter repository, which does not suffer from this issue. It works fine with the terminal and using other package managers, but well... Yes, it does fail within Muon, but the ultimate failure is an uncaught exception in the script the packaging runs to download the actual flash plugin. The difference would be that package managers like apt-get and Synaptic run dpkg in a terminal emulator, whereas package managers like Muon and PackageKit run dpkg in a pty. (A perfectly valid thing to do.) The script within the flashplugin-installer package erroneously assumes that the package is being installed in a virtual terminal emulator environment, which triggers the uncaught exception within the script. The adobe-flashplugin package, on the other hand, contains the actual plugin itself and doesn't rely on a post-installation script to fetch the plugin from adobe's servers, so it doesn't suffer the same bug. Ok, thank you. I reported this bug in Ubuntu's Launchpad. I think it's more handier not having to add another repository to have Flash working without this issue, so I hope they can solve it. |