After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312262 - Set presence when phone is out of range
Set presence when phone is out of range
Status: RESOLVED WONTFIX
Product: gnome-phone-manager
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: none
none
gnome[unmaintained]
Depends on: 307759
Blocks:
 
 
Reported: 2005-08-01 17:32 UTC by Bastien Nocera
Modified: 2018-08-17 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 Linus Walleij 2005-11-25 20:39:53 UTC
There is some similar talk in the Gentoo wiki:
http://gentoo-wiki.com/Talk:TIP_Bluetooth_Proximity_Monitor

But is this really to be placed on the gnome-phone-manager?
I think it would be proper for the bluetooth component
to broadcast something on D-BUS and for example 
gnome-screensaver to lock/unlock based on it 
and the other presence-related stuff like
galago to listen to this message to register the user
as present/away.
Comment 2 Linus Walleij 2005-11-25 20:41:29 UTC
That is, please reassign this to gnome-bluetooth.
Comment 3 Edd Dumbill 2005-11-25 20:43:17 UTC
Not sure that reassignment's completely sensible, as gnome-bluetooth doesn't
know which cellphone you want to use.  I agree that sending the DBUS message is
sensible though.
Comment 4 Bastien Nocera 2005-11-25 22:51:27 UTC
There's nothing stopping us from sending a message. And this definitely belongs
in the phone manager (even though the actual code will be in libbtctl).
Comment 5 Linus Walleij 2005-11-26 20:59:57 UTC
OK sorry for being confused then...

Another funny thing is that Galago project has "bluetooth" in their
integration tasks for presence management, which I presume can
not be much else than this:

http://galago-project.org/wiki/Project_and_Integration_Tasks
Comment 6 Bastien Nocera 2007-07-10 18:15:44 UTC
New link:
http://trac.galago-project.org/wiki/ProjectAndIntegrationTasks

I guess we could use Galago to say whether we're at our desk or not, not sure how that would work out with ConsoleKit, gnome-screensaver, etc.
Comment 7 Bastien Nocera 2007-07-10 21:22:25 UTC
We should be using the RemoteDeviceFound() signal results from a periodic inquiry to find out about a device. The problem is that it's very expensive to look for devices, and we wouldn't get to know about the devices unless we polled _a lot_.

So implementing Galago presence, which doesn't need the same amount of precision would be a better idea.
Comment 8 Bastien Nocera 2009-02-05 10:51:39 UTC
gnome-session now has presence information as well. See http://svn.gnome.org/viewvc/gnome-session/trunk/gnome-session/org.gnome.SessionManager.Presence.xml?view=markup and bug 567909
Comment 9 André Klapper 2018-08-17 18:47:32 UTC
gnome-phone-manager is not under active development anymore since 2013.
Its codebase has been archived:
https://gitlab.gnome.org/Archive/phonemgr/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect
reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.