Forwarded from acid⨹ (Yōkai 大家伙)
GNOME devs when they refuse to implement global shortcuts for Wayland: "we need to protect our users from every app that can do arbitrary key logging!"
GNOME devs when asked to fix their fuckass bus: "erm actually just don't run untrusted applications LOL"
GNOME devs when asked to fix their fuckass bus: "erm actually just don't run untrusted applications LOL"
🔥10💋2
#!/usr/bin/env bash
while true; do
if [[ $(adb shell pm list package|grep -q ru.oneme.app) ]]; then
adb shell pm uninstall --user 0 ru.oneme.app
fi
done
👻8❤3🍓1
Forwarded from gavr_sas
