Closed h-fehlis closed 1 year ago
Thanks a lot! Fixed now. I also made a new release 0.8.11 and also updated the suse-prime package for Tumbleweed.
0.8.11 release was broken (identical to 0.8.10). I removed it and made a new release 0.8.12 with the fix.
The part of prime-select.sh which is supposed to run after X session logout never gets executed on my system that uses "autologin". The reason is that the following message gets dumped into the kernel log upon logout:
but the _"user_logoutwaiter" part of prime-select.sh waits for this message:
Changing the corresponding line in prime-select.sh like this solves the problem:
(Sorry, no experience with pull requests.)