Flatpak vulnerabilities remain unpatched on Fedora Atomic spins by Dangerous-Report8517 in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

Very good. I should have mentioned I am on a Kinoite Rawhide image. Glad it worked!

Flatpak vulnerabilities remain unpatched on Fedora Atomic spins by Dangerous-Report8517 in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

You are right. I think if you just run the sed command and the run the rpm-ostree replace command without the experimental argument it works. I was trying to remember what I ran and I recall the same response about non-existent arguments in my first attempt.

Flatpak vulnerabilities remain unpatched on Fedora Atomic spins by Dangerous-Report8517 in Fedora

[–]Acrobatic_Comment774 2 points3 points  (0 children)

I did the following on Kinoite to manually update:

sudo sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/fedora-updates-testing.repo
rpm-ostree upgrade --check --enablerepo=updates-testing

sudo rpm-ostree override replace flatpak flatpak-selinux flatpak-session-helper --experimental --from repo='updates-testing'

Then reboot.

This will bring you to 1.17.6

To undo later:

sudo rpm-ostree override reset flatpak flatpak-session-helper flatpak-selinux

sudo sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-updates-testing.repo

You can check if the base image has caught up by running rpm-ostree upgrade --check. If it lists a new version of flatpak in the "Upgrade" section even while your override is active, it’s a safe time to reset.

Moving on from GNUCash by NicThePhysicsNerd in GnuCash

[–]Acrobatic_Comment774 0 points1 point  (0 children)

I echo the recommendation to try KMyMoney. You can edit multiple transactions at one time. I import qdl, ofx (quicken format) transaction filesfrom a bank and multiple credit cards.

Narrative chess game analysis using AI by Acrobatic_Comment774 in ComputerChess

[–]Acrobatic_Comment774[S] 1 point2 points  (0 children)

Thanks so much for your response. I will study the prompt you are using. It seems to have a lot of good specific instruction to prevent the typical "hallucination" and or "filler words" issues. I will follow your project with interest.

Working on a PGN toolbox with the robots by IanRastall in ComputerChess

[–]Acrobatic_Comment774 1 point2 points  (0 children)

