You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugins for spelling, webcam etc are not compiling. Although this issue does not stop the build from working, and the PPA does refresh fine with new code commits, it does prevent the plugins from functioning. This means that these features are not currently available to users of the PPA.
When executing nixnote2 with hunspell-en-gb and hunspellpackages installed, trying the menu option Note / Spell Check raises the error dialog "Hunspell plugin not found or could not be loaded".
Should there be some explicit directives or overrides in the build to compile the plugins as well as the core? If you check a recent example build log you will not find ANY mentions of qmake happening in the plugins folders.
The text was updated successfully, but these errors were encountered:
For examples of built plugin packages see [https://sourceforge.net/projects/nevernote/files/NixNote2%20-%20Beta%2011/Linux/]
Hunspell includes the data.tar.xz containing /./usr/share/nixnote2/plugins/libhunspellplugin.so as well as the normal nixnote2 changelog and the following control file
Package: nixnote2-hunspell-plugin
Version: 2.0-beta11
Section: x11
Priority: optional
Architecture: amd64
Installed-Size: 60000
Depends: libc6, libhunspell-1.3-0
Recommends:
Maintainer: Randy Baumgarte <[email protected]>
Description: Webcam plugin for NixNote2.
A plugin for NixNote2 to allow for spell checking.
Check for this in the source, and any other make instructions, that we could use to create a recipe for additional packages in the PPA
I think the webcam plugin in NixNote is pretty useless (or out of scope for an Evernote client). I think you someone wants to make a selfie, then there should be better options for this then "note taking app".
The plugins for spelling, webcam etc are not compiling. Although this issue does not stop the build from working, and the PPA does refresh fine with new code commits, it does prevent the plugins from functioning. This means that these features are not currently available to users of the PPA.
When executing nixnote2 with
hunspell-en-gb
andhunspell
packages installed, trying the menu option Note / Spell Check raises the error dialog "Hunspell plugin not found or could not be loaded".Should there be some explicit directives or overrides in the build to compile the plugins as well as the core? If you check a recent example build log you will not find ANY mentions of qmake happening in the plugins folders.
The text was updated successfully, but these errors were encountered: