File containing the environment variables required for notify-send to work in Ubuntu 16 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
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-KqjYaobROx | |
export DBUS_SESSION_BUS_ADDRESS | |
XAUTHORITY=/home/anmol/.Xauthority | |
export XAUTHORITY | |
DISPLAY=:0 | |
export DISPLAY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment