Git Product home page Git Product logo

no-overview's People

Contributors

akiirui avatar coquer avatar fthx avatar fujiwarat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

no-overview's Issues

Cannot leave overview & broken search box

Thanks for this extension, however, there are two problems when the extension is enabled:

  1. It is almost impossible to leave the overview via clicking on something or pressing SUPER. The only thing that works for me is clicking on Activities several times.
  2. The first typed character in the overview is repeated several times in the search box (instead of once), or the typing is ignored.

Tested on Fedora 35, GNOME Shell 41.4 on Wayland.

autostart application not working

Hi there, thank you for adding this functionality.

It looks like enabling this extension stops applications in ~/.config/autostart/ from actually starting up when logging in. Gnome version 40.4.0 with no other extensions enabled.

Overview is hidden away after start up

So, with the extension enabled, if I hit 'Super' key, to get the overview, it is hidden away automatically.
I have to hit 'Super' key a second time to get the overview as I expect it.

To fix this, I just disabled the extension....

Disabling extension doesn't restore normal behaviour

I'm using Debian Testing/Bookworm GS 41.
Default behaviour in GS 41 is to show the workspace overview every time a workspace becomes empty or you switch to an empty workspace. Not just at startup/login.
This extension works, but when I disable it, it doesn't restore normal behaviour.

simpler approach

``js
/*
License: GPL v3
*/

const Main = imports.ui.main;

class Extension {
constructor() {
}

enable() {
    if (!Main.overview._runStartupAnimation) {
        Main.overview._runStartupAnimation = Main.overview.runStartupAnimation;
    }

    Main.overview.runStartupAnimation = (callback) => {
        callback();
    }
}

disable() {
    Main.overview.runStartupAnimation = Main.overview._runStartupAnimation;
}

}

function init() {
return new Extension();
}

``

New Mail Indicator Extension

I know you're not maintaining it anymore, but please just update it to gnome 45, it is essential for my workflow, i need that for work, PLEASE!!!

Overview still showing in RHEL9.2 (gnome 40.10-12)

I tried this plugin but the login overview still shows up. I added some print statements and basically it just runs too late. The hasOverview flag is set to true by the sessionMode and sessionUpdated is called which pops the window, and then the extension is loaded and sets the overviewflag to false which appears to be too late as best as I can tell.

I tried calling _sync after setting the flag, but that just resets it back to true anyway.

I don't know what controls the extension start order....

Enable Extension remotely via commandline

Hey There, I'm looking to create a Kiosk using gnome 42.5 on ubuntu 22.04. when I attempt to install your extension via firefox it works as expected, however i'm looking to deploy this on mass using ansible, I am able to put the extension directory in
~/.local/share/gnome-shell/extensions/no-overview@fthx

but I can't seem to find a method to enable it. does anyone have any ideas?

Thanks,

Imcompatible with gnome 46 for Fedora Rawhide 41

Screenshot from 2024-02-16 21-03-47

kamilcynk@fedora:~$ gnome-shell --version
GNOME Shell 46.alpha

kamilcynk@fedora:~$ cat /etc/redhat-release
Fedora release 41 (Rawhide)

Could you kindly update extension for gnome 46 and push this to repository?

Gnome 45

Can you please provide version for gnome 45

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

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...

Kills GNOME Shell 44 when starting Ardour 7 with splash screen enabled

SSIA, if the extension is enabled, when Ardour 7.2/7.3 would show its splash screen, GNOME Shell would crash. In the case of X11, the desktop session would restart with shell extensions disabled and a subsequent attempt would work. In the case of Wayland, you simply get logged out hard.

This happens with both Ardour 7 installed as an RPM package on Fedora 38, or the flatpak from flathub. A workaround is to start Ardour with the -n command line switch which suppresses the splash screen.

Gnome 45

Hello, I updated to gnome 45 and this extension doesn't work anymore?
I have uninstalled it and reinstalled but I still get the overview at startup. (I've restarted the computer of course)

What might I miss ? I've seen other threads where people say it works.

Not working on GNOME 45

Gnome always starts up in Overview mode even with app enabled.
Running Arch Linux with latest updates and GNOME 45 on Wayland

Any clues?

GNOME 45 support

Could you tell me when the release for GNOME 45 will be released?

Extension causes gnome-shell to freeze in overview

Hello,

I noticed after enabling this extension, that after logging in (either from a fresh boot or logging out and back in), this extension causes gnome-shell to freeze when I enter overview mode (pressing the super key).

With windows opened from the Applications menu, a few minutes after logging in:
Screenshot from 2023-12-07 19-03-26

No windows open, after a fresh login and hitting super:
Screenshot from 2023-12-07 19-08-08

I did confirm that this extension caused it, by disabling it, logging out and back in and trying overview, and the freeze didn't occur. When I enabled it again and logged out and back in again, it froze again immediately upon hitting the super key (second photo). When it's frozen, the windows in overview will highlight when hovering over them to indicate they're the active window, but the only way to un-freeze it is to log out completely and back in again.

OS: Fedora 39
GNOME: 45.2
Kernel: 6.6.4-200.fc39.x86_64
CPU: 13th gen Intel Core i5-1340p
Computer: Framework 13

Thanks,
Cora

breaks the desktop in gnome 43 and Fedora 37

On Fedora 37 workstation and gnome 43.2 this extension is very buggy.
When you hit the super key you can't use the search and you can't even get out of the overview anymore.
The only thing you can do then is to log out and then disable this extension.

Maybe it is a combination of the built-in gnome-extentions I am using:

$ gnome-extensions list --enabled
[email protected]
[email protected]
[email protected]

I used this extension in Fedora 36 for a couple of month and it worked fine there, but in Fedora 37 it is definately not stable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.