public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
  2006-06-10  0:29 [gentoo-user] audiocd:/ kioslave no more working with kde 3.5 b.n.
@ 2006-06-09 22:18 ` Teresa and Dale
  2006-06-10  2:46   ` b.n.
  0 siblings, 1 reply; 7+ messages in thread
From: Teresa and Dale @ 2006-06-09 22:18 UTC (permalink / raw
  To: gentoo-user

b.n. wrote:

>Hi,
>I did upgrade to kde 3.5 when it got stable. Everything smooth, but
>today I was for ripping some audio cd and the audiocd:/ kioslave seems
>no more working.
>
>Konqueror does not recognize the audiocd as such and tries to mount it -
>failing, of course. If I digit "audiocd:/" in konqueror it says "Could
>not read."
>
>However I'm able to read the cd with XMMS, for example.
>
>What can I do to have my audiocd: kioslave back?
>
>Thanks,
>m.
>  
>

This may worth looking into.  Look and see if it is here: 
/usr/kde/3.5/bin/kioslave.  If not, emerge -pv kdelibs and see if maybe
a flag has been changed or something.  I read where they made some
changes to the way KDE packages are done so that may have something to
do with it.  Equery reports this:

> root@smoker / # equery belongs kioslave
> [ Searching for file(s) kioslave in *... ]
> kde-base/kdebase-3.4.1-r1 (/usr/kde/3.4/share/doc/HTML/en/kioslave)
> kde-base/kdemultimedia-kioslaves-3.5.3
> (/usr/kde/3.5/share/doc/HTML/en/kioslave)
> kde-base/kdelibs-3.5.3 (/usr/kde/3.5/bin/kioslave)
> kde-base/kdelibs-3.5.3
> (/usr/kde/3.5/share/doc/HTML/en/kdelibs-apidocs/kioslave)
> kde-base/kdebase-kioslaves-3.5.3 (/usr/kde/3.5/share/doc/HTML/en/kioslave)
> root@smoker / #


It looks like the command belongs to kdelibs to me.  Maybe someone else
knows more than me.  ;-)  That's very likely too.  LOL

Dale
:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
@ 2006-06-10  0:29 b.n.
  2006-06-09 22:18 ` Teresa and Dale
  0 siblings, 1 reply; 7+ messages in thread
From: b.n. @ 2006-06-10  0:29 UTC (permalink / raw
  To: gentoo-user

Hi,
I did upgrade to kde 3.5 when it got stable. Everything smooth, but
today I was for ripping some audio cd and the audiocd:/ kioslave seems
no more working.

Konqueror does not recognize the audiocd as such and tries to mount it -
failing, of course. If I digit "audiocd:/" in konqueror it says "Could
not read."

However I'm able to read the cd with XMMS, for example.

What can I do to have my audiocd: kioslave back?

Thanks,
m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
  2006-06-09 22:18 ` Teresa and Dale
@ 2006-06-10  2:46   ` b.n.
  2006-06-10 13:12     ` b.n.
  0 siblings, 1 reply; 7+ messages in thread
From: b.n. @ 2006-06-10  2:46 UTC (permalink / raw
  To: gentoo-user

Teresa and Dale wrote:
> This may worth looking into.  Look and see if it is here: 
> /usr/kde/3.5/bin/kioslave.  

Yes, I checked, it is. Other kioslaves (sftp, for example) work.

> If not, emerge -pv kdelibs and see if maybe
> a flag has been changed or something.  I read where they made some
> changes to the way KDE packages are done so that may have something to
> do with it.  Equery reports this:

Probably. I checked kdemultimedia-kioslaves USE flags and these are set:
# equery uses kdemultimedia-kioslaves
(snip)
[ Found these USE variables for kde-base/kdemultimedia-kioslaves-3.5.2 ]
 U I
 - - arts                : Adds support for aRts: the KDE sound daemon
 - - debug               : Tells configure and the makefiles to build
for debugging. Effects vary across packages, but generally it will at
least add -g to CFLAGS. Remember to set FEATURES=nostrip too
 + + encode              : Adds support for encoding of audio or video files
 + + flac                : Adds support for the flac audio codec
 - - kdeenablefinal      : Makes kde ebuilds use the enable-final flag,
yielding big compilation speedups at the cost of very heavy mem usage
 - - kdehiddenvisibility : Makes KDE symbols hidden by default, requires
GCC 4.1 (experimental)
 + + mp3                 : Add support for reading mp3 files
 + + vorbis              : Adds support for the OggVorbis audio codec
 - - xinerama            : Add support for the xinerama X11 extension,
which allows you to stretch your display across multiple monitors

...encode, mp3 and flac -that look relevant to me- are all enabled...

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
  2006-06-10  2:46   ` b.n.
@ 2006-06-10 13:12     ` b.n.
  2006-06-11 21:19       ` b.n.
  0 siblings, 1 reply; 7+ messages in thread
From: b.n. @ 2006-06-10 13:12 UTC (permalink / raw
  To: gentoo-user

Ok, got some more hint. It seems cdparanoia is no longer able to
recognize my audio cd's, both as user and as root :(

recompiling cdparanoia gave no effect.

any hint?

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
  2006-06-10 13:12     ` b.n.
@ 2006-06-11 21:19       ` b.n.
  2006-06-12  0:25         ` Richard Fish
  0 siblings, 1 reply; 7+ messages in thread
From: b.n. @ 2006-06-11 21:19 UTC (permalink / raw
  To: gentoo-user

Now I'm even more confused.
cdparanoia now works from command line (at least it sees the cd).

But the kioslave still doesn't work.

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
  2006-06-11 21:19       ` b.n.
@ 2006-06-12  0:25         ` Richard Fish
  2006-06-12 23:47           ` b.n.
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Fish @ 2006-06-12  0:25 UTC (permalink / raw
  To: gentoo-user

On 6/11/06, b.n. <brullonulla@gmail.com> wrote:
> Now I'm even more confused.
> cdparanoia now works from command line (at least it sees the cd).
>
> But the kioslave still doesn't work.

Does 'revdep-rebuild -p' report any broken dependancies?  Have you
tried re-merging kde-base/kdemultimedia-kioslaves?

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] audiocd:/ kioslave no more working with kde 3.5
  2006-06-12  0:25         ` Richard Fish
@ 2006-06-12 23:47           ` b.n.
  0 siblings, 0 replies; 7+ messages in thread
From: b.n. @ 2006-06-12 23:47 UTC (permalink / raw
  To: gentoo-user

> 
> Does 'revdep-rebuild -p' report any broken dependancies? 

No.

> Have you
> tried re-merging kde-base/kdemultimedia-kioslaves?

No, but I will do it ASAP :)

Thanks for help.

m.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-06-12 21:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10  0:29 [gentoo-user] audiocd:/ kioslave no more working with kde 3.5 b.n.
2006-06-09 22:18 ` Teresa and Dale
2006-06-10  2:46   ` b.n.
2006-06-10 13:12     ` b.n.
2006-06-11 21:19       ` b.n.
2006-06-12  0:25         ` Richard Fish
2006-06-12 23:47           ` b.n.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox