Jan Beich

Results 69 issues of Jan Beich

FreeBSD 12.0-CURRENT amd64 (host) with Android 6.0.1 RR 5.7.3 armv7l (device) here. Android File Transfer's FUSE helper appears to have broken write support. OTOH, simple-mtpfs works fine. Any clues? ```...

bug
FreeBSD

Based on https://github.com/swaywm/sway/pull/6516

enhancement

Cage being a kiosk can be used to isolate GUI apps from a parent compositor. For this to scale performance should be close to transparent. However, Cage (unlike Sway) quickly...

bug
embedded

Regressed by #132 (5d7ff9e64dc7). Cage works nicely as a nested compositor for running multiple applications with minimalistic UI in fullscreen mode or Wayland-only applications on X11. Unfortunately, Cage no longer...

bug

Recommended since https://github.com/vmactions/freebsd-vm/compare/v0.2.1...v0.2.2

FreeBSD uses `/var/db` instead of `/var/lib` to hold app-specific state data across reboots. It's still not accessible by a regular user. `tempfile` respects POSIX `TMPDIR`, so why gitfs wants to...

should

On FreeBSD using `allow_other` as regular user leads to `EPERM`. ``` $ mount_fusefs -o allow_other auto $(mktemp -d) /usr/bin/true mount_fusefs: /dev/fuse on /tmp/tmp.JbO67Seu: Operation not permitted ``` but gitfs passes...

should

I'd like to compress jails more aggressively with gzip, zstd or newer but poudriere forces lz4. ``` $ zfs get compression tank/poudriere/jails NAME PROPERTY VALUE SOURCE tank/poudriere/jails compression zstd-18 local...

Old errors obsolete after 6720f6a6e902 Regressed by [wlroots@a04cfca](https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/a04cfca4da42) + [wlroots@fdf3169](https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/fdf3169b4185). From [error log](https://github.com/WayfireWM/wayfire/files/7565313/wayfire-0.7.2.170.log): ```c++ src/core/opengl.cpp:538:31: error: no member named 'inverted_y' in 'wlr_gles2_texture_attribs' this->invert_y = !attribs.inverted_y; ~~~~~~~ ^ src/main.cpp:301:21: error: use...

bug

After building with `-DXWAYLAND` starting X11 apps still fails. Xwayland in other compositors works fine: sway, hikari, wayfire, cage, river, labwc, kwin_wayland, mutter, arcan-wayland. ``` $ dwl & $ glxgears...

A: bug