GithubHelp home page GithubHelp logo

soal / gnome-shell-fullscreen-hot-corner Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 1.0 22 KB

Little Gnome Shell extension that enables Activities hot corner in fullscreen application

License: GNU General Public License v2.0

JavaScript 100.00%

gnome-shell-fullscreen-hot-corner's People

Contributors

soal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

resucutie

gnome-shell-fullscreen-hot-corner's Issues

Broken in 3.34

The hot corner stops working.It doesn't bring up overview nor it does that ripple animation. Clicking on it works though.

GNOME 42 support

GNOME 42 is scheduled to be released this week, it would be great if this extension could also support it.
Thanks!

fixed: active extension blocks showing up gnome panel after unlocking the desktop

When installed and activated this extension prevents the panel to appear after the desktop is unlocked - leaving the user with an empty desktop - at least when using the "Dash to Panel" extension. This was experienced with Ubuntu 21.04 with gnome 3.38.5.

the following code fixes this problem:

function _toggleOverview() {
    // adopted from original Gnome Shell code but with fullscreen check removed
    // location: /js/ui/layout.js:1227
    if (!Main.overview.visible)
        return;
    
    if (Main.overview.shouldToggleByCornerOrButton()) {
        Main.overview.toggle();
        if (Main.overview.animationInProgress)
            this._ripples.playAnimation(this._x, this._y);
    }
}

[email protected]

make fully functional for other hot corners (or wacom pen tablet)

Hi! Nice extension. I was wondering if it can enable other hot corners (like when the extension Customcorner is in use)? I've a wacom tablet and when I enable your extension and make a window fullscreen, only the top-left corner react on touch input, the bottom left (I've set it to show the desktop) works with both touch and pen input, but the top right (set to show overview) doesn't react nor to touch nor to pen input. A bit weird i know but perhaps you can help? Thanks!

GNOME 3.32 support

After upgrading to GNOME 3.32, the extension fails with the following error:

TypeError: this._construct is not a function

GNOME 44 support

I looked at the diff between js/ui/layout.js in gnome-shell 43 vs 44, and it looks like none of the changes should break this extension.

I haven't yet tried out updating the metadata and enabling this extension on GNOME 44 because restarting gnome-shell is a big pain in Wayland sessions, and I'm in the middle of a movie (which is how I realized that this extension stopped working).

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.