

That’s why I put GrapheneOS on my phone. It sandboxes apps and you can grant specific containerized storage spaces aaccesa per app.
But screen reading OOF, I thought that would have needed screen overlay permissions.
That’s why I put GrapheneOS on my phone. It sandboxes apps and you can grant specific containerized storage spaces aaccesa per app.
But screen reading OOF, I thought that would have needed screen overlay permissions.
Thanks, I meant to note that and got distracted lol
In that case maybe not, there maybe a Linux forum solution that is simpler
I had this once, I had to boot to Windows and mess with some power setting in the network card driver properties dialog. Windows was holding the power hostage somehow
Commit branch…I see your thinking of hanging yourself, here is a link to tying a noose
Being poor doesn’t mean messy finances, some really poor people are awesome at budgeting, while rich people can be reckless spenders. Your logic is flawed.
Also SELinux by default now instead of AppArmor. It can be a pain but it works. I.e. files dumped into a SAMBA share aren’t autoshared unless they have the samba SELinux setting applied, etc
All your comments 2 weeks ago or older have been deleted. Is this a federation glitch?
There could be btrfs stuff I’m not aware of, but on a file system structure level, do you have a separate drive for booting and then another you added and mounted separately? Or did you install Linux over another install and changed partitions used? The reason I’m asking is you could have a whole drive of data under a folder and then later mount another partition or drive to that same folder. Linux will show you the mounted folder contents, but the original is not visible until you unmount your Mount point. The data is still there. So drive can be full, even though contents look smaller.
I can’t say its that for sure, but it has tripped people up before.
But could be btrfs cleanup needs looking at.
Lol, this is why the Linux community gets a bad rap. Somebody tries to be helpful and the community gets hostile. Hope you have a good rest of your week dude.
No worries, the post made it sound like you had not tries searching. So I assumed your were a new person that had put in no effort yet. My mistake
OP seemed like they didn’t know where to start, so linking programs together was my suggestion. With a rough example. If thats against etiquette the noted.
As for helpfulness, where are the code block entries. I have preview, hyperlink, inage, bold, italic,quotes,lists and spoilers across the bottom, and no codeblock.
As for Wayland compatible this is where, somebody reads between the lines. If those two aren’t Wayland compatible search for Wayland compatible tool like “xxxxxx”.
Sure, seemed OP wasn’t a google searcher so I tried to show an example of two programs coming together. The code seems plausible, but its there as an example of steps. I find LMM is typically trash, but can get you started. But your etiquette note is noted
i figured Id leave some searching to you, lol.
Chatgt says build a scrip using a few tools. xdotool and scrot. I don’t know if this code is good or not. And some hashes are making markdown headers. How do we paste code on here?
#!/bin/bash
INTERVAL=10
LOG_FILE=“$HOME/window_log.txt” IMG_DIR=“$HOME/window_snaps” mkdir -p “$IMG_DIR”
while true; do # Get timestamp TS=$(date “+%Y-%m-%d_%H-%M-%S”)
# Get active window title
TITLE=$(xdotool getactivewindow getwindowname 2>/dev/null)
# Fallback if title is empty
if [ -z "$TITLE" ]; then
TITLE="(No active window)"
fi
# Take screenshot
IMG_FILE="$IMG_DIR/snap_$TS.png"
scrot "$IMG_FILE"
# Log entry
echo "$TS | $TITLE" >> "$LOG_FILE"
# Wait before next iteration
sleep $INTERVAL
done
I found it often gives garbage results, so you have to know the subject well enough to weed through the nonsense. So it can be helpful if you already know what you are trying to do and just need a bump.
For american ones where you have a screen on the inside I have seen crank handles to push window out, or some have a tiny screen door in the screen you can open to reach the window latches, then close the tiny access door. It looks stupid, but it does work
Hardware key is the way. Like a Yubikey
Code is generated on another device by using the encryption stored on the hardware key.
Since this app can read screen, you need a non network connected device to act as the key displayer.