LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-17-2020, 10:53 PM   #346
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,823

Rep: Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988

"gwenview: error while loading shared libraries: libraw.so.20: cannot open shared object file: No such file or directory"
Code:
bash-5.0# ldd gwenview | grep libraw
        libraw.so.20 => not found
Code:
bash-5.0# locate libraw
/usr/lib/libraw.so.16
/usr/lib/libraw.so.16.0.0
/usr/lib/libraw_r.so.16
/usr/lib/libraw_r.so.16.0.0
/usr/lib64/libraw.so.16
/usr/lib64/libraw.so.16.0.0
/usr/lib64/libraw1394.so
/usr/lib64/libraw1394.so.11
/usr/lib64/libraw1394.so.11.1.0
/usr/lib64/libraw_r.so.16
/usr/lib64/libraw_r.so.16.0.0
Where is libraw.so.20?
 
Old 11-17-2020, 10:57 PM   #347
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,224

Rep: Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946
Quote:
Originally Posted by RadicalDreamer View Post
Where is libraw.so.20?
Code:
slackpkg file-search libraw.so.20
btw, an updated version of LibRaw was a dependency in ktown, so after removing it and installing vtown, `slackpkg install-new` would not pick up LibRaw again from the main Slackware tree (I guess that's why it's missing on your system). To get slackpkg to pick up that kind of missing stuff you can do `slackpkg install slackware64` (obviously with kde etc blacklisted). Actually I still think an 'install-missing' option wouldn't be too bad of an idea for slackpkg, as intuitively I thought that install-new worked like that (as in, "new to this system", rather being strictly based on changelog newness).

Last edited by drgibbon; 11-17-2020 at 11:11 PM.
 
2 members found this post helpful.
Old 11-18-2020, 12:33 AM   #348
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,823

Rep: Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988
Quote:
Originally Posted by drgibbon View Post
Code:
slackpkg file-search libraw.so.20
btw, an updated version of LibRaw was a dependency in ktown, so after removing it and installing vtown, `slackpkg install-new` would not pick up LibRaw again from the main Slackware tree (I guess that's why it's missing on your system). To get slackpkg to pick up that kind of missing stuff you can do `slackpkg install slackware64` (obviously with kde etc blacklisted). Actually I still think an 'install-missing' option wouldn't be too bad of an idea for slackpkg, as intuitively I thought that install-new worked like that (as in, "new to this system", rather being strictly based on changelog newness).
Thanks, I would have never figured that out! I see what happened, slackpkg is case-sensitive.
Code:
bash-5.0# slackpkg search LibRaw

Looking for LibRaw in package list. Please wait... DONE

The list below shows all packages with name matching "LibRaw".

[ Status           ] [ Repository               ] [ Package                                  ]
  uninstalled              slackware64                  LibRaw-0.20.2-x86_64-1
Code:
bash-5.0# slackpkg search libraw

Looking for libraw in package list. Please wait... DONE

The list below shows all packages with name matching "libraw".

[ Status           ] [ Repository               ] [ Package                                  ]
   installed               slackware64                  libraw1394-2.1.2-x86_64-2
 
Old 11-18-2020, 01:01 AM   #349
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107Reputation: 8107
Quote:
Originally Posted by drgibbon View Post
Code:
slackpkg file-search libraw.so.20
btw, an updated version of LibRaw was a dependency in ktown, so after removing it and installing vtown, `slackpkg install-new` would not pick up LibRaw again from the main Slackware tree (I guess that's why it's missing on your system). To get slackpkg to pick up that kind of missing stuff you can do `slackpkg install slackware64` (obviously with kde etc blacklisted). Actually I still think an 'install-missing' option wouldn't be too bad of an idea for slackpkg, as intuitively I thought that install-new worked like that (as in, "new to this system", rather being strictly based on changelog newness).
That's why there is a bit fat red-colored line of text in my blog about "ktown becomes vtown":

Code:
...
slackpkg install LibRaw autoconf-archive exiv2 poppler

