My active account is @thayerw.

@thayer is inactive and no longer monitored; it remains only for the sake of post history.


  • 6 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • Thanks for clarifying, and I can appreciate your overall concerns as I face the same dilemma with my aging relatives.

    Just to confirm, have you opened these files in Word yourself (or witnessed them being opened), to verify they are in fact valid documents? if valid, are they meant to be in English?

    It wouldn’t be the first time I’ve seen “other” files renamed with an incorrect file extension.


  • Assuming you meant “.docx files”, those should open without issue in LibreOffice. As others have said, OnlyOffice is another popular option if format preservation is a goal.

    What do you mean when you say the files are “not supported” by the tools you’ve tried? What, exactly, is happening and what are you trying to accomplish? The end goal wasn’t clear to me from your post.

    Getting Word to run under wine will require much more effort than copying the Word binary.



  • I’ve been very happy with both Silverblue and Kinoite. I’ve installed it to all of my workstations now and can’t imagine ever going back to a traditional distro.

    Your comments suggest that you’re already aware of distros like Silverblue so, if I may ask, how are these different than what you’re looking for? Silverblue comes with several flatpaks installed, but you can easily remove these and you’ll be left with a pretty barebones ostree image.



  • thayer@lemmy.catoLinux@lemmy.mlTrying to rescue a 1GB RAM laptop
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 months ago

    If that’s one of those old 10" netbooks, I had good experiences running dwm and xmonad on mine back in the day (had an Acer and later an MSI Wind U120(?)). Typically ran all my apps maximized, one per desktop. Firefox did okay, but this was around 2010-2012. Mostly stuck with terminal apps and it was more than snappy enough.

    Some screenshots from days past…





  • 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).


  • thayer@lemmy.caOPtoLinux@lemmy.mlSilverblue: Run ostree updates at shutdown?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    10 months ago

    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
    10 months 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
    10 months 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
    10 months 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.catoLinux@lemmy.mlWriting program
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    11 months ago

    While I’m a big fan of Vim, it’s definitely not for everyone.

    I spend about half of my writing time in VSCodium, which is a community-based release of Microsoft’s open source VS Code editor. There are several markdown, grammar, and focus-oriented plugins for the platform, and you can pretty much shape it into whatever kind of editor you want.

    I use VSCodium for the vast majority of my personal notes, technical writing, and project documentation (nearly all of which are written in markdown format).



  • thayer@lemmy.catoLinux@lemmy.mlBluetooth dongle recommendation
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 months ago

    It seems that BT 5.3 in USB format is a challenge to find, let alone support under Linux. If 5.0 is acceptable, the TP Link UB500 uses an RTL8761B chipset which has been supported since around kernel 5.16.

    I have a few UB500 and UB400 adapters and both have worked OOTB without issue under Fedora.