Aaron Jacobs
Aaron Jacobs
To clarify: this package does not do any formatting at all -- the header that you see is printed by `journalctl`. Your document indicates that CEF uses the syslog format,...
On reflection: are you trying to use this package to format messages? Or to write to Syslog? If you don't actually need to write to the Linux system log, this...
I did most of the work on Ubuntu 22.04 and it's possible that there are issues with more recent versions of GNOME. I'll try to get it building in a...
An update on this: I've been able to get the Nautilus extension building, but [they removed the API for showing the banner in GNOME 43](https://gnome.pages.gitlab.gnome.org/nautilus-python/nautilus-python-migrating-to-4.html), so it's not nearly as...
Note that you can disable the Nautilus extension completely with ``` $ meson setup --reconfigure --prefix=/usr/local -Denable-nautilus-extension=false build ```
Interesting, this did build when I tried it in Gnome Builder, so I assumed the Flatpak setup was working. Thanks for the careful fixes, I'll look into this when I...
I don't think this is possible with the current API, as appenders do not have separate thresholds. But it's almost certainly possible to accomplish this: 1. Write a custom console...
That makes sense.