Sergio Miguéns

Results 17 comments of Sergio Miguéns

> Pull request #64 solves this. I compiled and image and it's available [here](https://hub.docker.com/r/hchasens/papermc). I'm not maintaining this and you should switch back as soon as @Phyremaster merges the pull...

I checked the SQLite database and can confirm no user was present is the "users" table. This is weird. Its only a problem with this bridge, not a synapse thing.

Seems like a dependency problem. It happens on NixOS too and it should not.

> I'm not sure if this is related to the desktop environment, as I have the same issue on NixOS running Gnome under Wayland. Bambu Studio doesn't work either, though...

Easily solvable by running: ```sh cmake .. -DCMAKE_INSTALL_PREFIX="/usr/" ``` Instead of `cmake ..`.

Here is the patch in nixos: https://github.com/NixOS/nixpkgs/blob/fc55cdb8340a3258a1ad6f3eb8df52dac36c3e70/pkgs/applications/misc/bambu-studio/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch This makes it work. I would contribute but I don't want to touch a codebase I know nothing about : (

This is the same issue as https://github.com/SoftFever/OrcaSlicer/issues/3516. TLDR: Orcaslicer needs to be linked to webkit2gtk, and the package for it is obviously a dependency.

That works, I didn't check with uppercase either.