LinuxQuestions.org
Visit Jeremy's Blog.
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 03-23-2007, 08:34 AM   #1
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
k3bsetup in slackware current


Hi all

Running k3bsetup results in the following
Quote:
kbuildsyscoca running...
kcmshell (kdelibs): WARNING: could not find module 'k3bsetup2'.
Trying a locate for k3bsetup2 finds
Quote:
/usr/lib/kde3/kcm_k3bsetup2.la
/usr/lib/kde3/kcm_k3bsetup2.so
Any ideas.

Samac
 
Old 03-23-2007, 02:55 PM   #2
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 264

Rep: Reputation: 69
Try logging in as root and running k3bsetup. k3bsetup must be ran as root the very first time, after that you can run it as a normal user and give the root password.
 
Old 03-23-2007, 05:56 PM   #3
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
Sorry this doesn't work. I thought that I had tried that combination already, and I guess I had.

k3bsetup2 doesn't exist, the libraries are there, but no executable.

Samac
 
Old 03-23-2007, 08:18 PM   #4
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 264

Rep: Reputation: 69
Hmmm it works here on a clean slackware current install, try running ldconfig and or try reinstalling it. The executable is k3bsetup

Last edited by XGizzmo; 03-23-2007 at 08:21 PM.
 
Old 03-23-2007, 08:22 PM   #5
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
I have what appears to be the same problem on my Slackware -current setup, I just have been too busy with getting the rest of the system running properly to actually look into it yet.

EDIT

I got it working now. Seems you need to have the kdebase package installed, were I only ever needed kdelibs installed on Slackware 11 and earlier to get K3B happy.

Last edited by MS3FGX; 03-23-2007 at 08:43 PM.
 
Old 03-24-2007, 04:06 AM   #6
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
Hi

I now have everything installed except e/ f/ k/ y/ and I reinstalled k3b and k3b-i18n.

Still no joy k3bsetup cannot find the module k3bsetup2

EDIT
It appears that k3bsetup2 is supposed to be a module of kcontrol, but re-installing kdebase and kdelibs does not correct the error.

Any further ideas

Samac

Last edited by samac; 03-24-2007 at 06:05 AM.
 
Old 03-24-2007, 06:20 AM   #7
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
SOLUTION>>>>>

Quote:
25/02/2005
KDE k3b KSycoca error solving

I’ve emerged k3b in my gentoo to be able to write cds from X windows. When trying to fire up k3bsetup I got these strange messages:

root # k3bsetup
_IceTransOpen: Unable to Parse address
Session management error: Could not open network socket
kio (KSycoca): WARNING: Found version 75, expecting version 78 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kcmshell (kdelibs): WARNING: Could not find module ‘k3bsetup2′.

I don’t understand what this is. BUT I’ve found a solution to it.
Inside /var/tmp/kdecache-root/ there were 2 files named:

ksycoca ksycocastamp

as soon as you rm them and run k3bsetup again…everything is fine.

It just works…I don’t know what ksycoca is but I’m glad this “solution” works.
This fix worked, I wonder why it went wrong in the first place.

Samac
 
Old 04-10-2007, 08:46 AM   #8
doeppjakab
LQ Newbie
 
Registered: Jul 2006
Distribution: Desktop: Slackware 12, Slamd64; Server: OpenBSD
Posts: 10

Rep: Reputation: 0
I had a similar problem (with Slackware 11, k3b 1.0), and was able to solve it by adding /opt/kde/bin to the root path which is not included by default. As root:

Quote:
bash-3.2# echo "export PATH=$PATH:/opt/kde/bin" >> /root/.profile
jim
 
Old 04-10-2007, 12:49 PM   #9
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
KDE has been moved out of /opt in Slackware -current, and therefore all future versions of Slackware as well. It is now inside of the /usr directory, like the rest of the applications (I.E. /usr/bin/k3b).
 
Old 04-26-2007, 12:49 PM   #10
TNWestTex
Member
 
Registered: May 2006
Location: Tennessee
Distribution: current, rawhide
Posts: 88

Rep: Reputation: 16
Quote:
Originally Posted by samac
SOLUTION>>>>>



Inside /var/tmp/kdecache-root/ there were 2 files named:

ksycoca ksycocastamp
Forcing the system to rebuild these files fixes k3bsetup on my -current.

Thanks samac

TNWestTex
 
Old 04-26-2007, 07:19 PM   #11
pbhj
Member
 
Registered: Dec 2002
Location: UK
Distribution: Slackware 12; Ubuntu 7.10
Posts: 358

Rep: Reputation: 32
Quote:
kbuildsycoca
and what else?
 
Old 05-01-2007, 11:01 AM   #12
TNWestTex
Member
 
Registered: May 2006
Location: Tennessee
Distribution: current, rawhide
Posts: 88

Rep: Reputation: 16
Quote:
Originally Posted by pbhj
and what else?
Delete to old files and the system will build new onesAs the owner,
Code:
cd /var/tmp/kdecache-root/;rm ksycoca ksycocastamp
 
  


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
DISCUSSION: Upgrade to Slackware -current without a -current CD truthfatal LinuxAnswers Discussion 0 09-19-2006 01:42 PM
Whereis K3bSetup mickeyboa Fedora 7 05-28-2006 02:09 PM
k3bsetup problem dave`2005 Linux - Software 1 05-18-2006 07:52 AM
problems with k3bsetup rje_NC Linux - Software 1 12-24-2004 12:54 PM
Cannot run k3bsetup mooreted Slackware 9 12-01-2004 02:21 PM

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

All times are GMT -5. The time now is 10:23 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