Disable hotspot



Hi all:

In Gnome Shell 3.4, to disable the upper left hot corner, the
instructions are:

    Main.panel._activitiesButton._hotCorner._corner.hide();
    Main.layoutManager._hotCorners.forEach(function(hotCorner) {
hotCorner._corner.hide(); });

In Gnome Shell 3.6, to disable the upper left hot corner, the
instructions are:

    Main.panel.statusArea['activities'].hotCorner._corner.hide();
    Main.layoutManager._hotCorners.forEach(function(hotCorner) {
hotCorner._corner.hide(); });

Now, in Gnome Shell 3.8 everything changed again, and none of the
previous instructions work.

How can I disable the top corner in Gnome Shell 3.8?

Thanks.

-- 
Nos leemos
                         RASTER    (Linux user #228804)
raster rastersoft com              http://www.rastersoft.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]