fthx / no-overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My gnome-shell 40.3 needed some changes for this extension to work...

Yaa101 opened this issue · comments

I had to change the following to make this extension work on Manjaro (Arch) with gnome-shell 40.3:

enable() {
-- if (!Main.layoutManager._startingUp) {
-- return;
-- }

Main.sessionMode.hasOverview = false;
++ Main.layoutManager.hideOverview();
Main.layoutManager.connect('startup-complete', () => {
Main.sessionMode.hasOverview = this._realHasOverview
});
}

Greetz...

Hi, can you elaborate a bit more on which errors you're receiving and what does this patch try to fix? I'm on Arch with gnome-shell 1:40.3-1 and everything works fine. I made an AUR for this extension so i'm interested if some patch needs to be applied for our distros. Could it be a downstream problem with Manjaro?

commented

I did not get any other report for this, for any distro. For sure it would be the case if such an issue was reproducible, because there are many users.

Anyone feel free to reopen if confirmed!