Ivan Oleynikov
Ivan Oleynikov
> 1. Don't run the user's process as root. You still need root to set up the chroot, but not afterwards. This is helpful to prevent accidental damage, but not...
It's actually [`wordexp`](https://man7.org/linux/man-pages/man3/wordexp.3.html) that splits the overlay text according to shell input-field-separator (IFS) rules, not Pango. Doing `putenv("IFS=");` right before the line https://github.com/eXeC64/imv/blob/eeaf5e3cb983befd20bc5d706f5b8e7cd321decf/src/imv.c#L1947 preserves the newlines in overlay text. The...
@eXeC64, would it make sense to add another shell expansion mechanism for `overlay_text`? We can keep it compatible with the current wordexp-based one or not. One thing we could do...
I absolutely love `dijo`, looks like it has almost everything I wanted from a habit tracker (and comes in a nice terminal interface!) I have a couple of ideas, things...
I see the same when I scale one of my monitor outputs. I.e. if I run Swaylock with ``` output eDP-1 scale 1.5 ``` in my Sway config, the indicator...
There's a chance this is not an issue for tuigreet, since it's logger daemons that are writing stuff to console. Users probably need to configure their `systemd-journald` to stop writing...
I think I found a way to fix this. Do ``` [terminal] # The VT to run the greeter on. Can be "next", "current" or a number # designating the...
You're right. I just saw some error messages with `vt = "next"` and `quiet` in kernel parameters. So the issue still exists.
Lucas, Do the journald messages still go away when you remove `quiet` kernel commandline argument? (I.e. remove it from /etc/default/grub, do grub-mkconfig and reboot.) For me, the above still produces...
> "/path/to/libreoffice/program/python-core-x.y.z/lib/site-packages" @ruben1981 Which path is this? I couldn't find anything like that in my `/usr`. I'm using standard LibreOffice installation from ArchLinux, but I believe paths should be the...