Jordan Williams

Results 132 comments of Jordan Williams

Unfortunately, there's no good way to do this that I'm aware of that respects the protections of the sandbox. There might be a portal or D-Bus interface I just don't...

I usually do that by checking if the file `/.flatpak-info` exists.

> Is there a way to open plasma Bluetooth settings from python? And is there a way for python to tell if it's running under gnome or plasma. thinking I'm...

Rustup prefers to prepend it's bin directory to PATH in order to override any system `rustc`, so you would want to use `-p` instead of `-a` when setting `fish_user_paths` like...

@tryffel No rush. Thanks so much for implementing the casting ability! I love it. I've had problems with Mopidy attempting to accomplish the same thing, but it was very unreliable...

> Yes I think it's possible, but it would require a machine with an arm64 architecture to actually test and debug the build, and I don't have such computer available...

> @uilianries @jwillikers Does someone have an idea how to cope with this problem? I think i need help here, since i don't have any windows machine on my hand....

@ewrogers Your discussing your issue on the right thread. I believe @Rahix has proposed an adequate solution via a new configuration file to solve both your problems, though not how...

I think its related to the deployment target, i.e. the target version of macOS which ends up causing the error even though the defines are set. I found [this](https://stackoverflow.com/a/64240464/9835303) which...