Using Krita-testing on Linux mint 15, cinnamon edition, kde libraries 4.11.2 After the tablet logs, I noticed Krita sketch and gemini installed, so I wanted to try them out. Unfortunatly: Compiled for arch: ::Vc::SSE41Impl Features supported: "SSE2" --- yes "SSSE3" --- yes "SSE4.1" --- yes "AVX " --- no OpenGL version 1.1 or higher is present. OpenGL version 1.2 or higher is present. OpenGL version 1.3 or higher is present. OpenGL version 1.4 or higher is present. OpenGL version 1.5 or higher is present. OpenGL version 2.0 or higher is present. OpenGL version 2.1 or higher is present. Using the core profile file:///opt/project-neon/share/apps/kritasketch/kritasketch.qml:20:1: module "org.krita.sketch" is not installed import org.krita.sketch 1.0 ^ kritasketch(14790) MainWindow::MainWindow: "file:///opt/project-neon/share/apps/kritasketch/kritasketch.qml:20:1: module "org.krita.sketch" is not installed" Reproducible: Always
> kritasketch(14790) MainWindow::MainWindow: "file:///opt/project-neon/share/apps/kritasketch/kritasketch.qml:20:1: module "org.krita.sketch" is not installed" missing dependency is almost alwasy a downstream packaging issue. Please report the problem to project-neon developers.
Well, actually, this is probably a path problem -- we might be installing this module to the wrong place. I'd prefer to look into that first before closing. I've had the same issue when building and installing myself on a fresh system.
"missing dependency is almost alwasy a downstream packaging issue. Please report the problem to project-neon developers." Actually, this is Dmitry's (Krita Lime) PPA, so it's kinda useless to report bugs at project neon. I'm sorry if I wasn't obvious about that :|
Yes, the Sketch and Gemini are probably built because I use CREATIVE there :)
I have the same issue with building from source.
Hm, it actually works here, but I get a blank screen on startup, that only gets repainted correctly after changing the window size.
(In reply to comment #6) > Hm, it actually works here, but I get a blank screen on startup, that only > gets repainted correctly after changing the window size. Tried that, but it doesn't do anything.
Fixed by Arjen recently.
The same bug with Krita built from git master, at debian jessie/sid: file:///home/portnov/soft/calligra/share/apps/kritasketch/kritasketch.qml:20:1: module "org.krita.sketch" is not installed import org.krita.sketch 1.0
Got it. When building/installing from git master on Debian x86_64, imported libs are put into calligra/lib/x86_64-linux-gnu/calligra But application searches them in calligra/lib/calligra Not sure if bug is in CMake installer script or in directory location code, but bug is not yet fixed actually.
Yeah, I hadn't realised this bug had been closed because it's not resolved. And indeed, when build on Ubuntu, they too are put into <instal directory>/lib/x86_64-linux-gnu/ instead of /lib/ I managed to get it working via a softlink, but it's a little weird that there's an extra folder being chucked into the hierarchy.