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
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
In theory yes, but twice I have had nvidia driver update be incompatible with my opensuse, and had to wait a week or so
Install DRM into Firefox, it usually prompts you when it needs it to stream. Or install MS-Edge if you find Chrome doesn’t work.
I upgraded from a pre 1.32 server, and needs an update to a 1.33 to 1.36 server version and opening app once before moving to server 2.0. So it could definitely be the server database end. It does an auto migrate of server database with the proper steps.
Snapper and BTRFS. Its only adjusts changes in data, so time travel is just pointing to what blocks changed and when, and not building a duplicate of the entire file or filesystem. A snapshot is instant, and new block changes belong to the current default.
Pretty sure you can set the options to leave permissions alone per app. At least on Graphene OS you have control of it.
Grsync is great. Having a GUI can be helpful
Is the Orange pi like the RPi where 3 of the gpio pins can vary the fan speed?
ProtonVPN has country and location choices for your exit nodes
10 Print “I am a Programmer”
20 goto 10
The problem is, even if he was a good guy, he will get pressure from the racist regime if they want some changes. They could threaten his career of family, and so he complies
Thanks, I meant to note that and got distracted lol