Skip to content

Instantly share code, notes, and snippets.

View DenebTM's full-sized avatar
🐺
awooo

deneb DenebTM

🐺
awooo
View GitHub Profile
@DenebTM
DenebTM / fix-flatpak-wayland-gtk-theme.md
Last active January 28, 2025 19:48
Fix GTK application themes on KDE Plasma 6 Wayland once and for all (as of 2025-01-27)
  1. ensure that glib2, dconf and xdg-desktop-portal-gtk are all installed

    note: these package names apply to Arch; glib2 and dconf provide the gsettings and dconf binaries and dbus interfaces, respectively.

  2. add the following overrides (e.g. for "All Applications" in Flatseal) to fix theming for X11 GTK apps:

--filesystem=~/.icons:ro

@DenebTM
DenebTM / Caddyfile
Created December 16, 2024 00:21
Caddyfile for Nextcloud on PHP-FPM w/ Client Push
{
admin "unix//run/caddy/admin.socket"
log default {
output stdout
format console
}
# uncomment this if running behind a reverse proxy
# this ensures that the upstream X-Forwarded-* headers get passed along