Giter Club home page Giter Club logo

elementary-indicators's Introduction

elementary-indicators

An unofficial guide to restore indicator functionality on elementary OS

An overview

The indicator stack on elementary OS consists of the indicator-application package and the corresponding wingpanel-indicator-ayatana wingpanel component.

The standard Ubuntu indicator-application package needs patching to enable support for Pantheon - you can download a premade patched .deb here or read the instructions below to patch it yourself.

The wingpanel-indicator-ayatana package is no longer included in the standard elementary repos, however you can download the latest .deb here and the source is still avaliable here.

Installing the packages

To install the packages, you can use a .deb installer like Eddy or run sudo dpkg -i filename in your terminal. Once you've installed both packages, a reboot should get your indicators working in Pantheon.

Patching indicator-application

Update the .desktop

First, download the source to a directory of your choice by running bzr branch lp:indicator-application in your terminal (you'll need the bzr package installed if you don't already)

The patch itself is very small and straightforward - edit the indicator-application.desktop.in file located in the data folder and edit it so this line:

OnlyShowIn=Unity;GNOME;

becomes

OnlyShowIn=Unity;GNOME;Pantheon;

and save the file.

Generate a patched .deb

Now you can generate a patched .deb - the first step is to install the build dependencies by running:

sudo apt install debhelper dh-translations dh-autoreconf dbus-test-runner gnome-common xvfb libglib2.0-dev libgtk-3-dev libdbus-glib-1-dev libjson-glib-dev intltool libappindicator3-dev libindicator3-dev libdbusmenu-glib-dev libdbusmenu-gtk3-dev

in your terminal.

The final step is to run debuild -i -us -uc -b in the root of the indicator-application folder. Once this has finished, there should be a .deb for you to install in the parent directory.

elementary-indicators's People

Contributors

mdh34 avatar

Watchers

Bob Zurad avatar James Cloos 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.