stevepusser wrote:But the open Chromium in Debian won't download the Flash plugin for itself, as far as I know. Only Google Chrome can do that.
Flash Player is pre-installed in Google Chrome, but not enabled.
stevepusser wrote:Do you also have Google Chrome installed? I think Chromium can also look for and use the Flash that Chrome downloads.
1624 wrote:I download Flash player (if i need it) from Adobe and copy libflashplayer.so to .mozilla/plugins directory.
stevepusser wrote:Since Flash is closed and proprietary, there's no way it could be included in a Chromium package from Debian main. Even if it just downloaded Flash instead, it would then be in the contrib section.
grep install /var/log/dpkg.log
( zcat $( ls -tr /var/log/apt/history.log*.gz ) ; cat /var/log/apt/history.log ) | egrep '^(Start-Date:|Commandline:)' | grep -v aptdaemon | egrep '^Commandline:' | egrep 'install' 1>>installed_packages.txt
comm -23 <(aptitude search '~i !~M' -F '%p' | sed "s/ *$//" | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)
by Lysander »This makes me think that I probably installed Chromium
dpkg-query -l
pylkko wrote:So, how are you testing if "flash works"? Are you using Adobe's test or something else? I have chromium installed and no flash on this machine that I am using now... If I go to a flash video I get a message "update flash. download and install the latest version of Adobe Flash player so that you can watch this content". IS it possible that you had several flash versions on your machine and when you deleted one, there was still another or sometihng like that?
stevepusser wrote:The apt system can only know about files that were installed by a package in its system. If you go and just manually install a .so file someplace, such as that pepperflash .so file, apt won't know a thing about it and naturally won't remove it automatically. I bet that's what going on in your case.
The newer Chromium-based Opera has a list of locations where it looks for Pepperflash. I know the adobeflashplugin package we have in MX gets it working on Opera, so it must put the .so file or a symlink someplace where Opera is looking.
Return to Desktop & Multimedia
Users browsing this forum: No registered users and 6 guests