https://github.com/thayerw

My Lemmy themes at UserStyles.world:

  • 8 Posts
  • 110 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle








  • I too like to review changes between images, but I’m just as content to run rpm-ostree status and/or rpm-ostree db diff to see what exactly has changed.

    You should be forced to reboot though? And if you don’t want to reboot, can’t you just do an --apply-live?

    I’m hoping to eliminate the extra reboot each day that is usually necessary to activate the latest image. I know that a lot of this will depend on exactly when the image drops from the repos (versus when I shutdown a host), which is why I was looking for some general feedback from others who might have done the same thing…I didn’t know if it’d be worthwhile in the long run, but I guess there’s only one way to find out. As for the --apply-live, I use it on occasion but I don’t want to rely on it for system updates (if that’s even possible).


  • Thanks, yeah I’ve found a few articles already on running scripts at shutdown…something like this should do it (using Tony Walker’s update script), though I’ve not tested it yet:

    /etc/systemd/system/silverblue-update-at-shutdown.service:
    
    [Unit]
    Description=Fedora Silverblue Update at Shutdown 
    ConditionPathExists=/run/ostree-booted
    DefaultDependencies=no
    Before=shutdown.target
    
    [Service]
    Type=oneshot
    ExecStart=/usr/local/bin/silverblue-update
    TimeoutStartSec=0
    
    [Install]
    WantedBy=shutdown.target
    



  • thayer@lemmy.catoLinux@lemmy.mlWhich terminal emulator do you use?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 years ago

    I was an rxvt/urxvt fan for nearly 20 years, then Alacritty for a while. Nowadays, I just use gnome-terminal and I’ve been happy with it. Looking forward to trying Prompt though.

    5 days later: Prompt is the bee’s knees! Highly recommend for anyone wanting a snappy, feature-rich GTK4 terminal, especially if you work with containers.



  • thayer@lemmy.catoLinux@lemmy.mlFedora, Arch, or EndeavourOS?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 years ago

    My vote is Fedora. It offers fresh yet stable packaging, and a polished experience that you can rely on. You can then use flatpaks for even newer apps, or opt to run Arch in a container with distrobox/toolbox and play with as many cutting edge apps as you want, all as if they were installed on the host.

    Finally, if you like what you see in Fedora, consider trying Fedora Silverblue, Kinoite, or any of their other immutable distros.




  • thayer@lemmy.catoLinux@lemmy.mlGNOME and AppIndicator/system tray
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    2 years ago

    The best and most official explanation I’ve read is the 2017 GNOME blog post, Status Icons and GNOME.

    Essentially, tray icons are a throwback to the days before designated notification and media playback APIs, and they now create some ambiguity for app developers, in addition to being ripe for abuse.

    It’s a worthwhile read and the writer makes several valid points, but doesn’t address as much as I’d like in terms of actual solutions for things like instant messengers.

    Personally, I would be happy if most traditional tray apps could be displayed in the dash, with status indicators, and started in a minimized state, but I still see the benefit of having some always-visible panel icons, such as instant messengers and VPN indicators.






  • thayer@lemmy.catoSelfhosted@lemmy.worldHelp me build a home server
    link
    fedilink
    English
    arrow-up
    26
    ·
    edit-2
    2 years ago

    I don’t think you’ll be able to build anything with €100, but you might be able to buy an old PC or laptop locally and use it as is. I’ve never run nextcloud myself, but from I’ve read it’ll be the most taxing service on your list. Everything seems pretty minimal, though I don’t know anything about Photoprism.