linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Feature request: remember bluetooth on/off setting
@ 2010-01-23 13:19 papukaija
  2010-01-23 17:25 ` Johan Hedberg
  0 siblings, 1 reply; 7+ messages in thread
From: papukaija @ 2010-01-23 13:19 UTC (permalink / raw)
  To: linux-bluetooth

I rarely use bluetooth devices, so I turn bluetooth off until I need
it. Every time I start my system (netbook; Samsung nc10) up again and
log in again, I manually turn bluetooth off again.  I'd like
bluetoothd to remember whether I last had bluetooth off or on, and use
that same setting the next time.

There has been discussion about this feature at the following bugtrackers:
https://bugzilla.gnome.org/show_bug.cgi?id=598140
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/446657

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

* Re: Feature request: remember bluetooth on/off setting
  2010-01-23 13:19 Feature request: remember bluetooth on/off setting papukaija
@ 2010-01-23 17:25 ` Johan Hedberg
  2010-01-23 19:01   ` papukaija
  0 siblings, 1 reply; 7+ messages in thread
From: Johan Hedberg @ 2010-01-23 17:25 UTC (permalink / raw)
  To: papukaija; +Cc: linux-bluetooth

Hi,

On Sat, Jan 23, 2010, papukaija wrote:
> I rarely use bluetooth devices, so I turn bluetooth off until I need
> it. Every time I start my system (netbook; Samsung nc10) up again and
> log in again, I manually turn bluetooth off again.  I'd like
> bluetoothd to remember whether I last had bluetooth off or on, and use
> that same setting the next time.

bluetoothd already has this feature. You just need to make sure that
RememberPowered=true in /etc/bluetooth/main.conf

Johan

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

* Re: Feature request: remember bluetooth on/off setting
  2010-01-23 17:25 ` Johan Hedberg
@ 2010-01-23 19:01   ` papukaija
  2010-01-23 19:14     ` Johan Hedberg
  0 siblings, 1 reply; 7+ messages in thread
From: papukaija @ 2010-01-23 19:01 UTC (permalink / raw)
  To: linux-bluetooth

2010/1/23 Johan Hedberg <johan.hedberg@gmail.com>:
> Hi,
>
> On Sat, Jan 23, 2010, papukaija wrote:
>> I rarely use bluetooth devices, so I turn bluetooth off until I need
>> it. Every time I start my system (netbook; Samsung nc10) up again and
>> log in again, I manually turn bluetooth off again.  I'd like
>> bluetoothd to remember whether I last had bluetooth off or on, and use
>> that same setting the next time.
>
> bluetoothd already has this feature. You just need to make sure that
> RememberPowered=true in /etc/bluetooth/main.conf
>
> Johan
>
>

In that case this feature doesn't work. I'm using Ubuntu Netbook Remix
v. 9.10 (Karmic) and I have "RememberPowered=true in
/etc/bluetooth/main.conf".

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

* Re: Feature request: remember bluetooth on/off setting
  2010-01-23 19:01   ` papukaija
@ 2010-01-23 19:14     ` Johan Hedberg
  2010-01-25 13:52       ` papukaija
  0 siblings, 1 reply; 7+ messages in thread
From: Johan Hedberg @ 2010-01-23 19:14 UTC (permalink / raw)
  To: papukaija; +Cc: linux-bluetooth

Hi,

On Sat, Jan 23, 2010, papukaija wrote:
> > On Sat, Jan 23, 2010, papukaija wrote:
> >> I rarely use bluetooth devices, so I turn bluetooth off until I need
> >> it. Every time I start my system (netbook; Samsung nc10) up again and
> >> log in again, I manually turn bluetooth off again.  I'd like
> >> bluetoothd to remember whether I last had bluetooth off or on, and use
> >> that same setting the next time.
> >
> > bluetoothd already has this feature. You just need to make sure that
> > RememberPowered=true in /etc/bluetooth/main.conf
> >
> > Johan
> >
> >
> 
> In that case this feature doesn't work. I'm using Ubuntu Netbook Remix
> v. 9.10 (Karmic) and I have "RememberPowered=true in
> /etc/bluetooth/main.conf".

I'm running latest git here and works fine for me. Could it be that you
have some other component in your system that's always powering on
Bluetooth?

Johan

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

* Re: Feature request: remember bluetooth on/off setting
  2010-01-23 19:14     ` Johan Hedberg
