Archives For May 31, 2016

notification history

This is quick tutorial for those who want to view the desktop notifications history in Ubuntu 16.04 LTS.

It can be done by either enabling logging notifications for Notify-OSD, or using Recent Notifications, a simple system panel applet.

View recent notifications via an indicator applet:

There’s a GNOME applet that displays a list of recent notifications on system panel.

To install the applet, go to:

Select install the latest version of:

  • indicator-notifications_x.x.x~xenial_amd64.deb for 64-bit Ubuntu 16.04
  • indicator-notifications_x.x.x~xenial_i386.deb for 32-bit Ubuntu 16.04

There’s also a GTK2 version available for download at this page.

Once installed, log out and log in back to see the applet on panel.

Tips:

1. The applet displays up to 5 messages, to change the number of visible items, edit the config file: ‘usr/share/glib-2.0/schemas/net.launchpad.indicator.notifications.gschema.xml’

2. To remove the applet, use Synaptic Package Manager or run command sudo apt remove indicator-notifications in terminal

Enable Logging notifications:

Another way is to log notifications history into a file. Here’s how to do it for single user in Ubuntu 16.04:

1. Open terminal (Ctrl+Alt+T), run command to open (or create if not exist) a user-local script:

gedit ~/.pam_environment

When the file opens, paste the line below and save it.

LOG DEFAULT=1

2. After restart your computer, a new file “notify-osd.log” will be created in user’s Home -> .cache folder that logs notifications history.

Whatsie is a simple & beautiful desktop client (unofficial) for WhatsApp Web. It’s and open-source, cross-platform software works on OS X, Windows, and Linux.

Besides all the WhatsApp Web features, it also features:

  • Themes & Mini Mode
  • Native Notifications (with reply on OS X)
  • Spell Checker & Auto Correct (English)
  • Keyboard Shortcuts

How to Install Whatsie in Ubuntu:

Pre-compiled binary packages are available for download in its release page (see the link below), select download:

  • whatsie-x.x.x-linux-amd64.deb for 64-bit Ubuntu
  • whatsie-x.x.x-linux-i386.deb for 32-bit Ubuntu

from:

Download the latest Whatsie (.deb)

Then click install via Ubuntu Software, or run command in terminal (Ctrl+Alt+T):

sudo dpkg -i ~/Downloads/whatsie*.deb; sudo apt -f install

Once the software is successfully installed, launch it from Unity Dash (App Launcher), scan the QR code via WhatsApp in your mobile phone, and enjoy chatting with your friends.

If you like Whatsie and want to receive future updates along with other system updates via Software Updater, add the Linux repository by running the commands below one by one in terminal (Ctrl+Alt+T):

gpg --keyserver pool.sks-keyservers.net --recv-keys 1537994D

gpg --export --armor 1537994D | sudo apt-key add -

echo "deb https://dl.bintray.com/aluxian/deb stable main" | sudo tee -a /etc/apt/sources.list

(Optional) To remove the software, use Synaptic Package Manager (available in Ubuntu Software), or run apt command in terminal via remove flag:

sudo apt remove whatsie

And the Linux repository can be removed via System Settings -> Software & Updates -> Other Software -> highlight and remove the repository line.