Linux enthusiast, family man and nerd

  • 0 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: August 24th, 2023

help-circle


  • In the end the creator of the game kindly send me links to AUR packages that other people had done for his other projects so I could see what they had done and I did and did the same, which was to put the files in the locations recommended by the specs like /etc and /usr, and to added a post-install message telling the user to copy/paste some commands to copy the files in $HOME. It’s a bit clunky but I guess it works 🥳

    Curious, if it was the tui-mines and tui-sudoku packages you took inspiration from? If that’s the case, then those are packages I maintain.

    I chose to do some AUR packages, because I wanted to learn how to package for Arch, packaging guidelines and get a routine going.

    I believe the reason to not mess with $HOME in packaging, is because of security. $HOME is the users private stash. To put stuff in there, from packaging, means you invade their private space and users should be able to decide what they want “dumped” in there. So just installing a package, should not put stuff in a users home folder.






  • Strit@lemmy.linuxuserspace.showtoLinux@lemmy.mlToday on Me or Linux?
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Bazzite is a SteamOS-like distribution. SteamOS is immutable, meaning most of the OS is read-only and have fixed updates.

    So what you are doing is not really what Bazzite is made for.

    I think it would have been an easier journey if you got Fedora or even Ubuntu, as those are normal filesystem distributions.








  • Strit@lemmy.linuxuserspace.showtoLinux@lemmy.ml...
    link
    fedilink
    arrow-up
    5
    ·
    2 months ago

    I’m not a Kubuntu expert or even user, so I will just list op the general steps.

    Boot into the live USB and unlock the encrypted drive. Make sure you have an internet connection too. Then chroot (change root) into the OS drive you decrypted and look at the logs from last update or even boot logs if posisble to determine what went wrong during the update. If possible fix the issue and complete a full update again (apt update & apt upgrade). Hopefully that should fix it.

    Does your PC have any known hardware that requires proprietary drivers, like Nvidia or Broadcom?





  • Strit@lemmy.linuxuserspace.showtoLinux@lemmy.ml...
    link
    fedilink
    arrow-up
    32
    ·
    2 months ago

    Just to clarify. You system is not bricked. Bricked means that it can’t boot anything. It sounds like the update is not working correctly (eg the kernel is not fully loading).

    You have two options:

    1. Try to repair the current broken install (can be difficult depending on skill level)
    2. Backup your data and “nuke’n’pave”, eg re-install it all.

    Both options require a live USB with your distro on it (preferably the new version).