Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 4 matches

by devguy
2015-11-01 19:59
Forum: Installation
Topic: bluetooth support
Replies: 2
Views: 1153

[SOLVED] Re: bluetooth support

by devguy
2015-11-01 01:54
Forum: General Questions
Topic: remove kde
Replies: 2
Views: 17548

Re: remove kde

In addition, you can do the following and remove any package marked (ii) that is related to KDE.

Code: Select all

sudo dpkg -l | grep -i kde
If you trust the above command to only lists kde items, you can easily get the names and create a simple script to remove them all.

Code: Select all

sudo dpkg -l|ack -i kde|cut -d' ' -f3
by devguy
2015-10-31 19:27
Forum: Installation
Topic: bluetooth support
Replies: 2
Views: 1153

Re: bluetooth support

I've been reading this https://wiki.debian.org/BluetoothUser I don't believe it's up to date. For one thing, there is no "bluetooth-agent" installed with the bluez package I can't get anything working. I have the following packages installed, have rebooted multiple times to be sure ii blue...
by devguy
2015-10-31 17:16
Forum: Installation
Topic: bluetooth support
Replies: 2
Views: 1153

bluetooth support

Hello all, can someone please kindly point me to docs for installing the latest bluetooth, I believe the latest is bluez 5. I've been having issues with pairing my bluetooth with my bose headset. The device seem to be found and I am able to pair it and then it doesn't work. I've check audio setting ...