Re: [gentoo-user] bluetooth audio

2010-10-26 Thread Christian Apeltauer
Am Fri, 22 Oct 2010 01:11:35 +
schrieb James j...@nc.rr.com:


 Also, the a2dp thing has me pulling my hair out. Is the *only* way to
 use a2dp with pulseaudio? Is there no way to simply redirect all audio
 to the bluetooth headset?
 
 Anyone who can toss some experience in my direction would be greatly
 appreciated.
 
 Thanks!
 -james
 

It is possible to setup alsa using bluetooth:
Add to ~/.asoundrc (if it doesn't exist just create it)

pcm.bluetooth {
type bluetooth
device 11:22:33:44:55:66
}

(replace 11:22:33:44:55:66 with the actual
address of the bluetooth headset). Sound can now be directed to the
headset via the alsa device bluetooth, e.g.:

ogg123 -d alsa -o dev:bluetooth

Some GUI application doesn't show that device in their configuration
dialogue. vlc is an example of this behaviour, but it is possible to
make vlc use it by manually editing the configuration file. 

You can also make the bluetooth device the standard device by 

pcm.!default {
type bluetooth
device 11:22:33:44:55:66
}

It is a long time since I made that setup, so I can't say if it will
work out of the box. But it is possible to avoid pulseaudio. I hope it
will help.
 Best regards
Christian


signature.asc
Description: PGP signature


Re: [gentoo-user] Has semantic-desktop really become compulsatory for kmail?

2010-02-11 Thread Christian Apeltauer
Am Thu, 11 Feb 2010 01:18:42 +
schrieb Neil Bothwick n...@digimed.co.uk:

 On Wed, 10 Feb 2010 18:03:15 -0600, Roy Wright wrote:
 
  IMO, mandatory semantic-desktop is a very good reason to find
  another desktop manager (even after being my primary desktop for 7
  years).
 
 It's so mandatory it takes a whole mouse click to turn it off :(
 
 

If you do not want a piece of software, why should you install it?
Installing and not using it instead of not installing it at all, is the
wrong way and (to my opinion) it is defintely not the Gentoo way.
 Well, I have drawn the conclusions and got rid of kmail and am on the
verge of migrating the whole desktop. I loved kde-3.5, I seriously
tried kde-4.*, but I could never befriend with it. And one point I
detaste is that Social Semantic Desktop thing (as Nepomuk is
characterized on its afore mentioned wikipedia page). For me it is just
another instance of what Kant called selbstverschuldete
Unmündigkeit (self-incurred immaturity).


signature.asc
Description: PGP signature


[gentoo-user] Has semantic-desktop really become compulsatory for kmail?

2010-02-10 Thread Christian Apeltauer
Hello list,
 when I synced my portage tree today, I saw that kmail-4.4.0 needs 
kdelibs compiled with USE=semantic-desktop and cannot be told to not 
use it. But I do not like the idea of semantic desktop and I will not 
install it. But I really like kmail as my mail client, so I give it a 
last chance:
 Is it possible to compile kmail without support for semantic desktop 
(by writing my own ebuild) or will the code break without it?
 Thanks for your hints
Christian


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: KDE build problem (shifted)

2008-11-22 Thread Christian Apeltauer
Am Samstag 22 November 2008 08:29:48 schrieb Dirk Uys:
 I posted yesterday about a problem with building kdelibs. I did an
 emerge --sync and tried again. This is the error I get:

 [ 51%] Building CXX object kio/CMakeFiles/kio.dir/kio/kdirlister.o
 /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/work/kdelibs-4.1.3/kio/kio
/kdirlister.h: In member function 'void
 KDirListerCache::DirectoryData::moveListersWithoutCachedItemsJob()':
 /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/work/kdelibs-4.1.3/kio/kio
/kdirlister.h:636: error: 'KDirLister::Private* const KDirLister::d'
 is private
 /var/tmp/portage/kde-base/kdelibs-4.1.3-r1/work/kdelibs-4.1.3/kio/kio
/kdirlister.cpp:2527: error: within this context
 [ 51%] Building CXX object kio/CMakeFiles/kio.dir/kio/kdirmodel.o

 Where to go from here?

 Regards
 Dirk
Look at bug #246568. There you will find a patch which worked for me. 
Someone has also posted an ebuild integrating that patch. But it does 
not work for everybody and the bug was closed as a problem with 
upstream. But perhaps the patch works for you.
 Good luck
Christian