Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bluetooth phone tethering in gsb.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
darkwurm  
View profile  
 More options Jan 31 2011, 2:07 pm
From: darkwurm <atyrelyo...@gmail.com>
Date: Mon, 31 Jan 2011 11:07:45 -0800 (PST)
Local: Mon, Jan 31 2011 2:07 pm
Subject: RE: Bluetooth phone tethering in gsb.
Affects all versions of gsb that don't use gnome-bluetooth package,
which would be gsb-current and 2.30. In order for network-manager and
blueman to work together in peaceful harmony the slackware stock
blueman package needs to be rebuilt to enable polkit and, at least in
my case, disable hal support. Pat disables polkit explicitly on his
blueman build, it's trivial to switch the flag to enable at the top of
the slackbuild script and rebuild. I have not had any side effects
with this setup personally, but ymmv.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robby Workman  
View profile  
 More options Jan 31 2011, 7:24 pm
From: Robby Workman <r...@rlworkman.net>
Date: Mon, 31 Jan 2011 18:24:59 -0600
Local: Mon, Jan 31 2011 7:24 pm
Subject: Re: [GSB-Users] RE: Bluetooth phone tethering in gsb.
On Mon, 31 Jan 2011 11:07:45 -0800 (PST)

darkwurm <atyrelyo...@gmail.com> wrote:
> Affects all versions of gsb that don't use gnome-bluetooth package,
> which would be gsb-current and 2.30. In order for network-manager and
> blueman to work together in peaceful harmony the slackware stock
> blueman package needs to be rebuilt to enable polkit and, at least in
> my case, disable hal support. Pat disables polkit explicitly on his
> blueman build, it's trivial to switch the flag to enable at the top of
> the slackbuild script and rebuild. I have not had any side effects
> with this setup personally, but ymmv.

Try this: http://slackware.com/~rworkman/blueman/

While we're on the subject, the problem with gnome-bluetooth is
that it needs obexd, but the server portion of obexd claims the
same dbus interface as obex-data-server, which is required by
blueman (and I think kde's bluetooth utils).  Obviously that's
a problem.  I guess you could package only the obexd client,
which would iirc let gnome-bluetooth work, but longer-term, it
would be nice if blueman were ported to use obexd too.

-RW


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Vine  
View profile  
 More options Jan 31 2011, 7:48 pm
From: Chris Vine <ch...@cvine.freeserve.co.uk>
Date: Tue, 1 Feb 2011 00:48:44 +0000
Local: Mon, Jan 31 2011 7:48 pm
Subject: Re: [GSB-Users] RE: Bluetooth phone tethering in gsb.
On Mon, 31 Jan 2011 18:24:59 -0600

I run gnome-bluetooth with obexd-client only, keeping the stock
slackware obex-data-server for the server side and for blueman, and it
works fine.

gnome-bluetooth only uses obexd for the send-to functionality provided
by obexd-client.  obexd-client and obex-data-server provide different
dbus interfaces so I have encountered no problem with this approach.

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robby Workman  
View profile  
 More options Feb 2 2011, 9:43 pm
From: Robby Workman <r...@rlworkman.net>
Date: Wed, 2 Feb 2011 20:43:49 -0600
Local: Wed, Feb 2 2011 9:43 pm
Subject: Re: [GSB-Users] RE: Bluetooth phone tethering in gsb.
On Tue, 1 Feb 2011 00:48:44 +0000

Hrm, so something like this could be useful for GSB to ship a
gnome-bluetooth package?  http://slackware.com/~rworkman/obexd/

-RW


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Vine  
View profile   Translate to Translated (View Original)
 More options Feb 3 2011, 4:47 am
From: Chris Vine <ch...@cvine.freeserve.co.uk>
Date: Thu, 3 Feb 2011 09:47:27 +0000
Local: Thurs, Feb 3 2011 4:47 am
Subject: Re: [GSB-Users] RE: Bluetooth phone tethering in gsb.
On Wed, 2 Feb 2011 20:43:49 -0600
Robby Workman <r...@rlworkman.net> wrote:

[snip]

> > gnome-bluetooth only uses obexd for the send-to functionality
> > provided by obexd-client.  obexd-client and obex-data-server
> > provide different dbus interfaces so I have encountered no problem
> > with this approach.

> Hrm, so something like this could be useful for GSB to ship a
> gnome-bluetooth package?  http://slackware.com/~rworkman/obexd/

A cleaner way to do it is to configure with the --disable-server
--enable-client options.  That's what I do.

Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robby Workman  
View profile  
 More options Feb 3 2011, 9:34 am
From: Robby Workman <r...@rlworkman.net>
Date: Thu, 3 Feb 2011 08:34:53 -0600
Local: Thurs, Feb 3 2011 9:34 am
Subject: Re: [GSB-Users] RE: Bluetooth phone tethering in gsb.
On Thu, 3 Feb 2011 09:47:27 +0000

Chris Vine <ch...@cvine.freeserve.co.uk> wrote:
> On Wed, 2 Feb 2011 20:43:49 -0600
> Robby Workman <r...@rlworkman.net> wrote:
> [snip]
> > > gnome-bluetooth only uses obexd for the send-to functionality
> > > provided by obexd-client.  obexd-client and obex-data-server
> > > provide different dbus interfaces so I have encountered no problem
> > > with this approach.

> > Hrm, so something like this could be useful for GSB to ship a
> > gnome-bluetooth package?  http://slackware.com/~rworkman/obexd/

> A cleaner way to do it is to configure with the --disable-server
> --enable-client options.  That's what I do.

Heh, oops.  Yeah, I just fixed that - thanks!!  :-)

-RW


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »