The desktop version uses Electron, a shitty Chromium + Node.js framework for devs that really only want javascript and web tech
My Keyoxide Idendity:
aspe:keyoxide.org:TJXAWXPMSAG6VPARJQRWNB2TPA
The desktop version uses Electron, a shitty Chromium + Node.js framework for devs that really only want javascript and web tech
True, forgot about that.
Alternatively yeah some system to load the data online, autodelete after a while of not logging into something.
But the question really is “why?”
Disk encryption should deal with everything. Secure boot and usbguard are useful anyways.
THIS prevented you from switching?
Afaik screenshare always worked when using Discord in a browser
Yeah because Flatpak firefox is damn insecure!
Please dont use it. Firefox devs dont care. Flatpak restricts browsers from spawning “user namespace” sandboxes for filesystem isolation.
Chromium uses a fork server (zygote) and breaks when it cannot spawn these sandboxes. So developers created zypak, which allows to isolate processes using bubblewrap, the Flatpak sandbox.
Firefox just runs without a sandbox, and doesnt have a fork server, so nobody cares.
Without process isolation, you have less duplicated content. This saves space but IT IS INSECURE.
Please use a non-Flatpak Firefox version.
There is no reason why a “Zen Browser” should use less RAM than Firefox.
If something goes wrong, login via ssh (you know the dynamically changing IP) and remove a directory or the entire user.
You cannot avoid that a user would copy files from there to a usb stick. Well you could, by using usbguard. Works really well in my experience, just prevent nonsudo users from adding new devices.
And then you need to prevent the user from booting another system, or taking out the SSD and reading it. TPM and boot lock is the right thing here, what Max-P wrote.
Lol as a Fedora Discussion member, NVIDIA issues are there but like 10%
So how is this vendor lockin?
I can imagine that theirs is safer and more suited for targeted devices. Linux is extremely generalistic and has a ton of cruft.
But I have never looked at their code or tried to port a Linux app to Android. The #Krita devs might have some insight here.
Just saying what some guy told me.
It is also a highly modified kernel, extremely reduced. They do all filesystem stuff in userspace for example, which is pretty cool. And they add a ton of garbage out of tree drivers.
They dont use GNU or glibc or systemd
Oooh crazy!
You didnt layer aurora on bazzite, you rebased.
This is very problematic and I didnt know this could happen. OCI images dont have a concept of “removing packages”. Instead, they are always removed on the local system.
The firefox issue is uBlue people being weird. They remove it, preventing anyone from installing it. Instead you need to use the firefox tar archive from their website, works well too but is kinda random as you need to place it in some nonstandard folder.
Steam is interesting. Please report that. I am not sure how these things work but my theory is that the installer (anaconda) wrote the system to your PC with the default configuration (with steam).
Then you rebased to Aurora but the system was still originally Bazzite. Which is odd, ai thought there was no such state. Please report that to them!
My idea is to rebase to their main image and then back to aurora. This may remove this steam error. The main images also still have firefox and just the codecs etc added, so I can recommend them.
UBlue removed the instructions on how to do that from their website with the redesign.
Use the rebase command you used, but use ublue-os/kinoite-main:latest
instead of ublue-os/aurora:latest
in the rebase command.
Then rebase back to aurora after a reboot. But tbh I didnt like Aurora it is weird and kinda random. I like ujust and yafti though. I am on Fedora Kinoite with a huge set of layers. Works very fine too, still worlds faster than Windows updates LOL
No another one
Well often the answer is just to layer stuff. It is not true that containers fix everything, and rpm-ostree is a tool that manages RPMs.
rpm-ostree install steam \
libvirt-daemon-driver-network \
libvirt-daemon-driver-nodedev \
libvirt-daemon-driver-qemu \
libvirt-daemon-driver-storage-core \
qemu-audio-spice \
qemu-char-spice \
qemu-device-display-qxl \
qemu-device-display-virtio-gpu \
qemu-device-display-virtio-vga \
qemu-device-usb-redirect \
qemu-system-x86-core
After reboot
systemctl --now enable virtnetworkd.service
systemctl --now enable virtqemud.service
uBlue Aurora
getaurora.dev
You might want to shrink the headers to ##
And there are quite some more formatting issues :)
Wtf what a horrible made up bullshit of those “officials”
Fixing their damn sandbox would be something truly useful.
Implementing a fork server so Flatpak AND Android Firefox can stop being fucking insecure for no reason.