Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 17, 2018 09:31
Show Gist options
  • Save ryantm/387fefa5c6ac00efbebe272c600f309f to your computer and use it in GitHub Desktop.
Save ryantm/387fefa5c6ac00efbebe272c600f309f to your computer and use it in GitHub Desktop.
/nix/store/94izsg39mjz2f8z4wp0z4i2kxpwj8gv4-geoclue-2.4.8
├── etc
│   ├── dbus-1
│   │   └── system.d
│   │   ├── org.freedesktop.GeoClue2.Agent.conf
│   │   └── org.freedesktop.GeoClue2.conf
│   ├── geoclue
│   │   └── geoclue.conf
│   └── systemd
│   └── system
│   └── geoclue.service
├── lib
│   ├── girepository-1.0
│   │   └── Geoclue-2.0.typelib
│   ├── libgeoclue-2.la
│   ├── libgeoclue-2.so -> libgeoclue-2.so.0.0.0
│   ├── libgeoclue-2.so.0 -> libgeoclue-2.so.0.0.0
│   └── libgeoclue-2.so.0.0.0
├── libexec
│   ├── geoclue
│   └── geoclue-2.0
│   └── demos
│   └── where-am-i
└── share
├── applications
│   ├── geoclue-demo-agent.desktop
│   └── geoclue-where-am-i.desktop
└── dbus-1
├── interfaces
│   ├── org.freedesktop.GeoClue2.Agent.xml
│   ├── org.freedesktop.GeoClue2.Client.xml
│   ├── org.freedesktop.GeoClue2.Location.xml
│   ├── org.freedesktop.GeoClue2.Manager.xml
│   └── org.freedesktop.GeoClue2.xml
└── system-services
└── org.freedesktop.GeoClue2.service
16 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment