Page 1 of 1

Dunst Notification Daemon

Posted: Sun 26 Jan 2020, 18:00
by OscarTalks
Recent Woof-CE Puppies have this Dunst desktop notification daemon included and it is running as a daemon.
https://dunst-project.org

I have compiled version 1.4.1 in Bionic, Stretch and Xenial which is newer that the ones included and offers some improvements in performance and appearance. I have also made some enhancements to the configuration file at /root/.config/dunst/dunstrc including icon paths and rounded corners, but users can make alterations to this as desired anyway. I have enabled the Dunst startup message so it announces itself.

These small .pet packages are uploaded to:-
http://smokey01.com/OscarTalks
Restart X after installation.

I was wondering though, do people find this useful and have people seen it actually do very much? It does provide some notifications from DeaDBeeF and Transmission but these are mostly just repeats of messages which can be seen within the program GUI as well.

The original Puppy concept was to keep things small and keep resource use to a minimum, but nowadays and moving forward is Dunst worth having on-board?

Posted: Sat 14 Mar 2020, 09:46
by KuLuSz

Posted: Thu 30 Apr 2020, 18:33
by KuLuSz
Hi folks

666philb asked me of editing my gui for make some new futures:
added location
added timeout
added gettext of multilingual support
added Desktop menu entry in desktop category
- include some translation of menu entry (cz,de,fr,hi,hu,it,ru,sp)
(default is english)

so now looks like this :

Posted: Thu 30 Apr 2020, 19:17
by rockedge
Thank you!

I am having trouble starting the script:

Code: Select all

** (gtkdialog:10005): ERROR **: 15:18:58.658: gtkdialog: Error in line 109, near token '</default>': syntax error
and exits. This is on a Bionic64-CE. The new dunst version is running.

Posted: Thu 30 Apr 2020, 19:20
by 666philb
nice one KuLuSz!

it will be in the next fossapup64

Posted: Fri 01 May 2020, 03:31
by nilsonmorales
Spanish .mo file

Posted: Fri 01 May 2020, 06:38
by KuLuSz
rockedge wrote:Thank you!

I am having trouble starting the script:

Code: Select all

** (gtkdialog:10005): ERROR **: 15:18:58.658: gtkdialog: Error in line 109, near token '</default>': syntax error
and exits. This is on a Bionic64-CE. The new dunst version is running.
u have not get ALL default values. replace your dunstrc file from another system...
file: /root/.config/dunst/dunstrc

or check your dunstrc file correct settings:
find this lines which looks like this (whitout start # char):
(if no exits, make newone)

Code: Select all

    font = Droid 12
    geometry = "350x30-10+10"
    transparency = 50
[frame]
    width = 1
    color = "#00f9ff"
[urgency_low]
    background = "#898989"
    foreground = "#000000"
    timeout = 10
[urgency_normal]
    background = "#000000"
    foreground = "#ffffff"
    timeout = 10
[urgency_critical]
    background = "#901d00"
    foreground = "#ffffff"
    timeout = 10
this is your default values (may u have other values after =)

Posted: Fri 01 May 2020, 20:24
by rockedge
Thank you KuLuSz!

works well now!