Results 1 to 4 of 4

Thread: Can't get rid of the top left Hot-corner, please help.

  1. #1
    Join Date
    Nov 2019
    Beans
    2

    Question Can't get rid of the top left Hot-corner, please help.

    Hi guys,

    I am a new Ubuntu user, I have Ubuntu 18.04 LTS version. I want to get rid of the top left hot corner feature because it annoys me every time I try to press the back button (typically in Chrome). I tried to disable it from Genome-Tweaks but every time I log out, suspend or restart it is activated again. Is there a permanent solution for this?

    Thanks.

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: Can't get rid of the top left Hot-corner, please help.

    Hello and Welcome!

    If you are referring to activities there is an extension to remove/hide it. To install the extension you'll need the following first. It will allow you to install from the gnome extensions page.

    Code:
    sudo apt install chrome-gnome-shell

    https://extensions.gnome.org/extensi...vities-button/
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Nov 2019
    Beans
    2

    Re: Can't get rid of the top left Hot-corner, please help.

    Thank you, that worked for me.

  4. #4
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Can't get rid of the top left Hot-corner, please help.

    You should have been able to do this in tweaks.
    Maybe because it sets the key to false as a custom key something goes awry? (likely if set. unset, reset it would hold.
    In actuality disabled (false,) is the default so simply going this would take care of instead of using an extension

    Code:
    dconf reset /org/gnome/shell/enable-hot-corners
    Then can be checked via
    Code:
    dconf read /org/gnome/shell/enable-hot-corners

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •