| Summary: | Zim plugins require further software to be installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sandro <gui1ty> |
| Component: | Zim | Assignee: | Chris Weyl <cweyl> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 14 | CC: | cweyl, fabian, robinlee.sysu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-18 05:47:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
(In reply to comment #0) > BTW, I tried to get the spell check core plugin working, but simply installing > gtkspell and gnome-python2-gtkspell didn't do the trick. What else is required? Just install gnome-python2-gtkspell and it works. There is a configuration of this plugin to set default language, and additional hunspell-* package is needed for the selected language. (In reply to comment #1) > (In reply to comment #0) > > BTW, I tried to get the spell check core plugin working, but simply installing > > gtkspell and gnome-python2-gtkspell didn't do the trick. What else is required? > Just install gnome-python2-gtkspell and it works. > There is a configuration of this plugin to set default language, and additional > hunspell-* package is needed for the selected language. Apparently, the install of gnome-python2-gtkspell wasn't recognized intermediately as with the dependencies for the other plugins. I assume I had to log out and log in again... I already had hunspell packages installed. Plugin works fine now. s/intermediately/immediately/ ;-) (In reply to comment #2) > Apparently, the install of gnome-python2-gtkspell wasn't recognized > intermediately as with the dependencies for the other plugins. I assume I had > to log out and log in again... Oh, yes, restarting Zim is required to make it aware of installed dependencies. Marked won't fix by now. If you have a detailed proposal, re-open is welcome. |
Description of problem: Zim plugins (core and none core) do not work out of the box. Version-Release number of selected component (if applicable): Zim-0.52-1.fc14.noarch Additional info: IMO at least Zim core plugins should work right out of the box. Now, when installed on a bare system, most of the plugins require extra software to be installed by the user. I would suggest to put all core plugins in a separate sub package (Zim-plugins-core) and none core plugins in additional sub packages (Zim-plugin-${none-core-plugin}. The base package should require Zim-plugins-core, but none of the other plugin sub packages. BTW, I tried to get the spell check core plugin working, but simply installing gtkspell and gnome-python2-gtkspell didn't do the trick. What else is required?