KDE Hibernate option missing, hibernation working

I don’t get the option to hibernate in the system settings > power management
However systemctl hibernate works or at least seems to be working. When I am actively deciding to hibernate this is of course no major issue but I would like to hibernate when closing the lid of my laptop.

Update: Of course shortly after writing this post I find the solution.

I had skipped the following step when creating the swap

" In order to ensure that the swap is enabled at boot we can add an entry to /etc/fstab.
You can add the line to fstab manually or using the command:

sudo bash -c "echo /swapfile none swap defaults 0 0 >> /etc/fstab"

so that I guess it wasn’t there on boot and therefore the options didn’t show up

Also I’m still somewhat of a noob so if I did something fundamentally wrong (posting here or with my setup) feel free to point this out
Mod edit: Added a bit of formatting there :wink:

3 Likes

Closing it as TO found solution on own system