Sebastian Geiger
Sebastian Geiger
Unfortunately I have not had time to work on this. I started with a few changes on a separate branch to make the config system more flexible, but its not...
No worries. Good luck with your Phd.
Could you explain your use case in more detail? Why do you need that feature.
Why do you need that? Are you trying to adjust the config file by hand?
When you start tilda via the gnome-session, then the `DISPLAY` environment variable is set by `gnome-session-binary` (see man gnome-session) after your session has been initialized. According to https://wiki.archlinux.org/index.php/Systemd/User there should...
If you are on a GNOME desktop, then this might help: https://gitlab.gnome.org/GNOME/gnome-session/-/merge_requests/13/diffs#diff-content-43cf1a54a4dcd028e0763ae326787bcab2ac4b4a ``` Requisite=gnome-session-initialized.target BindsTo=gnome-session-initialized.target After=gnome-session-initialized.target ```
I also did not have much success with the `gnome-session-initialized.target`. In `journalctl --user -b` I can see that `gnome-session-initialized.target` seems to run before `gnome-session-x11.target`, so that might be too early...
Currently that is not implemented but in general the D-Bus implementation would enable to add that in the future.
@paulie-g I have updated your comment to add numbers to your points so we can more easily discuss them. You are of course welcome to contribute to tilda. If you...
@paulie-g, @pik I have renamed this issue and moved the original comments about `mlterm` and anti-aliasing to a new issue #127. We can continue the discussion here. Please post comments...