Skip to content

Instantly share code, notes, and snippets.

View BrownCoatJustice's full-sized avatar

Habis Muhammed BrownCoatJustice

View GitHub Profile
@Tsumuri-u
Tsumuri-u / Waydroid for Gachashit.md
Last active May 27, 2026 03:25
Waydroid for Gachashit

Waydroid sucks ass (for now...)

Preface

This guide is for Ubuntu and Ubuntu-based distros. Most concepts will remain the same on other distros, but when installing packages, you will have to use your own package manager instead of apt.

0: Make sure you're running on Wayland

Waydroid, as its name suggests, only works on Wayland, not Xorg. If you're on Gnome, then on your login screen, click the cog icon on the bottom and make sure the Xorg option is NOT selected. To verify this, run:

echo $XDG_SESSION_TYPE
#!/usr/bin/env python3
# kebab case for life
# thanks to Aiden Marsh of Stack Overflow (cant find their username anymore) for helping me convert this into a usable local bin script -- just needed that shebang and chmod +x
from pathlib import Path
from mutagen.flac import FLAC
TAGS = ("artist", "composer", "lyricist") # todo: add more later, but not sure where this is going to be useful.
DRY_RUN = False