@ 2010-01-25 13:52       ` papukaija
  2010-01-25 14:06         ` Johan Hedberg
  0 siblings, 1 reply; 7+ messages in thread
From: papukaija @ 2010-01-25 13:52 UTC (permalink / raw)
  To: linux-bluetooth

> Hi,
>
> On Sat, Jan 23, 2010, papukaija wrote:
>> > On Sat, Jan 23, 2010, papukaija wrote:
>> >> I rarely use bluetooth devices, so I turn bluetooth off until I need
>> >> it. Every time I start my system (netbook; Samsung nc10) up again and
>> >> log in again, I manually turn bluetooth off again.  I'd like
>> >> bluetoothd to remember whether I last had bluetooth off or on, and use
>> >> that same setting the next time.
>> >
>> > bluetoothd already has this feature. You just need to make sure that
>> > RememberPowered=true in /etc/bluetooth/main.conf
>> >
>> > Johan
>> >
>> >
>>
>> In that case this feature doesn't work. I'm using Ubuntu Netbook Remix
>> v. 9.10 (Karmic) and I have "RememberPowered=true in
>> /etc/bluetooth/main.conf".
>
> I'm running latest git here and works fine for me. Could it be that you
> have some other component in your system that's always powering on
> Bluetooth?
>
> Johan
>
>

Maybe gnome's bluetooth applet doesn't read this setting or maybe it's
ignoring the setting completely.

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

* Re: Feature request: remember bluetooth on/off setting
  2010-01-25 13:52       ` papukaija
@ 2010-01-25 14:06         ` Johan Hedberg
  2010-01-29 14:07           ` papukaija
  0 siblings, 1 reply; 7+ messages in thread
From: Johan Hedberg @ 2010-01-25 14:06 UTC (permalink / raw)
  To: papukaija; +Cc: linux-bluetooth

Hi,

On Mon, Jan 25, 2010, papukaija wrote:
> > I'm running latest git here and works fine for me. Could it be that you
> > have some other component in your system that's always powering on
> > Bluetooth?
> 
> Maybe gnome's bluetooth applet doesn't read this setting or maybe it's
> ignoring the setting completely.

The applet is not supposed to know about the setting. It's just supposed
to toggle the Powered property for an adapter through the SetProperty
D-Bus method that bluetoothd exports.

Johan

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

* Re: Feature request: remember bluetooth on/off setting
  2010-01-25 14:06         ` Johan Hedberg
@ 2010-01-29 14:07           ` papukaija
  0 siblings, 0 replies; 7+ messages in thread
From: papukaija @ 2010-01-29 14:07 UTC (permalink / raw)
  To: linux-bluetooth

> Hi,
>
> On Mon, Jan 25, 2010, papukaija wrote:
>> > I'm running latest git here and works fine for me. Could it be that you
>> > have some other component in your system that's always powering on
>> > Bluetooth?
>>
>> Maybe gnome's bluetooth applet doesn't read this setting or maybe it's
>> ignoring the setting completely.
>
> The applet is not supposed to know about the setting. It's just supposed
> to toggle the Powered property for an adapter through the SetProperty
> D-Bus method that bluetoothd exports.
>
> Johan
>
>

Is there a way to debug this bug?

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

end of thread, other threads:[~2010-01-29 14:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 13:19 Feature request: remember bluetooth on/off setting papukaija
2010-01-23 17:25 ` Johan Hedberg
2010-01-23 19:01   ` papukaija
2010-01-23 19:14     ` Johan Hedberg
2010-01-25 13:52       ` papukaija
2010-01-25 14:06         ` Johan Hedberg
2010-01-29 14:07           ` papukaija

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).