Evan Maddock

Results 251 comments of Evan Maddock

Fwiw, I also looked at this a few days ago, but I don't know why the tests fail. I don't really see what we're doing different in our packages than...

We currently have this to spawn pkexec applications: ```vala string[] env = Environ.get(); Pid child_pid; Process.spawn_async( "/", args, env, SpawnFlags.SEARCH_PATH | SpawnFlags.DO_NOT_REAP_CHILD, null, out child_pid ); ``` Could we append...

@corn-bean Unfortunately, you need to attach to `budgie-panel`, not `budgie-session`, so there doesn't appear to be anything useful in that trace.

Now *that* is very helpful! Thank you for getting this for us. Right now, it still doesn't make sense to me why it is happening, but it's more information than...

Hm. Something seems very wrong. Another user on the forum with the same symptoms has [this backtrace](https://pastebin.com/2mHyYT4G) (the relevant thread starts on Line 301), which is different. I'm not sure...

For Solus users, I've built a version of Budgie with the above patch. If people experiencing the crash could install [both of these packages](https://shared.getsol.us/ebonjaeger/packages/), and report if the crashes still...

I don't have anything against this going into the repo. Also worth noting the known limitations in [their Wayland readme](https://github.com/Cairo-Dock/cairo-dock-core/blob/master/README_Wayland.md).

Budgie on Wayland won't use Mutter; it will use `labwc`.

Thank you everyone for their awesome work in making the epoch and this release happen! See you all for the next one.