Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 28, 2020 17:47
Show Gist options
  • Save r-ryantm/44a79a213daa6bfd391aba775b850077 to your computer and use it in GitHub Desktop.
Save r-ryantm/44a79a213daa6bfd391aba775b850077 to your computer and use it in GitHub Desktop.
/nix/store/izs1z0myj3d0q6nx8gmqdqa9jqvnla2z-geoclue-2.5.6
├── etc
│   ├── geoclue
│   │   └── geoclue.conf
│   └── systemd
│   └── system
│   └── geoclue.service
├── lib
│   ├── girepository-1.0
│   │   └── Geoclue-2.0.typelib
│   ├── libgeoclue-2.so -> libgeoclue-2.so.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-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.d
│   │   ├── org.freedesktop.GeoClue2.Agent.conf
│   │   └── org.freedesktop.GeoClue2.conf
│   └── system-services
│   └── org.freedesktop.GeoClue2.service
└── man
└── man5
└── geoclue.5.gz
17 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment