-2
gsettings set org.gnome.shell development-tools true
The key is not writable

even sudo wont help

Setup

gnome-shell --version
GNOME Shell 42.9

uname -a 22.04.1-Ubuntu SMP x86_64 GNU/Linux

user68186
  • 33,360
  • can you try https://askubuntu.com/questions/1176376/ubuntu-settings-are-locked-down-the-key-is-not-writable-drag-and-drop-issue? problem is similar. it might be permission related. – ProPlayerMaxUltra Jul 18 '23 at 09:52
  • I commented out all the lines are rebooted computer. Issue persists.

    head -10 /etc/dconf/db/local.d/locks/* ==> /etc/dconf/db/local.d/locks/extensions <==

    Lock the list of enabled extensions

    #/org/gnome/shell/disable-user-extensions #/org/gnome/shell/enabled-extensions #/org/gnome/shell/development-tools

    ==> /etc/dconf/db/local.d/locks/extensions-mandatory <==

    Lock the list of mandatory extensions

    #/org/gnome/shell/enabled-extensions #/org/gnome/shell/development-tools

    – New Student Jul 18 '23 at 10:14
  • Add this to your question. It is not readable in the comment. – Marco Jul 18 '23 at 10:20
  • Please don't put SOLVED in the question title. Accept your answer as correct. – user68186 Jul 18 '23 at 11:30
  • @user68186 why the downvote ?? My answer is not found in a clear fashion in askUbuntu and elsewhere. – New Student Jul 18 '23 at 13:54
  • I did not downvote your question!. – user68186 Jul 18 '23 at 14:09

1 Answers1

0

Working solution. This fixed it.

Commented out lines as shown below

head -10 /etc/dconf/db/local.d/locks/*
==> /etc/dconf/db/local.d/locks/extensions <==
# Lock the list of enabled extensions
#/org/gnome/shell/disable-user-extensions
#/org/gnome/shell/enabled-extensions
#/org/gnome/shell/development-tools

==> /etc/dconf/db/local.d/locks/extensions-mandatory <==

Lock the list of mandatory extensions

#/org/gnome/shell/enabled-extensions #/org/gnome/shell/development-tools

Reloaded the db.

sudo dconf update

Run following line OR use dconf-editor

gsettings set org.gnome.shell development-tools true