-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GNOME 42 #409
Comments
Hello! I've tried to use the |
This should work (assuming the path to the schemas directory is correct): export GSETTINGS_SCHEMA_DIR=$HOME/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/schemas
dconf-editor /org/gnome/shell/extensions/paperwm/ |
@hedning and @olejorgenb: While you're around, there's a bunch of old PRs, which I've marked as drafts: #188 #189 #191 #193 #194 #259 @ccope's
I am inclined towards (1) for the smaller PRs and (2) for the larger PRs, which are likely to have merge conflicts in any case, but it's really a question of whether you are interested in putting any more effort into the PRs. |
Hi, thanks for taking an active role :) I took @ccope branch, removed the the prettier formatting and rebased it on develop here: https://github.com/hedning/PaperWM/tree/gnome-42 It looks up to date with the community edition to me, and works OK (the main annoyance is some weird fading when animating workspaces, haven't figured out where it comes from). If there's nothing missing I'll probably push it here (will probably stay on gnome 42 for a while now that I'm on the Ubuntu 22.04 LTS). I'd also wait with prettier (especially the 4 -> 2 space thing, that will just cause trouble tbh). Would be nice to get #259 into gnome-42 it really improves the DnD experience, I'll probably take a crack at it fairly soon, as I'm already missing the functionality. (Never mind, looks like the code is develop, but we don't get any |
There's also a few commits in ccope#5, which got lost on @ccope's Besides that, I think everything from the fork has been merged back here (except these commits, and I am pretty sure they are included on the
You're welcome :). I'm imagining my role as something like "steward of community contributions" — I'm up to help with issue tracking, deciding what to do with PRs, the parts of code review that don't require me to learn GJS (readability & logic bugs)… basically things that separate "I wrote this tool for my own use, do what you want with it" from a FLOSS project with a community.
Sounds good |
This is documented in the README now, so I'll un-pin |
Most of the code to do this already exists, but it is scattered around with a messy history and needs to be consolidated so it can be merged back here.
For now, if you are on GNOME 42 and you want to use a working PaperWM, use the
gnome-42
branch of @ccope's fork: https://github.com/ccope/PaperWM/tree/gnome-42edit: Also, you will almost certainly want to install the vertical overview extension alongside PaperWM.
The text was updated successfully, but these errors were encountered: