• 0 Posts
  • 112 Comments
Joined 5 years ago
cake
Cake day: January 26th, 2021

help-circle

  • D_Air1@lemmy.mltoLinux@lemmy.mlWhy Linux?
    link
    fedilink
    arrow-up
    32
    arrow-down
    2
    ·
    2 days ago

    Why Linux ended up being the big thing is pretty well answered in the historical sense if you want to go looking for it. As for its low modern adoption. No one can really answer that for certain. I’ll give you my two cents on the matter, but that’s all anyone can do. All of this is based on research done on and off over the years in regards to this very topic as well as personal anecdote and hearsay. I will point out specific examples that I am familiar with, but don’t fault me for missing anything.

    Everyone is already on Linux. Both companies and individual people. While the BSD’s work just fine for some people, it is largely hardware dependent. I have heard many people liken it to where Linux was 10 - 15 years ago in terms of hardware support. That alone means that most people can’t use it. Less people = less developers making things better = less people trying it. We’ve all seen that song and dance before. Good ole chicken and egg problem.

    Furthermore, while BSD certainly has its strengths. Being technically better has never been enough with anything. There are lots of equivalents to BSD features that are good enough eg: cgroups and others for jails. More importantly with a lot more big players using and contributing to Linux. Those things also see a faster rate of development and more quickly meet the needs of companies.

    There is of course the license debate. While not as important now as it was before at least to a lot of individuals, I have personally been trying to answer this question for years doing my own research. The only reason I bring this up is that companies often upstream there work. Netflix famously chose freebsd over linux for their simpler and faster networking stack. They have contributed many improvements to that upstream and there are examples floating around as to how those improvements helped to improve freebsd networking for others. Although according to many Linux has largely caught up in that regard if not surpassed it. There are after all many tech giants that use linux and also need to serve similar amounts of traffic if not more than Netflix. However, regardless of if its is better or worse. The point is I feel like examples like this are far and few between. Because companies can simply take the bsd code and choose not to give anything back. It certainly feels like they do so more often than not. I based that on my ability to find useful examples in the first place. Which is of course admittedly flawed.

    You will notice a lot of the use of the word “feels” in that last paragraph because I don’t have any concrete proof. It is hard to measure how much a company has contributed to freebsd. It is less talked about and even combing through commits you would need to know who is behind those aliases. There are concrete examples of things that were contributed, but in my opinion a lot of the contributions are even more company specific than those on linux.

    For example when it comes to changes that matter to a desktop user. Sony contributed drivers for their ps5 controller on linux. Here is a random article for that here: https://androidexperto.com/sony-releases-official-ps5-controller-driver-for-linux/ I found many articles of bsd people digging into linux code to get the ps5 controller working on bsd as recently as 2024. Here is just one of those https://forums.freebsd.org/threads/playstation-5-dualsense-controller-pairing.80786/. In my opinion however, it is kind of strange that they would have to do any work to get it working considering that the ps5 and ps4 if I remember correctly were based on freebsd in the first place. Why did Sony not contribute drivers upstream for bsd? They must have them because the console itself needs them. This harpens back to me saying that it feels like companies more often than not choose not to contribute back when they don’t have to.

    It has been hard for me to find equivalent examples on the bsd side. Little things like hardware or software support for user facing things that have been contributed to the bsd’s by the big names, but not to Linux

    Anyways, that’s the short version of a random miss mash of things I could think of.



  • So something disabled your monitors and you were able to get them back by quickly enabling them during the brief period of time that they were visible. The monitors should still be listed in the display configuration even if disabled. May be worth filing a bug with kde. Seems like a massive oversight if that isn’t the intended behavior.


  • It certainly isn’t a permission issue like others are claiming at least for the window rules. It could be a bug, but as far as I know the steam deck does not use the latest version of kde, so it may already be fixed and isn’t worth reporting.

    As for onlyoffice, if I had to guess. It is forcing its own window decorations and therefore you don’t get all of the same options as with windows that use the breeze decorations from kde. However you can still create window rules for these window. If I recall correctly. The default shortcut is alt + F3 which should work regardless of which decoration the window is using.

    What does the kwin rule for evolution look like?

    Lastly, the password thing is the only one that could be related to a permission issue. I however don’t believe you should start mixing keyrings. kwallet is probably already installed and running. Like I replied to one other person already. Both gnome-keyring and kwallet use the secret service standard. The only reason it could not work is if evolution hardcoded gnome keyring instead of relying more generally on secret service. However, I doubt that. You could even use keepassxc as a secret service provider if you wanted to. Although it is a bit more annoying in practice.




  • The reason most distros don’t do this is because they usually try to steer users to their preferred desktop. I don’t mean that in a bad way, but often they call it the flagship edition. This is usually the desktop environment that they develop and test. Think Linux Mint with Cinnamon, popOS with Cosmic, Zorin, etc. Pretty much every other distro that has options do exactly what you are showing through the use of the venerable calamares installer that you see in your screenshot.











  • D_Air1@lemmy.mltoLinux@lemmy.mlFan of Flatpaks ...or Not?
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    11 months ago

    I used them for some things, but other things still don’t work quite right. Take Steam for example. I do love flatpaks for testing out apps, things with really finicky dependencies, or pinning a specific version of a software that I want to continue to work in the future. However, for most things, Arch + AUR just covers all my needs without any hiccups.

    To me flatpaks are sort of like NixOS. All the benefits they provide aren’t something I need on a daily basis. Rolling back works just fine 99% of the time with downgrade. I already have system backups. Despite what some articles might insist, things don’t just break all the time. I’m not running untrusted software.

    Basically no solution is perfect, but they don’t need to be. If the benefits I gain can be recreated through other methods without the tradeoffs they introduce, then I will go with that. Of course, that isn’t to say they don’t have their place, but sometimes I feel like some people think that “being designed from the ground up” to handle certain use cases is always better than whatever “cobbled together” thing we currently have and that isn’t always the case. I’m specifically quoting those two phrases because these are the exact phrases you will hear projects using to justify their existence. In fact, I would go so far as to say that some people have outright confused modularity for “cobbled together”.

    One last example I want to make is that I make use of projects like the fish shell and helix editor. In these cases, I find the features they introduce to be worth the tradeoffs and work better because of being designed “from the ground up” to do what they do. However, I don’t make use of immutable systems, containers such as docker, or say filesystems such as btrfs. The features they provide are not useful enough to me compared to the problems they introduce.