wrvsrx
wrvsrx
> Have you considered potential impact on server plugins which assume the cwd being a server root directory? Sorry, I haven't consider the potential impact because I don't use server...
> Question: how does read-only install handles adding missing values to config.yaml? Maybe it makes sense to move this logic to the server itself? I hadn't thought about this because...
In theory, read-only installed software should not try to modify files written during installation, such as config.yaml installed in the server directory, which should be updated by the package manager....
> In case when the default config.yaml is updated. Then it has to be updated to add missing values with their default state. The post-install script does just that. I...
It seems there was some misunderstanding. I thought your question was about "how to update the read-only config.yaml in serverDirectory," but actually you were asking about "how to update the...
I tested it and it works well. Thanks for your help.
Maybe this issue should be reopened since https://github.com/Ly-sec/Noctalia/discussions/57 has been 404? @Ly-sec
ping @lordkekz, @rkuklik
You can make tuigreet claim the vt via following systemd config in `greetd.service` ``` [Service] StandardError=journal StandardInput=tty # Without this errors will spam on screen StandardOutput=tty # Without these bootlogs...