Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donadigo/wingpanel-indicator-namarupa
Unofficial Ayatana compatibility layer for wingpanel
https://github.com/donadigo/wingpanel-indicator-namarupa
Last synced: 1 day ago
JSON representation
Unofficial Ayatana compatibility layer for wingpanel
- Host: GitHub
- URL: https://github.com/donadigo/wingpanel-indicator-namarupa
- Owner: donadigo
- License: lgpl-2.1
- Created: 2018-10-25T19:31:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T16:03:16.000Z (about 3 years ago)
- Last Synced: 2024-10-25T11:37:47.490Z (about 2 months ago)
- Language: Vala
- Size: 164 KB
- Stars: 93
- Watchers: 11
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-elementaryos - Namarupa - Unofficial Ayatana compatibility layer for wingpanel (Wingpanel Indicators / Theming)
README
# ![icon](data/icon.png) Wingpanel Namarupa Indicator
![Screenshot](data/shot.png)
## Name Inspiration
The name Namarupa is used for the forces at play that govern the Ayatana, in Buddhism. Since this indicator manages the system tray icons which are under the Ayatana project, it seems clever to name this Namarupa.
## Before Installation
You need to add Pantheon to the list of desktops abled to work with indicators:
- With autostart (thanks to JMoerman)
System settings -> "Applications" -> "Startup" -> "Add Startup App…" -> "Type in a custom command"
Add /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service as custom command to the auto start applications in the system settings
- With a patch
Install [this patched indicator-applications debian file](https://github.com/mdh34/elementary-indicators/releases)
**reboot**
### Easy install for users
Install the latest debian file (com.github.donadigo.wingpanel-indicator-namarupa_1.0.0_amd64.deb) try a double-click or use dpkg :
`sudo dpkg -i com.github.donadigo.wingpanel-indicator-namarupa_1.0.0_amd64.deb `### For developers
You'll need the following dependencies:
```bash
sudo apt-get install libglib2.0-dev libgranite-dev libindicator3-dev libwingpanel-2.0-dev
valac gcc meson
```Run meson to configure the build environment and then ninja to build:
```bash
meson build --prefix=/usr && cd build
ninja
```To install, use ninja install:
```bash
sudo ninja install
```Reboot or kill and let wingpanel come back:
`killall wingpanel`