Earlier quoted context omitted.
> It's open source after all, the control is in the hands of the user. That's true of proprietary software to roughly the same extent: if I don't like how things are I am free to make my own or just not use it.
I don't follow. In my experience setting up a build environment and changing a couple lines of code provides a lot more control (and is a lot easier) than rewriting the whole thing from scratch or ditching it entirely for something else. If your distro's package manager supports source builds then you probably don't even need to use tools like GNOME Builder to make quick modifications.
X11 screen locking: a secure and modular approach
71–80 of 91 posts
Re: X11 screen locking: a secure and modular approach
#72My experiences with screen locking on Linux over time, using various machines: * The screen doesn't lock, and remains on while the lid is closed. * The screen doesn't lock, but does turn off when the lid is closed. * The screen locks, but the machine doesn't suspend when the lid is closed. * The screen doesn't turn on after the lid is opened. Key commands work, though. * The screen turns on after the lid is opened, b…
Re: X11 screen locking: a secure and modular approach
#73Re: X11 screen locking: a secure and modular approach
#74Earlier quoted context omitted.
+1. I'll add: * The screen locks, unlock, but the network card cannot wake up anymore and requires a reboot. * The screen locks, let you enter things, but doesn't seem to react, then suddenly, replay all the things for 20 seconds in 1 seconds, and displays an error message * the screen locks, but you can see the unlock screen for a few seconds when you wake the laptop up
The first 2 sound more related to suspend rather than screen locking.
Re: X11 screen locking: a secure and modular approach
#75Earlier quoted context omitted.
I can't stop hating Microsoft for WSL. Yes, it is a way forward for the company but I still have a feeling they have found a perfect way to make younger generation ignore Linux completely.
Ignore Linux by using Linux?
Re: X11 screen locking: a secure and modular approach
#76Earlier quoted context omitted.
> It's good enough I've been hearing that for between 15 and 20 years now. I believe this mentality is part of the reason it never seems to get any better.
Oh it did become better. I've been using linux for 15 years. It's better in every way. My mother has been using Ubuntu for 7 years now. It would have been impossible in the early 2000. It is better. It is productive. It is even a good experience. I'm no a masochist, I buy and use proprietary software. I use Linux because I want to. I'm not just not blind to it's many shortcommins. Last week I used Windows with a clie…
Re: X11 screen locking: a secure and modular approach
#77I don't understand why we don't just lock screens by switching to a different virtual terminal running a different X server. If the lock screen doesn't share an X server with the user session, a lot less information can leak. This entirely-separate-session approach is what Windows uses, and it works great there.
Re: X11 screen locking: a secure and modular approach
#78I prefer https://github.com/muennich/physlock It seems more secure as it bypasses X, and you can be sure (can you? I just assume this, I don't really know) your input is not even being passed to X when your screen is locked. In practice I've found it very reliable.
never been able to get it to work. I've been using i3lock on my machines, not sure how well it does on suspend, though.
xss-lock --transfer-sleep-lock -- i3lock --nofork
Re: X11 screen locking: a secure and modular approach
#79Earlier quoted context omitted.
I don't follow. In my experience setting up a build environment and changing a couple lines of code provides a lot more control (and is a lot easier) than rewriting the whole thing from scratch or ditching it entirely for something else. If your distro's package manager supports source builds then you probably don't even need to use tools like GNOME Builder to make quick modifications.
If you find setting up a build environment to change a few lines of code more reasonable than switching to software that wasn't so boneheaded as to hardcode the value in the first place, then good for you I guess. I personally don't have much patience for it.
Re: X11 screen locking: a secure and modular approach
#80My experiences with screen locking on Linux over time, using various machines: * The screen doesn't lock, and remains on while the lid is closed. * The screen doesn't lock, but does turn off when the lid is closed. * The screen locks, but the machine doesn't suspend when the lid is closed. * The screen doesn't turn on after the lid is opened. Key commands work, though. * The screen turns on after the lid is opened, b…
Most of what you describe isn't the screen lock but sounds more like something isn't communicating system events properly. That or bad hardware with poor open source driver vendor support. Also, this is why I don't use Linux any more. It's grown into a dumpster fire of ad-hoc patches from big corps looking to hammer every last drop of cloud server performance or poorly designed desktops made by people who obviously d…
There are some kinks to be worked out. I'm seeing the following scenario:
I have Ori and the Blind Forest installed through Steam on Ubuntu 18.04. Attempting to play it through the steam client causes a crash. Navigating to the install directory in a terminal and running the simple command `wine oriDE.exe` runs the game with zero apparent problems.
Of course Steam isn't using the local wine installation, but... still? The game works flawlessly with the absolute bare minimum of effort. What's Steam doing instead?
(I tried watching the startup process in the Steam console, but it appears to be committed to printing only uninformative messages.)