Techie
Manjaro – (invalid or corrupted package (PGP signature)) error when updating from terminal
by Logan Rogers-Follis on Apr.10, 2023, under Linux, Techie
When doing a “sudo pacman -Syyu” from the terminal on Manjaro (KDE) and you get something like “…signature from Mark Wagie is invalid…(invalid or corrupted package (PGP signature))” then you may need to run an update to import the latest Manjaro keys with the following command “sudo pacman-key –populate manjaro”
Manjaro (KDE) – Rollback kernel
by Logan Rogers-Follis on Apr.09, 2023, under Linux, Techie
If you need to rollback the kernel version within Manjaro KDE, then on boot up tap the “SHIFT” button and you will get the grub menu. Select the Advanced option and then pick the kernel you want to boot to.
NOTE: This was helpful after accessing and interacting with file (rename, opening, etc) started getting laggy and would “pause” after going from Linux 6.1.22-1 (LTS) to Linux 6.2.9-1
Install/Patch non-Steam Windows game through Steam on Linux
by Logan Rogers-Follis on Mar.25, 2023, under Linux, Techie, Video Games
Below are the basic steps:
- In Steam use the “Add a Non-Steam Game to My Library…” to target the installer file (.exe).
- Before launching the game, right-click on the game and select Properties.
- Compatibility tab select “Force the use of a specific Steam Play compatibility tool” (doesn’t look like you can change this after the fact)
- Close the Properties and run (Play) the installer. The game should fully install within Proton (D:OS2 DE had an error at the end, but still ended fine and runs).
- Use the Properties menu again to set an icon (.png or ,tga) and name the game correctly (ie “Divinity – Original Sin 2 – Definitive Edition (GoG)”)
- Enjoy!
EXTRAS:
If you need to access the “C” drive of the Proton install of this game the folder location will be in “~/.local/share/Steam/steamapps/compatdata/[appid]/pfx/”
- NOTE: If you need to put any save files inside of the Documents folder, then use the “steamuser” (ie “~/.local/share/Steam/steamapps/compatdata/[appid]/pfx/drive_c/users/steamuser/Documents/”)
If you need to load something else into the games prefix (ie DLC, Patch, etc.) then you can do the following:
- In Steam use the “Add a Non-Steam Game to My Library…” to target the installer file.
- Before launching the game, right-click on the game and select Properties.
- Compatibility tab select “Force the use of a specific Steam Play compatibility tool” (doesn’t look like you can change this after the fact)
- Close the properties
- Open Properties again and this time add the following to the “LAUNCH OPTIONS” field: STEAM_COMPAT_DATA_PATH=”~/.local/share/Steam/steamapps/compatdata/[appid]” %command%”
- Close Properties (mine wouldn’t close, but I could still click the Play button and the DLC installer I was running worked fine)
- Remove the install from your Steam Game Library list
NOTE: This was on Manjaro KDE running the latest version of Steam. I would expect it to be mostly/exactly the same on other distros.
CLI tools for system resource monitoring on Linux
by Logan Rogers-Follis on Mar.05, 2023, under Linux, Techie
btop (Manjaro package page) – “Resource monitor that shows usage and stats for processor, memory, disks, network and processes.”
nvtop (Manjaro package page) – “Nvtop stands for Neat Videocard TOP, a (h)top like task monitor for AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way.”
NOTE: I will update this list as I come across more tools.
Divinity: Original Sin 2 (D:OS2) install issues from GoG on Linux
by Logan Rogers-Follis on Mar.05, 2023, under Linux, Techie
Running on Manjaro KDE
Using Heroic Game Launcher (flatpak)
ISSUE: When installing Divinity: Original Sin 2 – Definitive Edition from GoG with the Sir Lora DLC the game would download and install then launch as the non-Definitive Edition version. The issue here was that my previous saves would not work since they are from the Definitive Edition of the game.
SOLUTION: Install from Lutris following the instructions to install the Sir Lora DLC. D:OS2 – DE installed the first time and the DLC loaded as the guide said it would. At this point my saves worked fine.
NOTE: Save file location is: ~/Documents/Larian Studios/Divinity Original Sin 2 Definitive Edition/PlayerProfiles/
At this Point all GoG games are installed via Lutris and Epic Game Store (EGS) are installed via the Heroic Game Launcher (HGL) on my system.