Jeremy Soller

Results 302 comments of Jeremy Soller

I think I narrowed this down to the `this._vfuncInjections.addWithLabel('main-dash', ControlsManagerLayout.prototype, 'allocate',` injection in docking.js. I'm not sure this injection is needed on GNOME 40, I removed it and the dock...

@valambrou @PoProstuMieciek can you provide more context than the line number for what else you removed?

Thank you, I can confirm I had the same issue you two reported and that removing the additional _computeWorkspacesBoxForState and _getAppDisplayBoxForState injections fixed it.

@PoProstuMieciek I'm still not sure what these three injections were meant to do in the first place.

We've decided to move community contributed wallpapers to another package for easier maintenance. I will let you know when that is ready

Squashed and merged into master with this commit: https://github.com/pop-os/wallpapers/commit/4115ea6ae3ec32252b71c6065e30a5bbfe9d7389 By squashing it with the previous PR the compression is now used in GIT history

We've decided to move community contributed wallpapers to another package for easier maintenance. I will let you know when that is ready

Can confirm, it is working on Pop!_OS 21.10 Beta using Proton Experimental bleedding-edge. AMD RX 6900XT.

Thanks! Due to this touching a large number of files, it may take me a while to work through it and merge.

Making a note that before merge, I want to finish signals support in Redox. Also, this will need to build on Redox, and I do not believe the `nix` crate...