• 4 Posts
  • 12 Comments
Joined 6 months ago
cake
Cake day: October 2nd, 2025

help-circle



  • It can conflict with some programs. A lot of modern design programs make use of middle click drags to move around a canvas.

    That caused problems for me and it took me days to realize it was middle click paste causing the issue of all these random segments of text appearing all over the canvas.

    It was also annoying to disable. I was using Chromium at the time and you simply cannot disable it, even by disabling it in Gnome. I had to use Firefox exclusively when using that design program since at least Firefox has a hidden option to disable it.




  • ashx64@lemmy.worldtoLinux@lemmy.mlReminder: System76 is not to be trusted
    link
    fedilink
    arrow-up
    49
    arrow-down
    2
    ·
    edit-2
    3 months ago

    Imagine spending 3+ years on staying mad at GNOME to release the most underwhelming software imaginable.

    Shocking, a 3 year old project is not as well established as a 20+ year old desktops. Its feature set is enough to me, but they did release it too early as it is still quite buggy.

    COSMIC is very poorly designed, it might be written in the “memory-safe programming language” but it’s clear that they don’t have a design backbone

    It looks “fine”. I agree that modern Adwaita looks better, but it’s not terrible. The default theme is meh, but themes like Catppuccin makes it look nice. There’s also missing things like drop shadows and animations, which I believe are toolkit limitations.

    They built an entire new desktop from scratch rather than work with GNOME

    Gnome and System76 had different goals and UX ideas that were incompatible. Rather than continually patching Gnome and updating their patches to keep working, they decided to build their own thing, that’s fine.

    I don’t quite get why Gnome people see this as a negative. If System76 is a poor downstream, then System76 no longer being a downstream is beneficial for them.

    rather than work with GNOME or KDE and in that amount of time

    I think that’s a good thing in the long run. Gnome and KDE both have a significant amount of technical debt.

    One of the things I love about COSMIC is how sanely it’s built, following modern programming principles.

    • Rust helps avoid memory issues, helping with security and bugs
    • A lot of things run as their own processes, which would typically all be running under a single process in Gnome/KDE. So even if something does crash, say the power applet or notifications applet, it won’t bring down other components like the shell.
    • Clean layout of configuration, data, and state files. KDE is an absolute mess in this department. Gnome is better than KDE, but COSMIC does even better.

    So while COSMIC is worse now due to its bugs and lack of features, I think it’s built on better foundations. That is, if System76 continues to invest in it. I’m not sure how profitable/unprofitable it is for them. My guess would be unprofitable.





  • I went for the simplest option

    1. Installed a distro (in this case Debian)
    2. Installed tailscale on the server, logged in
    3. Installed tailscale on my other devices, logged in
    4. Used sshfs to mount the desired directory on the server to my client
    5. SSH in once a week or so to run updates

    Found it very simple. Avoided the tedious setup of samba and samba had weird reliability issues for me when copying large files. Took a bit to learn how ssh works, but very much so worth it.




  • In my experience, many Gnome apps make doing complex tasks pretty easy compared to third party apps. However, it is at the cost of customization and questions like “why can’t I do this???”

    But in general, Gnome’s simple design works for me, most things feel clean and polished. I don’t need the vast majority of features offered.

    In the cases where Gnome’s default aren’t powerful enough, often times the KDE equivalent isn’t good enough for me either despite offering more features and customization.

    As an example, Gnome Text Editor vs Kwrite and Kate. GTS has the basics I need like line numbers (Apple’s text editor does not have this…) and that fits 80% of my needs. But what about more advanced things? Well, no markdown support but I don’t think Kate has that either. What about coding? I’d rather use a dedicated IDE than Kate or GTS.