https://github.com/elementary/wingpanel-indicator-privacy
Wingpanel Privacy Indicator
https://github.com/elementary/wingpanel-indicator-privacy
geoclue2 hacktoberfest pantheon wingpanel
Last synced: 5 months ago
JSON representation
Wingpanel Privacy Indicator
- Host: GitHub
- URL: https://github.com/elementary/wingpanel-indicator-privacy
- Owner: elementary
- License: other
- Created: 2017-04-16T18:55:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T22:56:17.000Z (6 months ago)
- Last Synced: 2025-08-31T00:22:58.666Z (6 months ago)
- Topics: geoclue2, hacktoberfest, pantheon, wingpanel
- Language: Vala
- Homepage:
- Size: 195 KB
- Stars: 13
- Watchers: 23
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wingpanel Privacy Indicator
[](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget)

The Privacy indicator watches for usage of the camera or location services and displays a tattle-taling camera and/or location icon in the panel when they are being used. For camera usage, the indicator popover lists the app(s) using the camera.
## Building and Installation
You'll need the following dependencies:
* libbamf3-dev
* libgee-0.8-dev
* libgranite-dev
* libgtk-3-dev
* libgtop2-dev
* libwingpanel-dev
* meson
* valac
Run `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`
ninja install