| Summary: | Konqueror does not work with Flash without /usr/lib64/mozilla/plugins/libflashplayer.so symlink | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karel Volný <kvolny> |
| Component: | kde-baseapps | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | ccheney, dvratil, jreznik, kevin, ltinkl, rdieter, rnovacek, than |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | kde-baseapps-4.12.5-2.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-14 23:55:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Karel Volný
2013-08-24 06:23:09 UTC
(In reply to Karel Volný from comment #0) > Steps to Reproduce: > 1. follow http://fedoraproject.org/wiki/Flash#x86_64_.2864-bit.29 > 2. go to http://www.adobe.com/software/flash/about/ insert 0. install Fedora 19 with KDE (just to highlight that it was stock desktop install, not a minimal one or something like that) So the proprietary Flash plugin is packaged incorrectly by Adobe (it doesn't work at all in the path it gets installed to, even if you add it to Konqueror's search path), why would that be Konqueror's fault? Konqueror is not going to make any symlinks in /usr/lib64/mozilla/plugins/, that path belongs to Mozilla. (In reply to Kevin Kofler from comment #2) > So the proprietary Flash plugin is packaged incorrectly by Adobe (it doesn't > work at all in the path it gets installed to, even if you add it to > Konqueror's search path), why would that be Konqueror's fault? well, do you have any argument why it _is not_ Konqueror's fault? how do you deduce that it is Flash's fault and not a problem in the way Konqueror tries to use it? > Konqueror is not going to make any symlinks in /usr/lib64/mozilla/plugins/, > that path belongs to Mozilla. I haven't said it should, but it is a clue - knowing what makes it work could be a first step to find out how to fix/workaround ... and even if it really is Adobe's problem then I think Konqueror should be[*] able to workaround it if Seamonkey is able btw, I would see that as a _correct_ packaging by Adobe, if they do not touch something owned by someone else ... [*] blaming Adobe won't help ordinary users, it is unlikely to get the blob fixed, unfortunately many useful sites don't work at all without Flash, and Fedora is not FSF approved totally libre distro to lead religious war against non-opensource software $ rpm -q flash-plugin flash-plugin-11.2.202.327-release.x86_64 ls /usr/lib64/mozilla/plugins/libflashplayer.so /usr/lib64/mozilla/plugins/libflashplayer.so worksforme. In all seriousness, if flash-plugin install fails to make that symlink, it won't work with mozilla/firefox either. The problem here is that Adobe detects which browsers are installed by looking for the plugin directories, and since /usr/lib64/mozilla/plugins does not exist when only konqueror is installed it does not create a symlink for flash. It does seem odd that Konqueror can't use the flash plugin it can see in the original directory though. A workaround for this issue is to run the following: mkdir /usr/lib64/mozilla/plugins /usr/lib64/flash-plugin/setup 64 upgrade Ah thanks for that detail! I think we can fix this, by adding a dependency on mozilla-filesystem pkg (which owns /usr/lib64/mozilla-plugins) kde-baseapps-4.11.5-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/kde-baseapps-4.11.5-2.fc19 Package kde-baseapps-4.11.5-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kde-baseapps-4.11.5-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6010/kde-baseapps-4.11.5-2.fc19 then log in and leave karma (feedback). kde-baseapps-4.12.5-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/kde-baseapps-4.12.5-2.fc20 kde-baseapps-4.11.5-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. kde-baseapps-4.12.5-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |