All Projects → mdh34 → Elementary Indicators

mdh34 / Elementary Indicators

An unofficial guide to restore indicator functionality on elementary OS

Projects that are alternatives of or similar to Elementary Indicators

ordne
A Simple Pomodoro Timer for Elementary OS
Stars: ✭ 13 (-90.58%)
Mutual labels:  elementaryos
Cozy
A modern audio book player for Linux using GTK+ 3
Stars: ✭ 821 (+494.93%)
Mutual labels:  elementaryos
Agenda
A simple, fast, no-nonsense to-do (task) list.
Stars: ✭ 74 (-46.38%)
Mutual labels:  elementaryos
Formatter
A simple device formatter
Stars: ✭ 21 (-84.78%)
Mutual labels:  elementaryos
Nasc
Do maths like a normal person
Stars: ✭ 396 (+186.96%)
Mutual labels:  elementaryos
Tuner
GNU/Linux app to discover and play internet radio stations
Stars: ✭ 29 (-78.99%)
Mutual labels:  elementaryos
palette
Color palette app for elementary OS
Stars: ✭ 32 (-76.81%)
Mutual labels:  elementaryos
Monitor
Manage processes and monitor system resources.
Stars: ✭ 125 (-9.42%)
Mutual labels:  elementaryos
Notes Up
Markdown notes editor & manager
Stars: ✭ 535 (+287.68%)
Mutual labels:  elementaryos
Bookworm
A simple ebook reader for Elementary OS
Stars: ✭ 1,125 (+715.22%)
Mutual labels:  elementaryos
Howtopopbuntu
Tweaks for Debian & Ubuntu based Distro.
Stars: ✭ 267 (+93.48%)
Mutual labels:  elementaryos
Wallpapers
Collection of wallpapers for elementary OS
Stars: ✭ 317 (+129.71%)
Mutual labels:  elementaryos
Caroline
A simple Cairo Chart Library for GTK and Vala
Stars: ✭ 41 (-70.29%)
Mutual labels:  elementaryos
elementary-nightly-rpms
nightly Pantheon DE + elementary applications packages for fedora (unofficial)
Stars: ✭ 34 (-75.36%)
Mutual labels:  elementaryos
Elementary Ide
An unofficial elementary OS (Vala) oriented IDE.
Stars: ✭ 75 (-45.65%)
Mutual labels:  elementaryos
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (-62.32%)
Mutual labels:  elementaryos
Wingpanel Indicator Dropbox
Wingpanel Dropbox Indicator
Stars: ✭ 18 (-86.96%)
Mutual labels:  elementaryos
Ephemeral
A private-by-default, always-incognito browser for elementary OS
Stars: ✭ 133 (-3.62%)
Mutual labels:  elementaryos
Elementary Apps
A website showcasing 3rd party software designed for elementary OS 0.3 Freya
Stars: ✭ 114 (-17.39%)
Mutual labels:  elementaryos
Odysseus
Bridging the elementary OS and Web user experiences
Stars: ✭ 41 (-70.29%)
Mutual labels:  elementaryos

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].