I made sure to make the /etc/greetd/ directory and its contents readable by all via the following command.
sudo chmod -R go+r /etc/greetd/
then I start the daemon via the command (or on system boot)
systemctl enable --now greetd
but the permission denied error when executing /usr/local/bin/tuigreet persists. In fact the system tries to access tuigreet multiple times and then just freezes...
here are the current settings for these directories...
I am not sure what else I need to try but I feel like I have tried to do just about everything... By the way one thing I noticed is that this application will work if the socket file is owned by the user which executes tuigreet... If you could point me in the right direction here I would be grateful.
I don't actually know the whole story here, but I have been trying for almost 3 hours to get this working...
I have installed greetd, enabled it in systemd and set a graphical target. On boot greetd is started and the default session is run.
tuigreet is installed as follows
and greetd is installed via dnf
I made sure to make the /etc/greetd/ directory and its contents readable by all via the following command.
then I start the daemon via the command (or on system boot)
but the permission denied error when executing
/usr/local/bin/tuigreet
persists. In fact the system tries to access tuigreet multiple times and then just freezes...here are the current settings for these directories...
I am not sure what else I need to try but I feel like I have tried to do just about everything... By the way one thing I noticed is that this application will work if the socket file is owned by the user which executes tuigreet... If you could point me in the right direction here I would be grateful.