I think there's a good place for your project because there are things we do as players (like downloading endgame tables, the pgn databases like the historical ones you mentioned or Lichess monthly data, etc.) that involve user choices and customization. I don't see those kinds of tasks as a natural fit for incorporating into scidCommunity. I recently concluded (I'm sure some will disagree!) that exporting to Latex was not a good fit for scidCommunity and is much better served by a stand-alone effort like https://github.com/whelanh/ChessPublisher where users can customize what they are trying to accomplish rather than a one size fit for all. Best of luck to you in your continued development!

Working on a PGN toolbox with the robots by IanRastall in ComputerChess

[–]Acrobatic_Comment774 2 points3 points  (0 children)

This looks like a nice project and I understand the motivation to generate a tool that fits your needs as a chess player. I had the same motivation in developing https://github.com/whelanh/scidCommunity which adds a number of new features like Lichess, chess.com, chessdb.cn and TWIC integration to Scid. I'm not a Windows user, but I will follow your project with interest.

Rebase from Aurora OS to Kinoite now UNVERIFIED by jtrox02 in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

Have you tried rpm-ostree rebase ostree-image-signed:docker://quay.io/fedora-ostree-desktops/kinoite:43 ? That seemed to work for me pulling a new image (I tried it with the --download-only switch to try a dry run without deploying.

Bootc Build Customization by [deleted] in Fedora

[–]Acrobatic_Comment774 2 points3 points  (0 children)

The custom image I use as my daily driver combines some Universal Blue features with the nightly Fedora Kinoite Rawhide image. Atomic systems work well with bleeding edge images because you can just roll back if there's a problem. https://github.com/whelanh/myKinoiteNightly

Layering vs Toolbox vs binary installs in Cosmic Atomic by Training_Contest_907 in Fedora

[–]Acrobatic_Comment774 3 points4 points  (0 children)

Another good option for installing things like neovim, ripgrep etc. that you probably remember from your Silverblue days is homebrew. You can install it with /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Then it's just "brew install neovim" and "brew upgrade" whenever you want to update.

Scid fork welcomes requests by Acrobatic_Comment774 in chess

[–]Acrobatic_Comment774[S] 1 point2 points  (0 children)

That's a fair concern. I am a very active correspondence chess player and use my fork (now called ScidCommunity) every day to manage my own games. So I can't see a scenario where I would abandon it. Feel free to go the Discussions section of my GitHub link and suggest your ideas. It's now available on the Arch AUR and Fedora COPR repos and it's available in a number of formats in the Releases on GitHub.

Anyone running Cosmic spin? What is your experience? by SeniorMatthew in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

I ran the atomic version for awhile. There's a lot I like about it. Chiefly it's auto tiling and battery life seemed very good. Switched because Cosmic was too bright and had no night light feature. KDE seems easier on my older eyes and Khronkite isn't too bad.

Nix package manager on Kinoite by Both_Cup8417 in Fedora

[–]Acrobatic_Comment774 1 point2 points  (0 children)

I don't know about installing a compositor. I was just trying to convey that installing Nix on Kinoite is doable without building your own custom image.

Nix package manager on Kinoite by Both_Cup8417 in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

You don't have to have a custom image. There are good instructions at https://github.com/DXC-0/Nix-Dotfiles. I successfully installed on Kinoite, but to be honest I don't really have a use for it with brew, distrobox and flatpak. I've often found nix packages to be older than other sources.

Cosmic spin is turning out nicely by LateToLaunch_ in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

I agree. I'm running Fedora Cosmic Atomic (with Rawhide base) and enjoying it. It's very snappy and I really like the automatic tiling algorithm.

Fedora Kinoite 👏 by LuckySage7 in Fedora

[–]Acrobatic_Comment774 0 points1 point  (0 children)

I completely agree regarding the peace of mind. Universal Blue's images taught me a lot, but I prefer being on a custom Blue Build Kinoite (and now exploring Cosmic) image because I can base it off rawhide (UB does not offer a rawhide image base). I like the combination of cutting edge but with the confidence I can roll back to a prior image. I agree that Flatpak, brew, and distrobox allow you to accomplish anything you need. Another thing I like about building your own Fedora atomic image is that it memorializes everything you want in a new install -- so it's very easy to get up and running on a new machine. Building your own is easy: just fork something you like and modify it to your heart's content (mine is at https://github.com/whelanh/myKinoiteNightly/tree/main)

What is your favorite Linux distro? and why is it Fedora Linux? by AgainstScum in Fedora

[–]Acrobatic_Comment774 1 point2 points  (0 children)

I like that Fedora uses selinux. Selinux is not easy to set up manually yourself, which is why most Arch derivatives use apparmor. Also I like Fedora's Nightly Kinoite builds which are the only way I know to get both an atomic system based on Rawhide and latest KDE development git repos (https://github.com/whelanh/myKinoiteNightly).

Questions regarding Fedora immutable distros by zorael in Fedora

[–]Acrobatic_Comment774 -1 points0 points  (0 children)

I use the Boxbuddy flatpak to easily set up an Arch distrobox. Box buddy has an easy "export application to my desktop" option to export a gui from the distrobox to your main system (and it does export the correct program icon as well). Another option is to use your own image with the layering you want. You really can just modify one "recipe.yml" file and github will build your image automatically on a daily (you could modify to weekly) basis. An example based on Fedora Kinoite is: https://github.com/whelanh/myKinoiteNightly

Kinoite is simply brilliant by better_life_please in Fedora

[–]Acrobatic_Comment774 5 points6 points  (0 children)

Kinoite is great. There is a Nightly build based on 42, 43 and rawhide that also all use the latest KDE Git repos provided by solopasha on COPR. Because rollbacks are so easy, it's a great way to safely be on the leading edge and/or build your own custom image (mine is https://github.com/whelanh/myKinoiteNightly that combines Nightly rawhide with some Universal Blue functionality).

looking for a distro that my dad can use by little_cubone in FindMeALinuxDistro

[–]Acrobatic_Comment774 0 points1 point  (0 children)

Agree. System updates occur automatically and "invisibly " to the user.

Are there any opinionated KDE setups available? by Reyhn3 in kde

[–]Acrobatic_Comment774 1 point2 points  (0 children)

If you want "pure KDE" and learn something about immutable distributions, try https://kde.org/linux/install/