diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-July/017288.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-July/017288.html | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-July/017288.html b/zarb-ml/mageia-dev/2012-July/017288.html new file mode 100644 index 000000000..2b69eb27a --- /dev/null +++ b/zarb-ml/mageia-dev/2012-July/017288.html @@ -0,0 +1,133 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] would it be possible to update gnome-tweak-tool ? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20would%20it%20be%20possible%20to%20update%20gnome-tweak-tool%20%3F&In-Reply-To=%3CCAOfq2QSqHBr49%2BXzUjqfgVCFoK2Va8vA%2BfFRWX-FzipDgNSsVw%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="017295.html"> + <LINK REL="Next" HREF="017297.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] would it be possible to update gnome-tweak-tool ?</H1> + <B>Funda Wang</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20would%20it%20be%20possible%20to%20update%20gnome-tweak-tool%20%3F&In-Reply-To=%3CCAOfq2QSqHBr49%2BXzUjqfgVCFoK2Va8vA%2BfFRWX-FzipDgNSsVw%40mail.gmail.com%3E" + TITLE="[Mageia-dev] would it be possible to update gnome-tweak-tool ?">fundawang at gmail.com + </A><BR> + <I>Thu Jul 12 12:42:32 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="017295.html">[Mageia-dev] would it be possible to update gnome-tweak-tool ? +</A></li> + <LI>Next message: <A HREF="017297.html">[Mageia-dev] would it be possible to update gnome-tweak-tool ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17288">[ date ]</a> + <a href="thread.html#17288">[ thread ]</a> + <a href="subject.html#17288">[ subject ]</a> + <a href="author.html#17288">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>How about gnome-tweak-tool-3.4.0.1-2.mga3? + +2012/7/12 Simple w <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>>: +><i> Hi, +</I>><i> +</I>><i> I see that gnome-tweak-tool crashes: +</I>><i> +</I>><i> ]$ gnome-tweak-tool +</I>><i> WARNING : Error detecting shell +</I>><i> Traceback (most recent call last): +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_shell_extensions.py", +</I>><i> line 149, in __init__ +</I>><i> shell = GnomeShellFactory().get_shell() +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/utils.py", line 38, in +</I>><i> getinstance +</I>><i> instances[cls] = cls() +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/gshellwrapper.py", +</I>><i> line 143, in __init__ +</I>><i> proxy = _ShellProxy() +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/gshellwrapper.py", +</I>><i> line 44, in __init__ +</I>><i> result, output = self.proxy.Eval('(s)', js) +</I>><i> File "/usr/lib64/python2.7/site-packages/gi/overrides/Gio.py", line +</I>><i> 154, in __call__ +</I>><i> None) +</I>><i> File "/usr/lib64/python2.7/site-packages/gi/types.py", line 47, in function +</I>><i> return info.invoke(*args, **kwargs) +</I>><i> GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The +</I>><i> name org.gnome.Shell was not provided by any .service files +</I>><i> Traceback (most recent call last): +</I>><i> File "/usr/bin/gnome-tweak-tool", line 76, in <module> +</I>><i> MainWindow() +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/mainwindow.py", line +</I>><i> 44, in __init__ +</I>><i> model) +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/tweakview.py", line +</I>><i> 40, in __init__ +</I>><i> self._model.load_tweaks() +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/tweakmodel.py", line +</I>><i> 135, in load_tweaks +</I>><i> mods = __import__("gtweak.tweaks", globals(), locals(), +</I>><i> tweak_files, 0) +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_nautilus.py", +</I>><i> line 48, in <module> +</I>><i> GSettingsSwitchTweak("org.gnome.nautilus.desktop", +</I>><i> "computer-icon-visible", +</I>><i> schema_filename="org.gnome.nautilus.gschema.xml",group_name=TWEAK_GROUP_DESKTOP), +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/widgets.py", line 116, +</I>><i> in __init__ +</I>><i> _GSettingsTweak.__init__(self, schema_name, key_name, **options) +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/widgets.py", line 105, +</I>><i> in __init__ +</I>><i> options.get("summary",self.settings.schema_get_summary(key_name)), +</I>><i> File "/usr/lib/python2.7/site-packages/gtweak/gsettings.py", line +</I>><i> 122, in schema_get_summary +</I>><i> return self._schema._schema[key]["summary"] +</I>><i> KeyError: 'computer-icon-visible' +</I>><i> +</I>><i> ]$ rpm -qf /usr/bin/gnome-tweak-tool +</I>><i> gnome-tweak-tool-3.4.0.1-1.mga3 +</I>><i> +</I>><i> seams that this package still wasnt updated to the new gnome version +</I>><i> that now is landing in cauldron and thats why it crashes. +</I>><i> Would it be possible for whos packaging gnome in cauldron to update +</I>><i> this tool (since is much needed to configure gnome)? +</I>><i> +</I>><i> regards, +</I>><i> Pedro +</I></PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="017295.html">[Mageia-dev] would it be possible to update gnome-tweak-tool ? +</A></li> + <LI>Next message: <A HREF="017297.html">[Mageia-dev] would it be possible to update gnome-tweak-tool ? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17288">[ date ]</a> + <a href="thread.html#17288">[ thread ]</a> + <a href="subject.html#17288">[ subject ]</a> + <a href="author.html#17288">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |