-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7be82e
commit 0207e24
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
You need to install GeoClue2(http://www.freedesktop.org/wiki/Software/GeoClue/) on your machine before running the code | ||
You need to install [GeoClue2](http://www.freedesktop.org/wiki/Software/GeoClue/) on your machine before running the code | ||
On Arch it is available in AUR (geoclue2-git) | ||
|
||
Then you can run 'where-am-i.py' | ||
Then you can run `where-am-i.py` | ||
It will print your location and exit after 10 seconds. | ||
|
||
Known issues - | ||
Code runs but the location doesn't get printed | ||
For this, run geoclue executable in another terminal. Location of the executable is in 'org.freedesktop.GeoClue2.service' file | ||
** Known issues - ** | ||
|
||
- Code runs but the location doesn't get printed | ||
For this, run geoclue executable as root in another terminal. Location of the executable is in `org.freedesktop.GeoClue2.service` file |