The last line will re-install the few packages that were in my ‘ktown’ but also part of Slackware core.
They were upgraded by Pat in Slackware core instead of in ‘vtown’ and thus the “slackpkg remove ktown” removed those permanently.
 
5 members found this post helpful.
Old 11-18-2020, 09:56 AM   #350
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,224

Rep: Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946Reputation: 946
Quote:
Originally Posted by RadicalDreamer View Post
Thanks, I would have never figured that out! I see what happened, slackpkg is case-sensitive.
Hmm yeah, easy to miss that then. Personally I'd prefer smart-case by default (like silver-searcher/ag), where case sensitivity is only enabled if there are upper case letters in the search.

Quote:
Originally Posted by Alien Bob View Post
That's why there is a bit fat red-colored line of text in my blog about "ktown becomes vtown":

Code:
...
slackpkg install LibRaw autoconf-archive exiv2 poppler

The last line will re-install the few packages that were in my ‘ktown’ but also part of Slackware core.
They were upgraded by Pat in Slackware core instead of in ‘vtown’ and thus the “slackpkg remove ktown” removed those permanently.

Last edited by drgibbon; 11-18-2020 at 09:57 AM.
 
Old 11-20-2020, 05:48 PM   #351
lovemeslk
Member
 
Registered: Feb 2020
Location: Rantoul IL
Distribution: Slackware
Posts: 350

Rep: Reputation: 72
Quote:
Originally Posted by drgibbon View Post
Code:
slackpkg file-search libraw.so.20
btw, an updated version of LibRaw was a dependency in ktown, so after removing it and installing vtown, `slackpkg install-new` would not pick up LibRaw again from the main Slackware tree (I guess that's why it's missing on your system). To get slackpkg to pick up that kind of missing stuff you can do `slackpkg install slackware64` (obviously with kde etc blacklisted). Actually I still think an 'install-missing' option wouldn't be too bad of an idea for slackpkg, as intuitively I thought that install-new worked like that (as in, "new to this system", rather being strictly based on changelog newness).
One system did not have an issue one system one system did but unable to reproduce. Happen when gimp was updated.
 
Old 11-21-2020, 08:34 PM   #352
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,625

