nect

Results 424 comments of nect

I'm looking at this. could it be that you are using a particular notification ordering? or are you using the default one (last arrived at the top)? also what did...

what did you do to pop up that menu exactly?

just wanted to be sure. I think the problem lies in this function here https://github.com/dunst-project/dunst/blob/d2faa87081329a31726082837d5197199be53f50/src/menu.c#L296 I will try to fix the order in some time

Hello, I successfully reproduced this problem and it turns out it was just a linked list being reversed.

Can you confirm if dunst is actually running? Ps aux | grep dunst Also can you provide a 'dunst -verbosity debug' output when you ask history on another terminal (same...

Do other dunstctl commands work? Try `dunstctl debug`. Also if possible could you test running dunst in Xwayland? So we can test if it a wayland specific bug. Did you...

> Other `dunstctl` commands like `dunstctl count`, `dunstctl history-pop`, `dunstctl set-paused [true|false|toggle]` seem to work. It's the first time I tried `dunstctl history`, so I don't know whether the issue...

This is the message that should pop out ```DEBUG: [dbus_cb_dunst_NotificationListHistory:0333] CMD: Listing all notifications from history``` It seems like the dbus method is not being called correctly. Could you try...

> Maybe you could print a warning if DBUS_SESSION_BUS_ADDRESS is not set, @bynect? I guess we can add that. I had an hunch that dbus was not properly connecting. The...

> In my case its very simple. 'busctl' is not installed. In arch linux that command is provided by systemd. I do not have systemd installed. Are there some alternative...