ublue-os / cosmic

A Fedora Atomic based OSTree Image with the COSMIC desktop environment. Thanks to Drakulix for initial image.
https://github.com/pop-os/cosmic-epoch
Apache License 2.0
119 stars 8 forks source link

cosmic session doesn't start after login #34

Closed poJilloy closed 1 month ago

poJilloy commented 1 month ago

thread 'main' panicked at greetd/src/session/worker.rs:200:12:unable to exec: EACCES note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

thinkpad e450

ryanabx commented 1 month ago

Disable SELinux with the instructions in the readme

poJilloy commented 1 month ago

Disable SELinux with the instructions in the readme

I thought sudo setenforce 0 && getenforce disables SELinux, oopsie. Now it works. Thank you

ryanabx commented 1 month ago

Disable SELinux with the instructions in the readme

I thought sudo setenforce 0 && getenforce disables SELinux, oopsie. Now it works. Thank you

I did it a different way, by manually editing /etc/selinux/config but someone made a pr to change those instructions. What did you end up doing to get it to work

fiftydinar commented 1 month ago

I did it a different way, by manually editing /etc/selinux/config but someone made a pr to change those instructions. What did you end up doing to get it to work

setenforce 0 just temporarily sets SELinux to permissive on current boot.

editing the selinux config is more correct for permanent approach.