Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
k3bsetup problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mamunata
Apprentice
Apprentice


Joined: 30 Nov 2004
Posts: 169

PostPosted: Fri Dec 10, 2004 6:03 pm    Post subject: k3bsetup problem Reply with quote

Hi,

I emerged k3b-0.11.17 succesfully, but when i try to run k3bsetup2 i recieve the following error from kde:
There was an error loading the module.
The diagnostics is:
Library files for "kcm_k3bsetup2.la" not found in paths.
Possible reasons:
An error occurred during your last KDE upgrade leaving an orphaned control module
You have old third party modules lying around.

/usr/lib/kde3/kcm_k3bsetup2.la - this is the place where that module is

any ideas?
Back to top
View user's profile Send private message
Dr Gonzo
Apprentice
Apprentice


Joined: 31 Jan 2004
Posts: 276
Location: Austin, TX

PostPosted: Fri Dec 10, 2004 11:41 pm    Post subject: Reply with quote

Try an
Code:
ldconfig
and see if that helps. You might also check the LD_LIBRARY_PATH environment variable to see if it includes the directory in question.
_________________
"Families is where our nation finds hope, where wings take dream."

George W. Bush
Back to top
View user's profile Send private message
mamunata
Apprentice
Apprentice


Joined: 30 Nov 2004
Posts: 169

PostPosted: Sat Dec 11, 2004 6:29 am    Post subject: Reply with quote

Dr Gonzo wrote:
Try an
Code:
ldconfig
and see if that helps. You might also check the LD_LIBRARY_PATH environment variable to see if it includes the directory in question.


Sorry man but it did not help
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Sat Dec 11, 2004 7:51 am    Post subject: Reply with quote

I had the same problem once and tried everything. Re-emering, ldconfig, you name it, nothing worked. I decided to redo my system because I just couldnt get it running and no matter how many times I re-emerged it, nothing...

You could always try and set the permissions manually, and then you wouldnt need to use k3bsetup2...

Perhaps even email the author as you are not the only person who has had this problem.
Back to top
View user's profile Send private message
nephila
n00b
n00b


Joined: 20 Aug 2002
Posts: 22

PostPosted: Sat Dec 11, 2004 10:14 am    Post subject: Reply with quote

I'm experiencing this as well, however the k3bsetup program isn't the only thing that's complaining (kaffeine and kdevelop are also giving me gyp).

Another symptom I'm seeing is that themes (styles, window decorations, etc.) are also not showing up in kcontrol.

When I run KDevelop I get the following error message in a dialog:

Quote:
Unable to find plugins, KDevelop will not work properly!
Please make sure that KDevelop is installed in your KDE directory, otherwise you have to add KDevelop's installation path to the environment variable KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.
Example for BASH users:
export KDEDIRS=/path/to/kdevelop:$KDEDIRS && kbuildsycoca


However, nothing changes when I run the command it suggests.
Back to top
View user's profile Send private message
mamunata
Apprentice
Apprentice


Joined: 30 Nov 2004
Posts: 169

PostPosted: Sat Dec 11, 2004 10:46 am    Post subject: Reply with quote

nephila wrote:
I'm experiencing this as well, however the k3bsetup program isn't the only thing that's complaining (kaffeine and kdevelop are also giving me gyp).

Another symptom I'm seeing is that themes (styles, window decorations, etc.) are also not showing up in kcontrol.

When I run KDevelop I get the following error message in a dialog:

Quote:
Unable to find plugins, KDevelop will not work properly!
Please make sure that KDevelop is installed in your KDE directory, otherwise you have to add KDevelop's installation path to the environment variable KDEDIRS and run kbuildsycoca. Restart KDevelop afterwards.
Example for BASH users:
export KDEDIRS=/path/to/kdevelop:$KDEDIRS && kbuildsycoca


However, nothing changes when I run the command it suggests.


Try to add this to /etc/profile and post the result pls:

QTDIR=/usr/local/qt-3.3.2
PATH=$QTDIR/bin:&PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export QTDIR
export PATH
export MANPATH
export LD_LIBRARY_PATH
Back to top
View user's profile Send private message
mamunata
Apprentice
Apprentice


Joined: 30 Nov 2004
Posts: 169

PostPosted: Sat Dec 11, 2004 11:49 am    Post subject: Reply with quote

chmod 4755 cdrdao && chmod 4755 cdrecord
solved the problem :D
Back to top
View user's profile Send private message
nephila
n00b
n00b


Joined: 20 Aug 2002
Posts: 22

PostPosted: Sat Dec 11, 2004 6:55 pm    Post subject: Reply with quote

mamunata wrote:

Try to add this to /etc/profile and post the result pls:

QTDIR=/usr/local/qt-3.3.2
PATH=$QTDIR/bin:&PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export QTDIR
export PATH
export MANPATH
export LD_LIBRARY_PATH


I'm not sure what you mean by this, because Qt is installed at /usr/qt/3 and everything else is the same.

But anyway, I discovered the reason for my problems. I had manually set the KDEDIRS env variable to /usr/kde/3.3 (I can't remember why - it might have something to do with kdebindings). The default seems to be /usr so I added this and it solved all my problems :D

Hopefully this will help you too.
Back to top
View user's profile Send private message
mamunata
Apprentice
Apprentice


Joined: 30 Nov 2004
Posts: 169

PostPosted: Sat Dec 11, 2004 8:09 pm    Post subject: Reply with quote

nephila wrote:
mamunata wrote:

Try to add this to /etc/profile and post the result pls:

QTDIR=/usr/local/qt-3.3.2
PATH=$QTDIR/bin:&PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH

export QTDIR
export PATH
export MANPATH
export LD_LIBRARY_PATH


I'm not sure what you mean by this, because Qt is installed at /usr/qt/3 and everything else is the same.

But anyway, I discovered the reason for my problems. I had manually set the KDEDIRS env variable to /usr/kde/3.3 (I can't remember why - it might have something to do with kdebindings). The default seems to be /usr so I added this and it solved all my problems :D

Hopefully this will help you too.


i wanted to tell you the same thing but posted just an example from my old Slackware system
Back to top
View user's profile Send private message
nephila
n00b
n00b


Joined: 20 Aug 2002
Posts: 22

PostPosted: Sun Dec 12, 2004 9:58 am    Post subject: Reply with quote

Hmm, looks like I spoke too soon. Everything except kaffeine is working, but I hadn't looked at it for a while and I forgot that the error looks very different:

Quote:
Loading of part '' failed.

Details
.desktop not found in search path.


But since it works (sort of, but that's another issue) when run as a different user it'll be another configuration issue.
Back to top
View user's profile Send private message
Quiller78
n00b
n00b


Joined: 08 Oct 2006
Posts: 1

PostPosted: Sun Oct 08, 2006 1:07 pm    Post subject: Reply with quote

I've had the same problem, k3bsetup2 wouldn't run; it would give the same error about kcm_k3bsetup2.la. Besides that, all programs that were emerged *after* kde-meta did not display their icons in the KDE menu. The solution to both this problems was that the environment wasnt correctly set up. In my case, for some reason kde-env did not get emerged. Manually emerging kde-env and logging out and back in solved both the k3b and the icon problem (at least it did for me).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum