new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit d9193bf1cd335ddf23cd07836ef7b175d549fff6
parent 9bc9d77ebbb3a9c22597845443aab1c0e47b28fd
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 10 Mar 2020 00:11:35 -0700

Add Dunst notification package to Ubuntu install

Diffstat:
Mubuntu_install.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/ubuntu_install.md b/ubuntu_install.md @@ -165,6 +165,17 @@ xdg-utils package to launch URLs from the terminal. sudo apt install xdg-utils +### Install Dunst + +[Dunst][dunst_site] is a lightweight daemon for displaying notifications to be +presented to the user over dbus. We'll also install the default Gnome icon +theme and the notify-send command-line tool. + + sudo apt install dunst + sudo apt install libnotify-bin + sudo apt install gnome-icon-theme + + ### Install Firefox Next, we'll install Firefox. Since we want to be able to decode media, we also