Results 1 to 4 of 4

Thread: can't create Icons on desktop anymore on 20.04 LTS

  1. #1
    Join Date
    Oct 2021
    Beans
    2

    can't create Icons on desktop anymore on 20.04 LTS

    Icons created on desktop no longer visible.
    Even toggle in the extensions doesn't help.
    It only occurs in one user account others works fine.
    The .desktop files are in the desktop folder. Also when create a new map on the desktop the map is created in the desktop directory but no icon is visable.
    What can be the problem en can i repair/restore the desktop environment?

  2. #2
    Join Date
    Jun 2014
    Beans
    7,383

    Re: can't create Icons on desktop anymore on 20.04 LTS

    The reason this doesn't work by default is intentional as explained in the article at the link below.

    https://www.omgubuntu.co.uk/2018/01/...s-removed-3-28

    The command below installs gnome shell extensions for desktop icon. This is what I used and it worked for me. My Desktop is now cluttered with 2 icons.

    Code:
    sudo apt install gnome-shell-extension-desktop-icons

  3. #3
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: can't create Icons on desktop anymore on 20.04 LTS

    This is not intentional: Ubuntu supports desktop icons through that Gnome Shell extension. Check first if your Desktop folder still has its "special status":

    Code:
    cat ~/.config/user-dirs.dirs | grep DESKTOP
    The directory should be indicated as "$HOME/Desktop". If that is not the case, edit the file and adjust the path. If there is no output from the above command, add the entire line:
    Code:
    XDG_DESKTOP_DIR="$HOME/Desktop"
    That could, or could not, be the cause of your issue.

  4. #4
    Join Date
    Oct 2021
    Beans
    2

    Re: can't create Icons on desktop anymore on 20.04 LTS

    I solved the problem by saving the data of the user, removed user and home directory.
    After that created the user and restored the data.
    It looks fine now.

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
  •