Last active
December 15, 2015 10:09
-
-
Save kiela/5243878 to your computer and use it in GitHub Desktop.
HOWTO install notify osd configuration tool on Ubuntu 12.04 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kiela@rico ~$ uname -a | |
Linux rico 3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
kiela@rico ~$ sudo add-apt-repository ppa:leolik/leolik | |
kiela@rico ~$ sudo apt-get update | |
kiela@rico ~$ sudo apt-get upgrade | |
kiela@rico ~$ sudo apt-get install libnotify-bin | |
kiela@rico ~$ pkill notify-osd | |
kiela@rico ~$ sudo add-apt-repository ppa:nilarimogard/webupd8 | |
kiela@rico ~$ sudo apt-get update | |
kiela@rico ~$ sudo apt-get install notifyosdconfig | |
kiela@rico ~$ NotifyOSDConfiguration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment