robxnano

Results 39 comments of robxnano

I'm currently working on making this happen. So far I've got a working Snap build of HandBrake which is just about ready for testing, but I had to make a...

There were two main reasons. The first was to save space by allowing the GUI and CLI binaries to share the libraries. The second is harder to explain, but here...

I think I know what the problem is, and also why it seems to affect Cantarell and RHEL9-based distributions in particular. Testing in a virtual machine with AlmaLinux 9 I...

This is caused by a [Fedora-specific patch](https://src.fedoraproject.org/rpms/cmake/c/ad0e43afe6e48a9189135429c183fbf00bf547ba) to CMake which makes it try to link with `dl`. Although it has been removed in Fedora 38 beta, it still exists in...

Closing this as https://github.com/HandBrake/HandBrake/pull/4897 has the same commits with some extra fixes.

@sr55 What setup were you testing on when you got the segfault? I can't seem to reproduce it. As far as I know, the window is resizable by default, but...

The crash while scanning seems to be in libhb, from the backtrace. Not sure what the underlying problem is. ``` #0 0x000000000057e23d in SetWorkStateInfo (job=0x7fff3c0008e0) at ../libhb/work.c:98 #1 work_func (_work=0x660a780)...

Yeah, I think I'm happy with the changes as they are currently. If anyone else wants to take a look that's fine of course.

So I think the reason this is happening is that Flatpak applications run in their own isolated namespaces, so the process ID is always 2 for every instance. When two...

I can see why this is happening (the file filter for All Files only shows regular files, not device files). I will fix that for the next version, but in...