mipmip / gnome-shell-extensions-useless-gaps

For aesthetic purposes adds useless gaps around tiled and maximized windows
GNU General Public License v3.0
64 stars 17 forks source link

Support for Gnome 42 #9

Closed logan-connolly closed 2 years ago

logan-connolly commented 2 years ago

Hi @mipmip just want to first say thank you for the awesome extension! I didn't realize how dependent I was on useless gaps until I updated to Gnome 42 to suddenly find myself gapless.

I am not sure if this update is on your radar, but I just wanted to raise the issue in case others come here wondering the same. In the meantime I will likely be reverting back to 41 because I need my gaps :laughing:

Thanks again!

mipmip commented 2 years ago

I'm not able to test 42 myself. As a quick hack your could open ~/.local/share/gnome-shell/extensions/useless-gaps@pimsnel.com/metadata.json and add 42 to the list. Once it has been confirmed useless-gaps work with 42 I will release an update.

{
    "name": "Useless Gaps",
    "uuid": "useless-gaps@pimsnel.com",
    "url": "https://github.com/mipmip/gnome-shell-extensions-useless-gaps",
    "description": "For aesthetic purposes adds useless gaps around tiled and maximized windows",
    "gettext-domain": "useless-gaps",
    "settings-schema": "org.gnome.shell.extensions.useless-gaps",
    "version": 5,
    "shell-version": [
        "3.36",
        "3.38",
        "40",
        "41",
        "42"
    ]
}
quebin31 commented 2 years ago

I did the modification to the metadata.json file to add support for 42 and I haven't seen any issues so far, I'm using Gnome 42 in Arch Linux

mipmip commented 2 years ago

@quebin31 you could submit a PR. Happy to merge.