From b311d942ee03b57d137de09d7504a725a7bee7ac Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 18 Jun 2022 03:30:27 -0700 Subject: [PATCH] made note to be sent to artist on artix forums when delay is reset --- to_be_sent_to_artist_on_artix_forums.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 to_be_sent_to_artist_on_artix_forums.txt diff --git a/to_be_sent_to_artist_on_artix_forums.txt b/to_be_sent_to_artist_on_artix_forums.txt new file mode 100644 index 00000000..0a035852 --- /dev/null +++ b/to_be_sent_to_artist_on_artix_forums.txt @@ -0,0 +1,11 @@ +Hi Artist! Your input regarding my battery notification issue got resolved mainly due to your input. I'm very curious as to how this actually works though and why dunst relies on dbus. I'm trying to learn the inner workings of Linux and Unix systems in general right now, so this struck my curiosity. How is it that the following lines you suggested resolved my issue: + +[code] +echo 'export DBUS_SESSION_BUS_ADDRESS='$DBUS_SESSION_BUS_ADDRESS > /tmp/dsba & +chmod +x /tmp/dsba & +/tmp/dsba & + [/code] + +Please if you could enlighten me on this bit of information, I'd be grateful for a more in depth response as to how this works. + +And thanks again!