Well , I just installed gnome-tweak-tool using yum.
But when I tried to launch it in the terminal. it returns information below:
WARNING : Shell not running
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_shell.py", line 57, in __init__
self._shell = GnomeShellFactory().get_shell()
File "/usr/lib/python2.7/site-packages/gtweak/utils.py", line 38, in getinstance
instances[cls] = cls()
File "/usr/lib/python2.7/site-packages/gtweak/gshellwrapper.py", line 121, in __init__
proxy = _ShellProxy()
File "/usr/lib/python2.7/site-packages/gtweak/gshellwrapper.py", line 30, in __init__
d = Gio.bus_get_sync(Gio.BusType.SESSION, None)
File "/usr/lib/python2.7/site-packages/gi/types.py", line 43, in function
return info.invoke(*args, **kwargs)
GError: The connection is closed
WARNING : Could not list shell extensions
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_shell.py", line 62, in __init__
extensions = self._shell.list_extensions()
AttributeError: ShellThemeTweak instance has no attribute '_shell'
** (gnome-tweak-tool:12287): WARNING **: The connection is closed
** (gnome-tweak-tool:12287): WARNING **: The connection is closed
** (gnome-tweak-tool:12287): WARNING **: The connection is closed
(gconftool-2:12290): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Failed to get value for `/desktop/gnome/shell/windows/button_layout': No D-BUS daemon running
(gconftool-2:12291): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Failed to get value for `/desktop/gnome/shell/windows/button_layout': No D-BUS daemon running
(gnome-tweak-tool:12287): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
File "/usr/bin/gnome-tweak-tool", line 76, in <module>
MainWindow()
File "/usr/lib/python2.7/site-packages/gtweak/mainwindow.py", line 44, in __init__
model)
File "/usr/lib/python2.7/site-packages/gtweak/tweakview.py", line 40, in __init__
self._model.load_tweaks()
File "/usr/lib/python2.7/site-packages/gtweak/tweakmodel.py", line 131, in load_tweaks
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_shell.py", line 212, in <module>
ShowWindowButtons(size_group=sg),
File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_shell.py", line 42, in __init__
**options)
File "/usr/lib/python2.7/site-packages/gtweak/widgets.py", line 215, in __init__
self.gconf.get_value(),
File "/usr/lib/python2.7/site-packages/gtweak/gconf.py", line 62, in get_value
return self._client.get_string(self._key)
File "/usr/lib/python2.7/site-packages/gi/types.py", line 43, in function
return info.invoke(*args, **kwargs)
gi._glib.GError: No D-BUS daemon running