Sebastian Wiesendahl

Results 14 comments of Sebastian Wiesendahl

offtopic: @velitasali did you look into this? I am on `GNOME Shell 3.36.9` and ran into the same error for a simple _GJS_ `Util.spawn()` command. Does one need special rights...

I do ```sh $ xprop -version xprop 1.2.4 ``` wanted to spawn the following command: `Util.spawn(['/bin/bash', '-c', 'xinput -list']);`

Google gives me only 8 results for [`"Util.spawn" "Could not create transient scope for PID" "GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown"`](https://www.google.com/search?q=%22Util.spawn%22+%22Could+not+create+transient+scope+for+PID%22+%22GDBus.Error%3Aorg.freedesktop.DBus.Error.UnixProcessIdUnknown%22) which I don't find very helpful, but I noticed that the error seems to...

Thank you @velitasali for helping me out! With the `/bin/bash` command I only get the error as above in the first post: ```syslog Jun 29 09:23:26 home gnome-shell[3880]: Could not...

Sorry @velitasali, no this is not about your extension. As I didn't find any other helpful resource about this error message I decided to just ask if anyone of you...

I also run into this, but only when trying to run my server `Resource`s sequentially with the `org.specs2` `sequential` keyword: ```scala val server: Resource[IO, Server[IO]] = BlazeServerBuilder(ec)(ioConcurrentEffect, timer) .bindHttp(8080, "localhost")...

As @purejava pointed out: only skipping the check leads to other problems, as both dbus services (`secret-service` and `gnome-keyring`) are tightly integrated in the current implementation (see: [`InternalUnsupportedGuiltRiddenInterface`](https://github.com/swiesend/secret-service/blob/46a49680fdabfa1998ad9b76a5dafca43f2d2e4b/src/main/java/org/gnome/keyring/InternalUnsupportedGuiltRiddenInterface.java)). I think...

I have seen it. Last time I checked there was no jar on maven yet, as the 4.x version was just released. I try it for this week. Will also...

I found some time to integrate `dbus-java` `4.x.x`. I am planning to release it together with my `2.x.x` API, that will provide a FP friendly API, as you suggested in:...

> So just thought I'd point out 4.1.0 has now been released :) Thanks @brett-smith! Currently I am on vaccation without my laptop. I am happy to use it when...