• Chewy
    link
    fedilink
    196 months ago

    […] you can now set a shortcut to move entire workspaces to another display as well.

    Awesome! This makes working with multiple workspaces on multiple monitors so much better. For some reason it’s missing on all DE’s/OS I’ve tried and only found on some tiling compositors like sway and hyprland.

    Linux 6.6.6 has also been released, bringing about the end of days, raining fire upon the lands, and setting in motion a new era some may call: 2024. May the cosmic entities save us all.

    Great to see the beastly Linux kernel being acknowledged. Happy Holiday!

  • @PotatoesFall@discuss.tchncs.de
    link
    fedilink
    166 months ago

    So they’re building a whole complex text editor just for the desktop environment? seems like a weird priority or is the text editor a separate project?

    • Michael Murphy (S76)OP
      link
      fedilink
      English
      41
      edit-2
      6 months ago

      As is often the case with scientific research which many people believe to be pointless, technological innovations aren’t always made by achieving the end goal, but through the technologies developed to reach that goal.

      Development on COSMIC Edit has lead towards improvements to the cosmic-text library, which is used by many GUI libraries in the Rust ecosystem now. Similarly, the UX designs for the text editor improves the COSMIC interface guidelines, and puts design theories to practice. Likewise, widgets that are necessary for the editor are added to the COSMIC platform toolkit, and existing widgets and features are improved to improve the development experience for applications like this.

      No one would want to build applications for a platform that lacks widgets capable of properly displaying, formatting, and editing text. Many would also find it debilitating to have a desktop environment without a text editor preinstalled. Imagine if GNOME didn’t have Gedit, and KDE didn’t have Kate.

      Besides, this is a default text editor for a desktop environment. It is really not that complex. The goal is not to develop an IDE, but a text editor that anyone would feel comfortable using as their default editor on the COSMIC platform.

      • Vincent
        link
        fedilink
        4
        edit-2
        6 months ago

        No one would want to build applications for a platform that lacks widgets capable of properly displaying, formatting, and editing text.

        Is the idea that people are only going to be running Iced applications in COSMIC? It feels to me like the realistic option would be that, if COSMIC ever becomes daily-drivable, people would still be using GTK applications with it, at least at first. Might as well use a GTK text editor then? Then System76 could focus on building a text editor after COSMIC is a thing, and COSMIC would hopefully arrive sooner (or even at all - this looks like the path to burnout).

        • Michael Murphy (S76)OP
          link
          fedilink
          English
          6
          edit-2
          6 months ago

          You are heavily overestimating how much effort is required to develop a text editor. It’s a single person project using components that had to be developed for use in multiple applications; regardless of whether there is a text editor or not. Components that you’d be silly not to develop through a text editor project.

          You are trying too hard to justify that we not make a text editor. It feels like you don’t want us to make a text editor at all. No one is on a path to burnout. Everyone is paid a full time salary to work on their respective areas. COSMIC development is doing really well.

          • Vincent
            link
            fedilink
            2
            edit-2
            6 months ago

            I mean, I don’t really mind - I’m pretty happy with GNOME. All I’m saying is that if I were the project manager, I’d worry about delivering something and not burning people out (“focus is choosing what not to do” and all that, and the last 20% of the work taking 80% of the time). But in the end I’m just a random person ranting on the internet, of course - I do actually hope that I’m wrong.

            But a diff viewer in the text editor… It just sounds like folks are eager to jump on shiny new things rather than finishing something, from the outside 🤷 Looking forward to be proven wrong!

            • Michael Murphy (S76)OP
              link
              fedilink
              English
              6
              edit-2
              6 months ago

              COSMIC Edit is being developed by our manager through personal motivation; who also developed cosmic-text, so this is the perfect playground for simultaneously advanced cosmic-text, and developing useful real world software with it. The git diff view was not yet part of planned designs, but it took only a portion of a day to implement. It adds a useful test case for the cosmic-text library, and improved cosmic-text as a result.

              We’re all paid a full time salary to work on COSMIC and Pop!_OS. Each person on the team is going to spend a full day writing software, regardless of what they’re working on, so concerns about burnout are somewhat silly. Burnout is typically caused by working overtime for extended periods of time. System76 has never required developers to work overtime to meet a deadline, and variety of workload can alleviate mental fatigue, so burnout is not a thing here.

              • Vincent
                link
                fedilink
                16 months ago

                Yeah, that’s fair enough. It’s not just working overtime though - endless toil on never-ending projects, especially when at a certain point, you’re not really making visible progress but rather are just working on a seemingly endless list of bugs and papercuts, is also terrible for motivation. The good news, of course, is that the Pop!_OS GNOME extension also got delivered, which, though a lot smaller than COSMIC DE, I’m sure also wasn’t a small undertaking.

                • Michael Murphy (S76)OP
                  link
                  fedilink
                  English
                  3
                  edit-2
                  6 months ago

                  In my experience, that has never been an issue with any Rust-based projects. It’s quite the opposite. 80% of time is spent completing the first 20% of the project, and then the remaining 80% is quickly finished as everything fits into place. Most of our time is spent in foundational work getting widgets created that we can use with our theme system, and then the actual implementation of the interface in the application is stupid easy.

                  What you describe is what I felt developing the GNOME extensions. There’s very little you can do to resolve issues that you encounter there.

      • Ah gotcha that makes sense thanks!

        That being said I can imagine if KDE didn’t have Kate or Konsole or any of that - there’s plenty of text editors and Terminals that already exist out there.

        • Michael Murphy (S76)OP
          link
          fedilink
          English
          46 months ago

          GNOME users wouldn’t be happy having to install KDE dependencies to use a KDE text editor which doesn’t have a consistent look and feel on their desktop. Same applies for KDE users.

  • @calmluck9349
    link
    36 months ago

    I think the bluetooth update broke the ability to use my bluetooth headset.

    It wouldn’t work on xubuntu but worked on popos now neither…

  • @merthyr1831@lemmy.world
    link
    fedilink
    26 months ago

    The text editor that’ll be coming with Cosmic looks pretty slick! I’ve got a loooong way to go with learning rust so maybe I’ll take a look at the iced/pop libraries when Cosmic comes out 👀

    • Michael Murphy (S76)OP
      link
      fedilink
      English
      46 months ago

      You can start with the libcosmic repository, and the examples contained within. We’re going to work on revamping our design demo application soon, which will be a learning resource for COSMIC application development