• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • I am unsure of the status of KDE offhand, I’m getting a bit north of 5 hours when on a plane and on wifi.

    I would love to find some script or tool that can just grab all my logs and chart them out so people can share their results in a more reliable manner because I suck at keeping track of this kind of stuff by hand.


  • I work on this image and daily drove it for a while. It’s basically Matt Hartley’s TLP power recommendations out of the box (we collaborated on this, he’s the Linux support person at Framework)

    I have an intel FW13 and now prefer the newer gnome-power-profile that we ship instead of the TLP-based recommendations. It has all the latest patches from upstream and it works great on both AMD and Intel systems. I don’t personally have an AMD Framework but we have enough people using it to know that the gnome-power-profile setup is awesome thanks to AMD’s contributions to gnome-power-profile.

    Ideally a Framework image shouldn’t need to exist — to make things more complicated Fedora is considering switching to tuned which is another, third power manager which should unify the stack. Universal Blue is currently testing this in the bazzite:testing branch of that custom image and we’re hoping to get that feedback back to Framework. Hope this helps!


  • Maybe make that clear when someone opens the host terminal on bluefin, or let the bluefin installer give this info to the user.

    We’re working on a dynamic motd system that will give you some guidance when you first run the terminal. Here’s the issue if you have some feedback! https://github.com/ublue-os/bluefin/issues/609

    So which one should I use now?

    Yeah the reason it’s ubuntu by default is that’s what the target audience uses, but we’ve been working on a wolfi/brew distrobox that ends up being a better experience, so we’re mulling shipping that by default.

    Also, why prefer homebrew over something like nix? AFAIK, homebrew leads to the same dependency issues that the traditional package managers have.

    We picked homebrew because it’s overwhelmingly the most popular package manager for cloud people and has everything people need. nix doesn’t really fit in a container world, but we don’t stop people from using it, and with devbox there’s at least a common devcontainer pattern people can use. I haven’t really run into dependency issues with homebrew but the new bluefin-cli container maintains state and is destroyed/rebuilt regularly so that hopefully won’t be a problem.

    scattered on the ublue website, blog posts and forum posts.

    Yeah this is annoying and we’re in the middle of consolidating docs, I’m hoping to streamline it by Fedora 40. I’m also working on a 10m “how to use this thing” video, it’s just been hard to spend time on it when we’re still making it. We’re almost feature complete at this point so I’ll start on this soon.

    Your starter steps are exactly what we want the default to be, do you think we should say that more strongly? Thanks for your feedback! I think we can clean up a bunch of this stuff to make it easier.





  • j0rge@lemmy.mltoLinux@lemmy.mlOn "Wasting disk space"
    link
    fedilink
    arrow-up
    25
    arrow-down
    2
    ·
    6 months ago

    Author here. The distro comes with the filesystem compression and deduplication already set up and I don’t need to manage it, so of course I’m going to use it.

    Given the cost of storage I have no problems spending a barely noticeable amount of space to use flatpaks given all the problems they solve.


  • j0rge@lemmy.mltoLinux@lemmy.mlOn "Wasting disk space"
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 months ago

    I’m the author of the blog post and a former sysadmin, there’s really no maintenance to do with flatpaks, not having to deal with traditional package manager issues have removed that problem completely from my life.

    Distros may or may not provide this functionality, but on my systems they’re set up for zero maintenance of the OS base image and the flatpaks via service units and then I don’t have to do anything.


  • Here maybe it’s easier if I just paste in the differences:

    • Ubuntu-like GNOME layout.

      • Includes the following GNOME Extensions:
        • Dash to Dock - for a more Unity-like dock
        • Appindicator - for tray-like icons in the top right corner
        • GSConnect - Integrate your mobile device with your desktop
        • Blur my Shell - for that bling
    • GNOME Software with Flathub:

      • Use a familiar software center UI to install graphical software
    • Built on top of the the Universal Blue main image

      • Extra udev rules for game controllers and other devices included out of the box
      • All multimedia codecs included
      • System designed for automatic staging of updates
        • If you’ve never used an image-based Linux before just use your computer normally
        • Don’t overthink it, just shut your computer off when you’re not using it
    • Starship is enabled by default to give you a nice shell prompt

    • Solaar - included for Logitech mouse management along with libratbagd

    • Tailscale - included for VPN along with wireguard-tools

    • zsh and fish optional

    • Built-in Ubuntu user space

    • <kbd>Ctrl</kbd>-<kbd>Alt</kbd>-<kbd>u</kbd> - will launch an Ubuntu image inside a terminal via Distrobox and your home directory will be transparently mounted for the Ubuntu image to access

    • A BlackBox terminal is used just for this configuration

    • Use this container for your typical CLI needs or to install software that is not available via Flatpak or Fedora

    • Optional ubuntu-toolbox image with Python, and other convenience development tools. just distrobox-bluefin to get started. To configure just follow the guide.

    • Optional universal image with Python, Node.js, JavaScript, TypeScript, C++, Java, C#, F#, .NET Core, PHP, Go, Ruby, and and Conda. just distrobox-universal to get started

    • just assemble shortcut to declaratively build distroboxes defined in /etc/distrobox/distrobox.ini

    • Refer to the Distrobox documentation for more information on using and configuring custom images

    • GNOME Terminal - <kbd>Ctrl</kbd>-<kbd>Alt</kbd>-<kbd>t</kbd> - will launch a host-level GNOME Terminal if you need to do host-level things in Fedora (you shouldn’t need to do much).

    The difference between silverblue and your image is that silverblue is signed by fedora and yours isn’t.

    Of course Fedora only signs Fedora images, we sign our own images.

    There’s no reason for anyone but you to use the image. Even if I were to us tailscale and fish, I’d be better off with silverblue.

    Then use Silverblue! If you don’t understand the features of something then you might not be the target audience!