Dallas Strouse

Results 407 comments of Dallas Strouse

Yes, Bottles likely created the shortcut, and renaming the bottle broke the shortcut, due to Bottles using the bottle name in order to start the app. It would be far...

I also recently found a use case for supporting Wayland clients. I've been tinkering with Wine patched with Wayland support, and GNOME freaks out when some games are running with...

> I think this probably means that making bubblewrap build successfully on Android is not actually practically useful? If Android ever decides to enable one or both of the features,...

One more add-on: Android *does* have suid binaries, they're just very limited (iirc only su is suid). Bubblewrap could be shipped on Android alongside su as a suid binary. The...

> As a general comment, I'm not a fan of "minimal" "non-bloated" libc implementations that achieve their minimalism by not providing straightforward, useful extension functions like get_current_dir_name(), I'd like to...

@smcv thoughts on the patch applied by Termux? https://github.com/termux/termux-packages/blob/master/root-packages/bubblewrap/swap-getcwd-func.patch

I am currently unable to test this on Fedora or another normal Linux distribution, Android is all I have at the moment.

> bubblewrap is primarily intended for, and tested on, GNU/Linux (Linux with GNU libc). Android uses bionic libc, which is lacking many GNU functions. I know, I was building it...

> To be more clear, I meant "if you write it, I'll try to review it". Understood that, meant I'll be watching the PRs for any that might be relevant....

Interesting, Alpine Linux has bubblewrap in their repos, no dependency on glibc. Maybe musl implements the gnu functions needed here?