Friso Smit
Friso Smit
It seems like librsvg supports setting current color: https://gitlab.gnome.org/GNOME/librsvg/-/issues/379
The suggestion by progandy seems good. @UtkarshVerma, could you take a look to see if it's possible to implement it?
Let's first debug running dunst from the terminal. It seems like Dunst cannot find some x extensions, so let's see if they are installed: `xdpyinfo -queryExtensions`. I would expect them...
> Here is the output of querying the extensions > https://gist.github.com/mpaccione/f834da643e1eef175c383a1c04448bbe To me it looks like the xrandr and xinemera extensions are not properly installed on your system. Could take...
> > > Here's a screenshot of part of the xorg.conf which is the global conf file for X11 server found in /etc/X11. > > You can see I have...
> Okay so one thing I've noticed is that I cannot do: > > ``` > systemctl start dunst.service > ``` > > However adding the user flag works... That's...
Nice that it's fixed. I just want to mention that you shouldn't need the Environment line. It's not best practice to hard code the DISPLAY variable and all modern distros...
Could you send the output of critical-chain again? It seems like the dunst service is started too early. Maybe even at the same time as the X server, which would...
ping @mpaccione
@mpaccione Dunst starts after basic.target here. This should be graphical-session.target. Could you try using this systemd unit for dunst: `dunst.service` ``` [Unit] Description=Dunst notification daemon Documentation=man:dunst(1) PartOf=graphical-session.target After=graphical-session.target [Service] Type=dbus...