The old one was too confusing for new users. It wasn’t clearly step by step like all the other installers on linux.
The old one was too confusing for new users. It wasn’t clearly step by step like all the other installers on linux.
you should also post it as an issue on the peertube repo: https://github.com/Chocobozzz/PeerTube
Currently most cooperate linux companies are not in the business of selling linux desktop itself. Rather its linux for servers, administration, embedded things (like cars), and other enterprisey stuff. So at least at the moment they are not looking to profit of linux desktop users directly which has saved us from enshittiffication attempts.
But even if they in the future attempt to do something fishy, that most users dont agree with, I think by the virtue of how stuff works on linux it will be very easy for people to move to something else or a fork, and still get 95-99% of the same experience. This in turn will force companies to think twice before doing something like this.
A good example here is canonical/Ubuntu who has made questionable decisions in the past and each time they had to take it back. Even now, Snap due to its use of a centralized store is almost universally shunned by the linux community and is only supported maintained by canonical. While Flatpak is supported by the wider linux community with people from different projects contributing to it (though I sometimes worry about everyone centralizing on Flathub to the point where they are actively discourage other projects from launching/maintaining their own stores/repos).
This is why we need to build and champion tech that is resistant to control and enshittiffication. Then we dont have to worry too much about who is developing it.
Impressive work, thanks!
KWin has gained support for the initial version of the Wayland session restore protocol
I found it interesting that they were merging support for a not-yet-merged protocol so I looked it up.
It seems the plan is to use the new experimental protocol thing that was introduced a while back:
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/392
check out this app, its still under dev tho: https://codeberg.org/lucaweiss/lpa-gtk
Also, related note, how easy is it to migrate from one distro to another? I am thinking about trying something else - maybe base Fedora or Arch - to hopefully have better performance.
You can backup your data and restore but will have to reinstall all your apps.
Also have you tried asking in the nobara discord? GE and other devs are in there so you likely to get help there.
They should at least make a docs
tag or similar and tag all these documentation like posts with it.
Another thing is that my laptop might be using Legacy BIOS, so systemd isn’t compatible with it.
Oh sorry, then Fedora isnt a good idea. They have deprecated support for Legacy BIOS.
Anything with LXQT 2.1 available should give the same experience however right now it seems only rolling distros ship with 2.1. Lubuntu 25.04 will ship (in ~April) with LXQT 2.1 but it wont default to wayland so you might have to do some manual config. Its also not an lts release.
storage requirements
shouldn’t be a big problem. lxqt is super lightweight. If you go with lubuntu, I recommend turning off snap to save some space.
Linux Mint MATE or XFCE are really good if you dont necessarily want wayland support.
Another option is the Raspberry Pi OS. Debian based, should be very lightweight and runs wayland. I haven’t personally tried it though.
try Fedora LXQT too, it ll default to wayland in the next fedora release (~4th april i think), and its very lightweight
I think piefeds combined view makes this less of an issue. Like people subscribe to/post in the big communities because they are more active so get more comments and stuff. But in piefed you get the combined discussion from all the communities so you get the same experience even if you are subscribed to a less popular community on that topic.
I dont think its the software* but the instance that matters. Everyone being on lw is not good (not that there is anything wrong with lw, just that centralization is bad). Thankfully most lemmy apps nowadays default to lemm.ee which should hopefully counter most of the centralization. Lemmy apps should rotate the default server when it gets too big which will help a lot (also shows the impact defaults have).
*Software would have mattered if the main devs instance was also the biggest. Or a very popular lemmy client defaulted to their own instance. With lemmy thats not the case.
Subreddits were not a problem before since they were accessible on the web without needing an account. But now reddit is gradually locking them down behind authwalls and things like not letting search engines index (other than Google).
Lemmy communities dont have this problem and because lemmy is federated, its resistant to such enshittification (plus you can easily create your own lemmy instance for only your team). So imo they are a good alternative to forums (and reddit) and a good solution to this problem.
Discourse already exists (and most big companies use that).
Also you can see many other things on Reddit or Discord too (or the internet). Im not sure how that is a point against federation. If companies really want to control everything they can create their own instance (like KDE’s lemmy instance).
They can defederate everyone from their instance to get an “unfederated” instance but again it changes nothing imo.
In fact defederation is a negative since now you have to worry about new signups, moderation, etc. While in a federated instance, you can leave moderation to other instances and only allow team/company members on your instance. Users can sign up on other instances and still be able to interact with your instance for support, help and other stuff.
Enabling this feature will probably require you to agree to Google AI training on your emails.
Element is an app for “Matrix” (thats like lemmy but for discord) that is developed by a for-profit company (the company mostly manages deployments for big governments). But not only is it open source, its just one client of many for matrix. The vast majority are developed by individuals (Cinny, FluffyChat).
Plus, it’s not even remotely similar to Discord.
There are probably discord features missing from matrix but they certainly have a lot of similarities. Though tbf Cinny is the closest to discord in terms of design and functionality not element (but they both are matrix clients).
So this post has (at the time of writing this post):
From this I would say it looks like lemmy upvotes dont federate at all with mastodon. Replies seem to federate but for some reason 1 reply from mastodon is missing on lemmy.
I mean Fedora is open source but if they really wanted a european base, they could have gone with opensuse. AFAIK opensuse is the only fully european linux distro plus they use many of the same tech that redhat/fedora does.
Ultimately I think it doesn’t matter too much since even the linux foundation is based in the US and large parts of what makes the linux desktop are maintained by non-EU companies (on top of all the major projects hosted by Github, Gitlab including most of Flathub). If its all open source, I think the risks are pretty low e.g. huawei was able to use Android despite all the restrictions.
You can also get the appimage on https://www.gimp.org/downloads/
After downloading, set the execute bit: chmod +x ./GIMP-3.0.0-x86_64.AppImage
and then open the file to open gimp.
Updates taking that much space is a bit surprising. I used to run linux mint on a 20 gb partition and usually had 3-4 gb space free. Does Linux mint comes pre-installed with flatpaks (you check with
flatpak list
)?But 20 gb is on the very low side, you will run into issues on updates. You probably need to extend the linux partition by at least 10 gb.
For the printer issue, check the status of the cups service (
sudo systemctl status cups
).