Git Product home page Git Product logo

wingpanel-indicator-ayatana's Introduction

Wingpanel Ayatana-Compatibility Indicator (Community Version)

Description:

Keep compatibility with ubuntu/unity indicators on Elementary OS wingpanel. If you want to install applications with indicators like weather forecast, redshift... this plug-in let these indicators appear in your panel.

Easy Install (user only)

1. Download the deb file (zip) and launch install

Parameters for Pantheon (eos)

2. You need to add Pantheon to the list of desktops abled to work with indicators:
sudo nano /etc/xdg/autostart/indicator-application.desktop
Search the parameter: OnlyShowIn= and add "Pantheon" at the end of the line :
OnlyShowIn=Unity;GNOME;Pantheon;
Save your changes (Ctrl+X to quit + Y(es) save the changes + Enter to valid the filename).

3.reboot.

Build and install (developer)

Dependencies

  1. You'll need the following dependencies to build :
sudo apt-get install libglib2.0-dev libgranite-dev libindicator3-dev 
sudo apt-get install libwingpanel-2.0-dev valac gcc meson 

Build with meson

2. Download the last release (zip) and extract files
3. Open a Terminal in the extracted folder, build your application with meson and install it with ninja:
meson build --prefix=/usr
cd build
ninja
sudo ninja install
  1. Follow step 2 from easy install (parameters) and reboot.

uninstall

Open a terminal in the build folder.
sudo ninja uninstall
killall wingpanel

wingpanel-indicator-ayatana's People

Contributors

btkostner avatar cassidyjames avatar codygarver avatar danirabbit avatar decathorpe avatar eth-p avatar lafydev avatar naaando avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.