People are not gonna like this at all but I've been using manjaro for years and it's been pretty solid for me.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I encountered this same VLC issue on Manjaro this week, so YMMV.
I was going to say that Manjaro will have the same issue in a short while because they delay the updates a little bit but follow them, so VLC will get split in Manjaro too, but someone already commented that it has already happened
Yup, it happened to me, installing necessary vlc plugins fixed the issue.
Manjaro has been pretty quiet for a long time. There's gotta be a point where we forgive and forget. I like Manjaro and used it as my entry point to Arch. It sets a lot more up for you out of the box and has manjaro-specific package bundles that just work on install.
According to Manjarno, its been just under three years since their last mistake, and that was just forgetting to renew the SSL cert for their archived forums. Probably about time we let it back into the Arch family.
LMDE. Debian stability with the usability of mint. It works.... That's it. No gimmicks.
I can totally understand that. In case you still want to give it a chance, I can highly recommend EndeavorOS. It's basically pre-styled, pure Arch. But it has a welcome dialog, where you have a warning banner at the top if you need to be careful regarding an update. This directly links you to their Gitlab and forum with the steps you'd need to take to not break anything. This saved me multiple times already and I never broke my system, despite not even reading the Arch RSS feed or changelogs.
Besides the EndeavorOS forum is waaaay friendlier compared to the Arch one.
If you don't want to get into the rabbit hole that is NixOS (which is a distro i also like), then i would say void linux, if you still want that arch minimalism. Void is a rolling release, but it's more like a slow roll if that makes sense and focuses on stability. It's package manager is also rock solid, fast, and can update even when the system hasn't been updated in ages. If you've done a manual install of arch before, you'll probably breeze through the install process as well, since it is a guided ncurses installer.
I second that, void is a solid and stable rolling distro.
After having a similar feeling as yours I went for NixOS.
My thoughts then : if it breaks I can rollback, and the unstable channel is quite comparable to what arch offers.
Now : I've moved to stable channel, because it's updated enough and allows me to only deal with breaking changes twice a year. Moving to NixOS was time consuming (but fun) because it required to rewrite all my dotfiles and learn something new.
https://endeavouros.com/ https://garudalinux.org/ both arch based maybe you will like the forum style better and they will probably also give you this information.
Use Gentoo, as it is way more stable and can do anything that Arch can.
https://en.wikipedia.org/wiki/Principle_of_least_astonishment
Someone should inform whoever made that change. If a package is split in a new release, the initial state should match the final as closely as possible, in this case by installing the new optional dependencies automatically. (Although I'm not sure why they'd want to split everything out like that anyway; no other VLC distribution does that, so splitting is itself a violation.)
Maybe Manjaro might be an alternative? I haven't personally used it. I don't like this kind of surprise, so I stick to boring distros like Debian. I used to use CentOS but it was too boring.
I use Debian, for the stability.
Sorry for not answering your questions, I haven't used arch before. But dang that sucks I've been wanting to try arch for a little while but I didn't know they would happily push updates they know will break certain programs.
The closest to Arch, a rolling cutting edge distro, is probably openSUSE Tumbleweed. openSUSE has excellent snapper integration that takes a snapshot before and after you touch zypper, so it's easy to undo changes that might ruin your system. CachyOS also has that same great snapper integration, but that's still Arch.
I'd recommend opensuse tumbleweed. Codecs can be a little weird, so I recommend installing a flatpak for VLC and your browser. Otherwise, I've found it to be a very similar experience.
I prefer Debian-Testing. Basically, a rolling release, but not unstable. Arch is akin to Debian -Sid, which is unstable. The latest packages are brought in to -Sid after some rudimentary testing on -experimental. But only the stuff that make it and are solid on -sid, make it to -testing. Basically, Debian has 2 layers of siphoning bugs before they even make it to -testing. And that's why the -stable branch is so solid, because whatever makes it there, has to go through the 3 branches.
So if you like rolling releases with much newer packages, consider -testing. The easiest way is to wait for the Trixie release, and then do the manual update to -testing by changing the repository names (there are online tutorials about it). The other way is to get a -testing iso, but these usually are broken because most people "upgrade" their installed distro to testing instead of just install it outright.
I've been using -testing for over a year now with 0 problems. Even Google is using -testing internally! I also have had Arch installed and endeavouros, and have had 3 problems that I had to fix in 5 months.
I also noticed vlc has broken (installed last week apparently)
Using the pacman syntax:
pacman -Q -i -d vlc
showed a conflict with the vlc-plugin (which appeared to be uninstalled already) and no vlc-plugin-#### installed.
The dependencies were fully explained in the list, including the vlc-plugins-all dependency. I'm lazy so that's the dependency I installed on my EndeavourOS.
Gentoo, honestly.
The community is much more friendly, the system is probably more arch than arch. The downside is compiling, but big packages have binaries now, and small packages build and install just about as fast as a binary distro.
Good hunting!