Skip to content

Instantly share code, notes, and snippets.

@adityatelange
Last active October 21, 2020 09:04
Show Gist options
  • Save adityatelange/9d21e71aa03daa231f29fff51765c0a6 to your computer and use it in GitHub Desktop.
Save adityatelange/9d21e71aa03daa231f29fff51765c0a6 to your computer and use it in GitHub Desktop.
Ubuntu update desktop-icons 20.04, 19.10
For update manually the Desktop Icons gnome extension:
1. Type the following commands below on terminal.
> cd /usr/share/gnome-shell/modes
> sudo vim ubuntu.json
2. Remove the text ', [desktop-icons@csoriano]'
3. Save the file with 'wq'.
4. Restart the shell with logoff/logon session.
5. Open browser in https://extensions.gnome.org/extension/1465/desktop-icons/
6. Click on green button to update and confirm the install.
@adityatelange
Copy link
Author

og ubuntu.json

{
    "parentMode": "user",
    "stylesheetName": "Yaru/gnome-shell.css",
    "themeResourceName": "theme/Yaru/gnome-shell-theme.gresource",
    "debugFlags": ["backtrace-crashes-all"],
    "enabledExtensions": ["ubuntu-dock@ubuntu.com", "ubuntu-appindicators@ubuntu.com", "desktop-icons@csoriano"]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment