-
Fix Audio on XFCE Chromebook
The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the white loading circle on top of the video as it…
-
Adjust Trackpad Sensitivity XFCE
What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value represents. I’ve really enjoyed using GalliumOS on my Chomebook for genuinely the last 5 years. It’s been an essential modification that…
-
How to Mount a B2 Bucket on Linux
The Short Answer: Setup rclone using rclone config then use the mount command rclone mount remote:bucket/folder/file The Long Answer Mixed With Personal Experience: This is a little bit embarrassing, but I’ve been using Backblaze for years at this point and I’ve only mounted my first B2 bucket just now. I have no idea why it’s…
-
Arcade Side Quest: Swapping Hardware
The Problem It wasn’t too long ago I uploaded a post on how I built out the Raspberry Pi 4 for the Light Quest arcade project. It was all promising at first, until I did my first test. I figured, before I go down the long, long road of fully developing an entire game from…
-
Building Aseprite
After watching several videos on the topic of pixel art, researching some of the artists in the top of my search results, I decided to make the leap and change up my graphics creation strategy. For me, personally, it took quite a bit of time to figure out how to compile the software from scratch…
-
Failed to Build Nettle6
Hey guys, I was trying to build a copy of Local by Flywheel on Manjaro Linux, but ran into this error… ‘ Failed to build nettle6 ‘ nettle6 is a dependency of Local, but after the attempted build of the package, I got the error failed to build nettle6 : If you happen to come…
-
Open In Unity Not Working
Open in Unity Not Working I’m trying to download some assets from the Unity Asset Store, but clicking ‘open in Unity’ is not working. Chrome prompts me with an “XDG-Open” dialogue. Even after selecting “ok”, nothing happens. So far, there are lots of complaints about the Unity Asset Store and how the only way to…
-
I Created an RFID Check-In Prototype With a Raspberry Pi
RFID Check-In on a Raspberry Pi Hey guys! What’s going on my name is Matt and today I’m not doing a museum update and I’m not doing a 3d house model thoseare two other projects that are crazy and I’ve been doing other stuff and so… This video is for one of the projects that…
-
Failed to Commit Transaction (Conflicting Files) Manjaro
How to fix Failed to Commit Transaction (Conflicting Files) Error in Manjaro Linux This error is usually thrown after an attempted package upgrade using either pacman, the GUI, or another package manager. Below is an example of the error: This can happen with pretty much any package, depending on what else you’ve got installed on…
-
How to Fix Unable to Lock Database Error in Arch Linux
How to Fix Unable to Lock Database When I try to update my machine by running sudo pacman -Syyu I get an error saying it’s unable to lock the database. Below is an example: But as you may have noticed, by removing a special database lock file, I was able to solve the issue. You…