• 222 Posts
  • 93 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Don’t believe so, best that’s currently available is skimming through the video to look at the slides.

    Here’s my short summary of the presentation, I tried to denote what’s being worked on (open PR), what’s kinda being done (WIP), and things stuff they’d like to be done in the future (wishlist). May be somewhat wrong.

    • Flatpak is stagnant
    • Red Hat is working on a better way to preinstall flatpak apps (open PR)
    • Flatpak should is slowly moving towards OCI and away from ostree (more tooling available, don’t need to maintain their own tools)
    • Better permission handling that is more backwards compatible (open PR)
    • Should directly use Pipewire instead of Pulseaudio (WIP)
    • Allow user namespaces in flatpak sandbox (WIP)
    • Move dbus proxying into dbus brokers (wishlist)
    • Improve network sandboxing (wishlist)
    • Improve drivers handling, currently drivers need to be built for each runtime, could cause issues if using EOL app on new hardware (wishlist)
    • Work on portals directly improves flatpak





  • This is overly complicated. Just install Java then run

    flatpak --user override --env="FLATPAK_ENABLE_SDK_EXT=openjdk" com.vscodium.codium
    

    Note this works for all other SDKs too. It works especially well for programming languages like Rust that have their own package manager.

    Doesn’t work so well for languages like C/C++ where you use your distro package manager to install dependencies. In those cases it’s easier to install VSCodium inside a container where you do have access to a distro package manager.
























  • Overall, I don’t think Mozilla is wrong. Without the Google Search deal, Firefox will have less resources to build a competent browser.

    But Mozilla has also done a poor job at becoming financially stable without this search deal. It also doesn’t help that Mozilla’s CEO’s salary keeps going up in spite of the declining market share.

    It would have been nice is Mozilla was able to fill a niche like Proton: building a suite of secure and private services. But instead they’re moving towards advertising.




  • I just went on a journey looking at different local music players.

    Just tried Rhythmbox. It’s not terrible, but not great either. It looks very bare bones.

    Of the ones I’ve tried, I like Elisa the best. I spent a ton of time getting HQ artwork and quality metadata on my files and Elisa really shows that off. Rhythmbox barely shows any artwork. I just have two complaints about Elisa. First, Qt apps just don’t feel right in Gnome for various reasons: fonts are often too thick, icon contrast is bad, and Qt theme is weird for non-Breze. It also has weird scrolling behavior: it has forced scrolling smoothing and acceleration.

    Runner up is Sayonara. It’s Qt based, but actually feels decent in Gnome. Overall I like the UI more than Elisa, but unfortunately it doesn’t handle showing my library as well. Artwork is duplicated (it shows albums multiple times if songs in them have different years) and some artwork is inexplicably missing.


  • Yes. Ubuntu has two main repos, main and universe.

    main is relatively small and includes everything that comes with Ubuntu by default. Canonical secures this repo with security fixes for everyone.

    universe is not officially supported by Canonical. It’s updates are done by community members. However, Ubuntu started a service called Ubuntu Pro / ESM that provides updates for packages in universe. It’s opt in because Canonical wants companies using Ubuntu to pay for Pro in order to help fund Ubuntu. However, Pro is also free for personal use on up to 5 machines, so there’s no reason not to enable it. f it was enabled by default then no one would pay for it.








  • Leaflet@lemmy.worldOPtoLinux@lemmy.mlFedora OBS Drama Resolved
    link
    fedilink
    English
    arrow-up
    17
    ·
    2 months ago

    Fedora aims for FOSS, software unencumbered by patents, and security.

    Flathub explicitly allows proprietary and patented software.

    And since they want upstream apps to publish their apps and not scare them away, security isn’t as strong. Apps are allowed to use EOL runtimes and apps roll their own vendored dependencies. Fedora Flatpaks solve this problem by building all their flatpaks from their distro packages.