summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-September/007778.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2011-September/007778.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/007778.html')
-rw-r--r--zarb-ml/mageia-dev/2011-September/007778.html116
1 files changed, 116 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/007778.html b/zarb-ml/mageia-dev/2011-September/007778.html
new file mode 100644
index 000000000..9bdac42c3
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-September/007778.html
@@ -0,0 +1,116 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Disable GTK/GLIB error messages - .xsession-errors overflooded
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Disable%20GTK/GLIB%20error%20messages%20-%20.xsession-errors%0A%09overflooded&In-Reply-To=%3C4E61EC53.6000409%40arcor.de%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="007766.html">
+ <LINK REL="Next" HREF="007779.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Disable GTK/GLIB error messages - .xsession-errors overflooded</H1>
+ <B>Florian Hubold</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Disable%20GTK/GLIB%20error%20messages%20-%20.xsession-errors%0A%09overflooded&In-Reply-To=%3C4E61EC53.6000409%40arcor.de%3E"
+ TITLE="[Mageia-dev] Disable GTK/GLIB error messages - .xsession-errors overflooded">doktor5000 at arcor.de
+ </A><BR>
+ <I>Sat Sep 3 10:58:59 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="007766.html">[Mageia-dev] noarch vs arch
+</A></li>
+ <LI>Next message: <A HREF="007779.html">[Mageia-dev] Disable GTK/GLIB error messages - .xsession-errors overflooded
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#7778">[ date ]</a>
+ <a href="thread.html#7778">[ thread ]</a>
+ <a href="subject.html#7778">[ subject ]</a>
+ <a href="author.html#7778">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+just recently i noticed that my .xsession-errors on Mageia 1 has grown quite a bit:
+
+ [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at mageia1</A> ~]$ ls -lah .xsession-errors
+ -rw------- 1 doktor5000 doktor5000 1,2G Sep 3 10:46 .xsession-errors
+
+I already disabled all KDE debug information via kdebugdialog, which i needed
+earlier,
+but GTK/GLIB seems to give a flood of messages like the ones below:
+
+ (transmission-gtk:16147): GLib-GObject-WARNING **: invalid cast from
+ `GtkTreeView' to `GtkProgress'
+
+ (transmission-gtk:16147): Gtk-CRITICAL **:
+ IA__gtk_progress_get_current_percentage: assertion `GTK_IS_PROGRESS
+ (progress)' failed
+
+ (transmission-gtk:16147): GLib-GObject-WARNING **: invalid cast from
+ `GtkTreeView' to `GtkProgress'
+
+ (transmission-gtk:16147): GLib-GObject-WARNING **: invalid cast from
+ `GtkTreeView' to `GtkProgress'
+
+ (transmission-gtk:16147): GLib-GObject-WARNING **: invalid cast from
+ `GtkTreeView' to `GtkProgressBar'
+
+ (transmission-gtk:16147): Gtk-CRITICAL **:
+ IA__gtk_progress_bar_get_orientation: assertion `GTK_IS_PROGRESS_BAR
+ (pbar)' failed
+
+ [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at mageia1</A> ~]$ grep GLib-GObject-WARNING .xsession-errors | wc -l
+ 166425
+ [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">doktor5000 at mageia1</A> ~]$ grep Gtk-CRITICAL .xsession-errors | wc -l
+ 83470
+
+
+Can anyone give me a hint how to disable those, please? And how to proceed with
+the cause, those messages should clearly be suppressed, as transmission works
+correct
+and such a growth of .xsession-error is totally wrong. It also makes it really hard
+to find real, legitimate error messages in .xsession-errors.
+Also this can lead to real problems, like in:
+<A HREF="http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00927.html">http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00927.html</A>
+filling up the root partition, which can cause quite some problems to normal users,
+if they have no seperate /home partition. The only workarounds i have found so far
+suggest removing .xsession-errors and linking it to /dev/null after each X login,
+but this seems really ugly to me.
+
+Regards
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="007766.html">[Mageia-dev] noarch vs arch
+</A></li>
+ <LI>Next message: <A HREF="007779.html">[Mageia-dev] Disable GTK/GLIB error messages - .xsession-errors overflooded
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#7778">[ date ]</a>
+ <a href="thread.html#7778">[ thread ]</a>
+ <a href="subject.html#7778">[ subject ]</a>
+ <a href="author.html#7778">[ 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>