1

hello every one I've just installed gnome-tweak-tool by using this code

 sudo apt-get install gnome-tweak-tool

After installing the Advanced setting icon appear in applications menu and when I tray to open it it seems that ubuntu opening it (from the top panel in gnome) but nothing happen.

when I check out the problem in terminal I get this message:

(gnome-tweak-tool:4972): GLib-GIO-ERROR **: Settings schema 'org.gnome.shell.extensions.user-theme' is not installed

Trace/breakpoint trap (core dumped)

I'm very thankful for anyone who help.

Muhammed
  • 95
  • 1
  • 2
  • 5

1 Answers1

0

I suspect that may not be the problem, but go to here and you should be able to install the user-themes extension it by setting the switch to ON and then pressing Install

Wilf
  • 30,194
  • 17
  • 108
  • 164
  • I am already installed some extension but what I miss is this panel : link – Muhammed Feb 10 '14 at 18:48
  • What is the output of gnome-shell --version & dpkg -l gnome-tweak-tool? Also, if you are still running gnome-tweak-tool and are getting the above error, try mv ~/.local/share/gnome-shell/extensions ~/.local/share/gnome-shell/extensions.bak to move the existing extensions. – Wilf Feb 10 '14 at 19:49
  • the result for first command is GNOME Shell 3.4.1 it gives me that for second command: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii gnome-tweak-to 3.3.4-0ubuntu1 tool to adjust advanced configuration settin – Muhammed Feb 10 '14 at 20:22
  • I tried your last code but nothing happen. @wilf – Muhammed Feb 10 '14 at 20:24
  • 1
    After quick restart it works !!! thank you for your responding:). – Muhammed Feb 10 '14 at 21:04
  • Glad to be of help :) – Wilf Feb 10 '14 at 21:05