Rep: Reputation: 938Reputation: 938Reputation: 938Reputation: 938Reputation: 938Reputation: 938Reputation: 938Reputation: 938
OK, just noticed it again. kwin_x11 was taking 100% of my cpu. Killing X and dropping to console (I'm always in runlevel 3) didn't kill the process. (I had to kill -9 it.) I've no clue what actually causes it, though, or how to reproduce.
 
Old 11-22-2020, 12:51 AM   #353
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,029

Rep: Reputation: 621Reputation: 621Reputation: 621Reputation: 621Reputation: 621Reputation: 621
Quote:
Originally Posted by garpu View Post
OK, just noticed it again. kwin_x11 was taking 100% of my cpu. Killing X and dropping to console (I'm always in runlevel 3) didn't kill the process. (I had to kill -9 it.) I've no clue what actually causes it, though, or how to reproduce.
I've noticed this myself sometimes. 100% of one core was being used by kwin_x11. Logging out of plasma and a startx cured it for the rest of the day. Does not happen to me regularly so have no idea what can trigger it.
 
Old 11-22-2020, 06:44 AM   #354
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
I just upgraded from ktown to vtown yesterday. No issues whatsoever so far. It's nice to be able to remove a repo from my slackpkgplus config.
 
Old 11-22-2020, 08:13 AM   #355
_peter
Member
 
Registered: Sep 2014
Location: paris
Distribution: slackware
Posts: 314

Rep: Reputation: Disabled
for a week, restarting with up to date slackware64 current no multi-lib and new user $HOME/, so far i no longer see the kwin_x11 using 100% of cpu when running kde plasma.
 
1 members found this post helpful.
Old 11-22-2020, 08:39 AM   #356
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 291

Rep: Reputation: 187Reputation: 187
Quote:
Originally Posted by 3rensho View Post
I've noticed this myself sometimes. 100% of one core was being used by kwin_x11. Logging out of plasma and a startx cured it for the rest of the day. Does not happen to me regularly so have no idea what can trigger it.
Just kill -9 the 100% hogging kwin_x11 process while inside of Plasma itself, nothing visible crashes if you do so. I.e no windows will disappear and reappear or window borders disappear, no apps seem to crash. And you can continue on with out logging out and logging back in and all that time wasting jazz.
 
1 members found this post helpful.
Old 11-22-2020, 08:51 AM   #357
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,029

Rep: Reputation: 621Reputation: 621Reputation: 621Reputation: 621Reputation: 621Reputation: 621
Quote:
Originally Posted by Pixxt View Post
Just kill -9 the 100% hogging kwin_x11 process while inside of Plasma itself, nothing visible crashes if you do so. I.e no windows will disappear and reappear or window borders disappear, no apps seem to crash. And you can continue on with out logging out and logging back in and all that time wasting jazz.
Thanks for that. Had considered doing that but then thought it might kill everything and I'd have to restart anyway.
 
Old 11-23-2020, 03:36 PM   #358
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware-15.0; -current
Posts: 245

Rep: Reputation: 60
Maybe a dumb question, but is there a good reason not to just run
Code:
slackpkg upgrade vtown
if I'm starting from an upgraded -current system with no ktown? When I run that command I get a full list of packages to upgrade, and I assume they will replace whatever is in the current kde installation? TIA...

Quote:
Originally Posted by RadicalDreamer View Post
This is what I did. I first ran
Code:
slackpkg install-new
. Then
Code:
slackpkg upgrade-all
. Then
Code:
slackpkg clean-system
. I did a kernel upgrade. Rebooted. Then I ran (at runlevel 3)
Code:
slackpkg remove ktown
. Then I ran
Code:
slackpkg remove kde
. Then
Code:
slackpkg remove kdei
. Then I did
Code:
slackpg install vtown
. I noticed it missed a few packages so I did
Code:
slackpkg upgrade vtown
and that got everything related to vtown.
 
1 members found this post helpful.
Old 11-23-2020, 06:57 PM   #359
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,823

Rep: Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988Reputation: 988
JimBrewster, run
Code:
slackpkg search testing
and see if you've got all of vtown.
 
Old 11-23-2020, 07:46 PM   #360
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657
Quote:
Originally Posted by JimBrewster View Post
Maybe a dumb question, but is there a good reason not to just run
Code:
slackpkg upgrade vtown
if I'm starting from an upgraded -current system with no ktown? When I run that command I get a full list of packages to upgrade, and I assume they will replace whatever is in the current kde installation? TIA...
If you just run slackpkg upgrade vtown, I believe it will only present upgrades from vtown of packages you currently have installed. You'd also want to run slackpkg install vtown to get any new packages and slackpkg remove kde{,i} to get rid of the kde4 packages.
 
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: Solus Readies KDE Plasma Edition Testing ISO with Latest KDE Plasma 5.14 Desktop LXer Syndicated Linux News 0 10-25-2018 03:03 PM
LXer: KDE Plasma 5.13 Desktop Reaches End of Life, KDE Plasma 5.14 Arrives October 9 LXer Syndicated Linux News 0 09-15-2018 10:30 PM
KDE plasma touch interface on Debian testing [plasma desctop 5.8] eswues Debian 0 12-11-2016 04:56 PM
LXer: Sebastian Kügler: KDE's Plasma Mobile is running on Plasma 5 and Kubuntu LXer Syndicated Linux News 0 07-26-2015 01:48 AM
[SOLVED] Please tell me how to tell KDE to run plasma-desktop instead of plasma-netbook Kenny_Strawn Linux - Software 7 07-19-2010 07:32 PM

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

All times are GMT -5. The time now is 09:58 PM.

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