Szunti

Results 22 comments of Szunti

Sorry, I disappeared. This works for me: ``` # Run bash in new user namespace and mount namespace to get capabilities % unshare --user --mount -r bash (inside userns)% mount...

From mount_namespace(7) manual page: > When creating a less privileged mount namespace, shared mounts are reduced to slave mounts. (Shared and slave mounts are discussed below.) This ensures that mappings...

Is it acceptable to have a wrapper that runs the browser in the user namespace?

I have something in the user-namespace branch of my fork. git clone [email protected]:Szunti/profile-sync-daemon.git user-namespace The readme file should explain how to use it. I hope it's not hard to understand....

I'm not sure, but when you set firefox as your default browser a desktop file is created. That probably references the binary by absolute path too. I think trying to...

Although if the wrong window sizes are saved already in ~/.citadel/preferences.cfg this won't help. Maybe you want a patch that works for old players too without having to delete that...

Weird, I don't have those lines now either. I don't know what triggered it for me.

I played citadel years ago once, maybe it wrote the lines into my config then? Width there instead of height is definitely wrong, but I don't know if this code...

Got this on Archlinux, but building my own anura solved it.

Can this be the bug here? Already fixed in SDL, would answer why I don't have it when linking with archlinux's libSDL. https://bugzilla.libsdl.org/show_bug.cgi?id=1428