Software compatibility is probably the biggest issue. If someone relies on a piece of software that is Windows or MacOS exclusive, that can be enough of a deal breaker. Open source alternatives may exist, but they do not always have the same features or behave as expected compared to what they are replacing.
Voytrekk
- 0 Posts
- 19 Comments
I’ve been running Linux full time for 4 years and still have my Windows troubleshooting knowledge. I would say it’s more frustrating since logging isn’t nearly as good compared to Linux.
The biggest feature on Mac is the battery efficiency of Safari with the features of something like Zen Browser. On Linux I would just stick with Zen for similar features.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•would my gpu work ten years from now on ubuntu linux?
11·1 month agoNvidia will stop supporting the card officially around the same time on both platforms. With Linux, a viable open source driver may exist in the future, as there is work on nvk which should support that generation of card.
There is LMDE which is just based on Debian.
https://orionbrowser.com/. Browser for macOS and iOS. It is a browser that is based on WebKit (like Safari) for macOS and iOS. Right now the only WebKit browser on Linux is Epiphany (GNOME Web), but it is lacking in features compared to Orion.
I personally use it on my Mac, and it would be nice to have other options for Linux given the shrinking market share of Firefox.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•I Tried Switching to Linux for 157 Days - BasicallyHomelessEnglish
8·5 months agoFeels like it’s usually Mint or something niche.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•Pop!_OS 24.04 LTS and COSMIC Epoch 1 will be release December 11th, 2025English
6·6 months agoThe largest item keeping me from swapping to COSMIC is the lack of HDR support. They stated it would be implemented before or at the 1.0 release. Has that already completed?
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•my reason why you should use KDE+Krohnkite instead of WMsEnglish
41·6 months agoI think Cosmic will be the best compromise once it finally releases. Having the ability to swap between tiling and floating quickly and per workspace gives you the best of both worlds.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•Are there any Linux distros that handle updates similarly to FreeBSD and OpenBSD?English
1·8 months agoYou could use something like homebrew for your packages while keeping just system packages to the default package manager. It has the upside of being separated and more recent, but it can mean duplicate packages are on the system.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•how can i emulate a controller shortcut with a keybindEnglish
1·8 months agoIs this SteamOS? If no, what Desktop Environment?
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•Method to save your favorite Linux apps for reinstallEnglish
6·9 months agoIf you use
-Qeq, you should be able to skip the ask part of the command.
I don’t know if raw package counts is the best comparison. Unlike say Fedora, Arch bundles everything related to a project in the same file. If you want Qt6-base on Arch, that is one package. If you want it on Fedora, it is going to have a lib, header, docs, and maybe a few other packages.
Just from personal experience, I do not have issues with finding packages in the main repos, with only a handful of my packages coming from the AUR. This is not the case with others, like Fedora where extra repos need to be added, like EPEL and RPM Fusion.
The arch maintainers package more software than most other distributions. Some items they leave in the AUR by choice, if the Dev prefers it there. The key is to use the AUR sparingly and only if you trust the packager.
Maybe they aren’t updating enough which leads to larger issues. Had a problem in the past updating NextCloud too slowly and stuff broke.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•Deciding between mint and fedora, quick questionsEnglish
5·11 months agoIt is. Maybe they meant CachyOS, which is a popular Arch based distro.
I haven’t dealt with Canon stuff, but the Arch Wiki is a good place to start.
Voytrekk@sopuli.xyzto
Linux@lemmy.ml•How to deploy Docker images to Raspberry Pi w/o using a image registryEnglish
5·11 months agoPerhaps a compose file on the raspberry pi. You can have it build the container as part of the compose file, then you can just start your services up with
docker-compose up -d --build. The only things you would need to do is update the git repos and rerun the up command. You could also script it to pull the git repos before building.

That really depends on distro. With something like Arch and Debian, that is definitely the case. On the other hand, Bazzite requires almost no configuration and has scripts for common use cases.