|
Bugzilla – Full Text Bug Listing |
| Summary: | konqueror does not find all NS plugins | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Dirk Stoecker <opensuse> |
| Component: | KDE | Assignee: | Stephan Binner <stbinner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | hacker |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | kdebase3 patch | ||
|
Description
Dirk Stoecker
2005-12-21 09:20:10 UTC
so you don't have kpdf installed and don't want to use it? Otherwise its okay that you get kpdf and not acroread (we prefer it for various reasons, especially the latter being open source). I have kpdf, but kpdf has still many disadvantages to acroread. So if the acroread plugin is installed, I should have the option to use it. But I don't have the choice, as the plugin is not recogniced. It is not the fact that kpdf is prefered (which can be ruled by the settings for pdf mime-type), but that I have no choice. BTW: Also the mplayer plugins are missing (comming from PackMan repository). A solution for the missing Acrobat plugin would be following line executed before konqueror start: export LD_PRELOAD="/usr/X11R6/lib/libXm.so.3 $LD_PRELOAD" Does this help to find a general solution for the topic? > Of these only nphelix.so, libflashplayer.so and gxineplugin.so are recogniced.
What do you mean with this? If you go in Konqueror's settings to Plugins, which plugins are listed? Does the list change if you search for new plugins manually?
The 3 mentioned plugins are detected, all the others are not. Neither automatically nor manually. I think that plugins are not recogniced, when they require some link libraries, which are not in library search path (as noted in comment #3). When I change the LD_PRELOAD as in comment #3, then the manual plugin search finds the nppdf plugin (till the next start without the line). But this is a fix which has some unwanted side-effects. So either there are missing soft-links, wrong library paths or missing path entries somewhere in the system. I don't know the internals that good to know which one of these is the basic reason. Additional I would suggest to expand the plugin dialog a bit, so it actually reports all the plugins, which it found, including the ones it could not load (possibly best with a message why). Created attachment 79479 [details]
kdebase3 patch
This one should take care of it. *** Bug 144648 has been marked as a duplicate of this bug. *** For the time being running 'LD_PRELOAD=/usr/X11R6/lib/libXt.so.6 nspluginscan' will detect all plugins correctly. Submitted package with patch. |