LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-18-2017, 05:06 PM   #1
Mike32
LQ Newbie
 
Registered: Jul 2017
Posts: 2

Rep: Reputation: Disabled
I'd like to run Krita 3


I am looking to install/build the latest version of the art tool Krita on my offline Slackware 14.1. Having a bit of trouble, I am probably too close to the problem, so I am looking for advice.

In terms of research, I have noted just-enough-kde-to-run-krita-on-slackware: A method which, on 14.1, would install an even older version from back when Krita was part of Calligra. New versions are no longer part of Calligra and require KDE5 (it ported on kf5, it need qt5). And this thread krita-and-current-2017-06-21 seems to imply it is in an AlienBOB image. Do I need to wipeout my Linux and install a fresh AlienBOB Slackware image?

I have tried to install the latest Krita from source, and fill the dependencies with slackbuilds (slackbuilds.org/../extra-cmake-modules) But after investing a reasonable amount of time building components: I find I need a whole bunch of KDE5 stuff (like KF5Archive, KF5Config, KF5WidgetsAddons, KF5Completion, KF5CoreAddons, KF5GuiAddons, KF5I18n, KF5ItemModels, KF5ItemViews, KF5WindowSystem) that I don't seem to be able to satisfy.

I would like to use the latest Krita (v3.1.4 today) and I'd generally prefer not to dump my existing Slackware install if I can help it. So what direction should I take?
 
Old 07-19-2017, 10:07 AM   #2
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Does the appimage not work? When I go to their download page (autodetecting I'm using linux), I see:

https://krita.org/en/download/krita-desktop/

https://download.kde.org/stable/krit...86_64.appimage

This is indeed for version 3.1.4. At least, it works on my Debian systems, running XFCE4 with no qt5 (although, there's some qt4 stuff)

Basic steps using the appimage is:

1) Download it

2) chmod 775 it (to make it executable)

3) run it.

I don't know what stuff is required to get appimages to run. It works out-of-box with my Debian systems, and they claim it will work on any "modern" Linux distribution.
 
Old 07-19-2017, 11:09 AM   #3
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
the kde5 appimages don't work with slackware 14.1 because looks like mesa-9.x is unsupported by them ("symbol lookup error: /usr/lib64/libGL.so.1: undefined symbol: _glapi_Dispatch").
building from source isn't an option too (too many old/unsatisfied dependencies).

I think the best option for you will be to upgrade to slackware 14.2 and then use Alien Bob's KDE5.
 
2 members found this post helpful.
Old 07-21-2017, 01:29 PM   #4
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
If you install AlienBOB's Plasma 5 Packages, Krita comes included.

Code:
[eduardo:~]$ ls /var/log/packages | grep krita
krita-3.1.4-x86_64-1alien
[eduardo:~]$
You can download the packages here and install it using the README.

The catch: you need at least Slackware 14.2.

Last edited by sombragris; 07-21-2017 at 01:31 PM.
 
1 members found this post helpful.
Old 07-22-2017, 06:19 AM   #5
Mike32
LQ Newbie
 
Registered: Jul 2017
Posts: 2

Original Poster
Rep: Reputation: Disabled
Following the Slackware14.2 UPGRADE.TXT borked my system. Not sure why; I had been running a few different versions of GCC for different targets, maybe it confused the different libraries.

So I installed 14.2 in a fresh partition and immediately applied AlienBOB's KDE/Plasma 5. Krita works fine -Thanks everyone.

The upgrade is not without serious problems. I am finding very sluggish behaviour in terminal emulators, including xterm. Is this a known issue? I am not CPU bound: CPU usage remains low as recorded by 'top'. If I move the cursor right twice in bash or nano, it can sometimes appear not to move, then jump two spaces to the right in a single frame. Mouse is smooth. OpenGL and mplayer work smooth. I do have two keyboards connected. Same thing happens if I use an old window manager like WindowMaker. I am guessing there is a problem with the event framework not delivering events promptly. If it is not a known issue: I guess I will have to investigate it myself. Can't use the system if I can't type in terminal emulators without treacle. Grrrr hate Linux upgrades.

Last edited by Mike32; 07-22-2017 at 06:23 AM.
 
Old 07-22-2017, 01:49 PM   #6
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,309

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
you should mark this thread as solved and open new thread for any other issues
 
Old 07-24-2017, 10:42 AM   #7
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 859

Rep: Reputation: 383Reputation: 383Reputation: 383Reputation: 383
Quote:
Originally Posted by Mike32 View Post
I am finding very sluggish behaviour in terminal emulators, including xterm. Is this a known issue? I am not CPU bound: CPU usage remains low as recorded by 'top'. If I move the cursor right twice in bash or nano, it can sometimes appear not to move, then jump two spaces to the right in a single frame.
I never had problems upgrading from UPGRADE.TXT, provided that I also followed CHANGES_AND_HINTS.TXT. The two should be followed closely. Of course, after Slackware 13.37 IIRC I transitioned to -current so maybe now this has changed.

Now, about your sluggish behavior: if it's not CPU related, it could be I/O. Run fsck on your disks. Check available disk space and/or exceedingly large cache files. Hope this helps.

Last edited by sombragris; 07-24-2017 at 10:43 AM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Krita Devs Work on SVG Support, Python Scripting, and Text Tools for Krita 3.2 LXer Syndicated Linux News 0 12-23-2016 05:07 AM
[SOLVED] Just enough KDE to run Krita on Slackware 14.2 keithpeter Slackware 2 09-24-2016 03:26 PM
LXer: Krita Animation Edition Gets a Second Beta Release, Still Not Based on Krita 3.0 - Video LXer Syndicated Linux News 0 12-13-2015 12:44 AM
LXer: Krita Port to KDE Frameworks 5 and Qt 5 Almost Done, Krita 3.0 Coming Later This Year LXer Syndicated Linux News 0 09-26-2015 10:23 PM
LXer: Krita Team Seeking Sponsorship to Take Krita to Next Level LXer Syndicated Linux News 0 12-02-2009 10:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration