m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

How to disable kde lock screen on plasma container #266

Closed dillfrescott closed 1 year ago

dillfrescott commented 1 year ago

There is no lock screen option in settings :(

This is a big issue because the screen will lock while watching a movie or show and block the view obviously.

m1k1o commented 1 year ago

This looks relevant: https://superuser.com/a/1768085 I'll take a look later today.

m1k1o commented 1 year ago

Could you try running docker exec --user neko neko kwriteconfig5 --file ~/.config/kscreenlockerrc --group Daemon --key Autolock false; ?

m1k1o commented 1 year ago

@dillfrescott fixed in latest release.

dillfrescott commented 1 year ago

Ok awesome!