Earlier quoted context omitted.
> Meanwhile we have distros lagging behind for years to provide a new package because they can't break all the things depending on the old version. I'm glad I left this category of problems behind me 5 years ago when I switched both, my personal and my work laptop to arch-linux/i3wm. These two machines have been running for 5 years, almost daily, with almost no issues, with the latest software packages. If the hardwa…
My impression is that Arch is not technically unusual among distributions, but is simply well-polished, documented, and very active (and has an easy way to install unvetted community packages). If this impression is correct, you still run the risk of unnoticed outdated software if the amount of volunteers drop, or a particularly critical one no longer has the time. Which part of Arch's design prevents the issue descr…
KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
421–427 of 427 posts
Re: KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
#422Earlier quoted context omitted.
And write access to $HOME lets a process climb out of the sandbox. Trying to make sense of Flatpak's threat model is just near-impossible. It might protect you from something, if the specific app's configuration told it to do so. Starting a random Flatpak app, you have no guarantees, and the UX doesn't communicate anything about this.
We are in a transition period. Starting with getting apps packaged in flatpak even if it doesn’t improve security, and then once that’s all done we can start tightening the restrictions.
Re: KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
#423If they can actually prevent piracy, maybe I'll actually package my app for Linux.
> If they can actually prevent piracy, maybe I'll actually package my app for Linux. ... Neither MacOS nor Windows do this; what are you targeting now?
Re: KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
#424Earlier quoted context omitted.
Sid is unstable (by definition and design)b wouldn't recommend as a daily driver. Testing is a decent rolling release distro, though.
Testing isn't rolling release. Every 2 years, testing becomes stable, and stable becomes oldstable.
Re: KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
#425Earlier quoted context omitted.
zfs is a single `apt install` away.
I thought Ubuntu lost interest in that and is letting it die? https://www.omgubuntu.co.uk/2023/01/ubuntu-zfs-support-statu...
But that doesn't change the fact that ZFS itself is in the Ubuntu repos, tested against Ubuntu's kernels (it's a kernel module, so this is important), and _really easy_ to install: `sudo apt install zfsutils-linux`.
Personally on my box, I boot off a small NVMe SSD formatted ext4 (installer defaults) and then have all my hard drives in a ZFS pool to store my data. If /r/zfs is to be believed, this is a common setup.
Re: KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
#426Earlier quoted context omitted.
It’s most likely not the rendering but the font itself. The Ubuntu font might be the best looking one around. It can be installed on other distros easily. Some have it packaged in their repositories. Switch fonts, turn on full hinting and you’re in business.
I don't think it's just one font. I recently switched away from Ubuntu to OpenSUSE TumbleWeed and on occasional webpages and applications I get these badly rendered fonts. I fixed them to some extent by installing additional fonts, but not completely.
Re: KDE and GNOME seeks $100k to turn Flathub into a Store for the Linux desktop
#427Flathub could become the killer "app" for the Linux desktop. No need to juggle dependencies and third party repos. The software you need in an instant.
It's the closest thing to APKs for Linux. We need an Android for desktop: a signed base image with silo'd applications, application data, and granular permissions.
You can fork the base repository and just add the packages you want to have installed on your host system. Everything else is handled with flatpaks or with distrobox containers, or you could technically install whatever else package management system you wanted to.