- 527 Posts
- 428 Comments
Yes. It’s not clear if this was photoshopped or a bug that has been around for years, I believe related to GeForce NOW streaming. The two clients share some code, and GeForce NOW does have an age requirement.
https://www.nvidia.com/en-us/geforce/forums/game-ready-drivers/13/572753/nvidia-app-accessibility/
John@lemmy.worldOPto
Linux@lemmy.ml•Orion Browser for Linux Gets Exciting Progress UpdateEnglish
12·5 months agoWe have to wait and see if it’s really mediocre. Gnome Web certainly has performance issues, but those may be due to WebkitGTK.
Orion is not using WebkitGTK, despite using GTK and Libadwaita. Their port may not have the same performance issues.
And when I say performance issues, I don’t mean benchmarks. Gnome Web actually does pretty decent on benchmarks, but things like scrolling with a mouse just don’t feel smooth (but do with a trackpad).
This also affects dnf since OpenH264 is distributed from Cisco’s server’s, not Fedora’s.
You can follow this blog post: https://yselkowitz.github.io/blog/2025/08/12/openh264-fedora-flatpaks.html
Should be fine with option 1. Just need to install
flatpak-module-toolsbeforehand.
John@lemmy.worldto
Linux@lemmy.ml•Fedora 42 / KDE - What is the difference between "dnf upgrade" and Discover "system upgrade"English
101·5 months agoDiscovers talks to PackageKit, a project that attempts to abstract packaging concepts. So rather than Discover supporting dnf, apt, pacman, etc, it talks to PackageKit and that handles the lower level stuff.
But PackageKit is not perfect. It’s better to use dnf directly and use the flag for offline upgrades (for more reliable upgrades).
John@lemmy.worldOPto
Debian operating system@lemmy.ml•Debian -- News -- Debian 13 "trixie" releasedEnglish
8·5 months agoSteam is still usable. They’re just saying that running 32 bit packages on 32 bit hardware doesn’t get full support anymore.
32 bit packages are still supported on 64 bit hardware, such as for Steam.
John@lemmy.worldOPto
Linux@lemmy.ml•Google Preparing To Ship Chrome With "--ozone-platform-hint=auto" For WaylandEnglish
9·6 months agoMaybe. The thing is that Electron is not made by Google. There’s always a chance that downstream they may still default to X11.
John@lemmy.worldOPto
Linux@lemmy.ml•Google Preparing To Ship Chrome With "--ozone-platform-hint=auto" For WaylandEnglish
15·6 months agoChromium defaults to using X11, even on Wayland. By setting the ozone hint to auto, it will then default Wayland users to using Chromium’s Wayland backend.
John@lemmy.worldOPto
Linux@lemmy.ml•DDoS affecting most of the fedoraproject.org servicesEnglish
1·6 months agoIt’s resolved now.
John@lemmy.worldto
Linux@lemmy.ml•[Discussion] Flatpaks, ram/disk usage and compressionEnglish
5·6 months agoFedora Flatpaks are better in this regard. They are built entirely from Fedora rpms. When an rpm gets updated in the Fedora repos, rebuilding the flatpak will automatically pull in that updated rpm. And with flatpak’s deduplication feature, any reused vendored dependency should be perfectly deduplicated since the input is exactly the same (the rpm).
The problem just is that the repo is small, it’s affected by Fedora’s risk-averseness (so no codecs), and people don’t like them.
John@lemmy.worldOPto
Linux@lemmy.ml•DDoS affecting most of the fedoraproject.org servicesEnglish
15·6 months agoYes
John@lemmy.worldOPto
Linux@lemmy.ml•On Window Activation on Wayland – Kai Uwe's BlogEnglish
4·6 months agoGnome article on same topic: https://blogs.gnome.org/shell-dev/2024/09/20/understanding-gnome-shells-focus-stealing-prevention/
You can test the more strict focus stealing prevention on Gnome with: gsettings set org.gnome.desktop.wm.preferences focus-new-windows ‘strict’.
And to unset it: gsettings set org.gnome.desktop.wm.preferences focus-new-windows ‘smart’
Firefox should also now have proper support for it in 141, but I think for Gnome you might need to wait for a bug fix in Gnome 49:
Why iodeOS over GrapheneOS?
Edit: oh you said for the FairPhone, not Android in general. GraphenOS is Pixel only at the moment, at least until they launch their own device
John@lemmy.worldto
Linux@lemmy.ml•if you use GrapheneOS on a pixel device, is it something you'd recommend for a privacy worried user? How seamless is running it after install?English
5·6 months agoIs there a pixel device with a jack port?
None that are still supported by GrapheneOS. But you can buy a USB-C to 3.5mm jack dongle.
My main OS is debian. How easy is to transfer data from GrapheneOS to debian and the other way round?
Pretty easy, either by cable or using an app like LocalSend (they have an apk on their Github).
Overall if you run GrapheneOS on a pixel, how many years running it and what do you think about it?
Haven’t used it in a while. I think it was cool, but was definitely more of a hassle than regular Android. The default apps are pretty barebones and feel old. Though I do still dream about replacing my iPhone with a device with GrapheneOS.
John@lemmy.worldto
Linux@lemmy.ml•Why do atomic distros not contain good backup tooling by default?English
1·6 months agoYeah. I’ve used NixOS and think the idea is cool, but overall I prefer Fedora Atomic. Unlike NixOS, it’s a complete OS out of the box and is less quirky than NixOS. Though I am a proponent of Flatpak, those who don’t like it will have a very different opinion of Fedora Atomic.
I just wish Fedora Atomic was more declarative and that bootc could work a bit closer to how NixOS’s nix.conf worked. I would love if that there was a a container file could be declared and used built similarly to nix.conf is (avoiding the user manually building the and signing the container file).
John@lemmy.worldto
Linux@lemmy.ml•Why do atomic distros not contain good backup tooling by default?English
1·6 months agoThat kinda exists with NixOS, but you’d have to backup your personal files separately.
You’re not really backing up the OS with NixOS, but the nix configuration file describes how the OS is built in a reproducible way.
John@lemmy.worldto
Linux@lemmy.ml•Why do atomic distros not contain good backup tooling by default?English
2·6 months agoOr do you just remember all the config changes you did and type them out from the top of your head? And all the apps you have installed? It’s over 300 apps and 100 config files for me.
Well, kinda. I have have scripts to set up most of my system after an installation. It’s nice so that I don’t have to remember everything I’ve done. It means I can reinstall my system or install on a new system with relative ease.
Doesn’t need to be anything complex. Just having a list of packages I want installed and that I can copy into my terminal makes things so much faster.
John@lemmy.worldto
Linux@lemmy.ml•Why do atomic distros not contain good backup tooling by default?English
331·6 months agoTimeshift is completely unnecessary. Fedora Atomic’s rollbacking is more powerful and avoids certain issues.
You should only be backing up personal files, not OS files. The OS is replaceable, your personal files are not.
John@lemmy.worldto
Privacy@lemmy.ml•Proton freezes Swiss investment over surveillance fearsEnglish
91·6 months agoSwitzerland has strong privacy laws, but there are still situations where they legally have to comply. Of course, Proton also collects very little data and keeps things end to end encrypted, so even if they have to provide data, it’s not much.













GrapheneOS is talking to OEMs to create a phone. Up to this point, they’ve only supported Pixels because they’ve had the best security. But with Android 16, Google stopped sharing important files that make it more difficult to continue supporting Pixels. Hence the desire to create their own device.