If you have an Android device and you’d like to get notifications displayed on your Linux operating system (via LibNotify) then LinConnect is for you.
LinConnect is a simple, quick, and tiny notification mirroring application for Android and any Linux desktop. It works with almost all Android applications.
Features:
• Extremely simple setup
• Icons from notifications displayed on desktop
• Uses LibNotify and Python (more compatibility, less dependencies)
Installation
First you have to install the LinConnect server on your Linux desktop. You will need the following packages installed: python2, python-pip, python-gobject, libavahi-compat-libdnssd1, cherrypy (python package), pybonjour (python package).
If these are installed run this command in Terminal:
wget --quiet https://raw.github.com/hauckwill/linconnect-server/master/LinConnectServer/install.sh; \ chmod +x install.sh; \ ./install.sh
Done. Now you need to have the client on your Android device.