Update changelog and document flatpak browser limitation

This commit is contained in:
Sebastian Palencsar
2026-02-25 20:10:23 +01:00
parent 40fda06dbd
commit 00ada512b5
2 changed files with 28 additions and 0 deletions

View File

@@ -363,6 +363,7 @@ Note for Chromium backend:
- `--no-decorations` is best-effort and may be ignored by the browser/window manager.
- `--width` and `--height` are applied together (`--window-size`) only when both are provided.
- Deskify auto-detects a Chromium-based browser from `PATH`, but some distros ship Chromium-based browser commands (Chrome/Chromium/Brave, etc.) as wrapper scripts or use different binary names/paths (for example on BigLinux). If launches fail, set `--browser-bin` to a real browser binary.
- Flatpak-installed browsers are not supported out of the box (they usually require `flatpak run ...`). Use a native browser binary for now; Flatpak support may be added in a future release.
Troubleshooting (find the real browser binary):