Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 402859

Summary: xfce-extra/xfce4-time-out-plugin-1.0.0: assertion fail every second after session start
Product: Gentoo Linux Reporter: Arthur D. <spinal.by>
Component: Current packagesAssignee: XFCE Team <xfce>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugzilla.xfce.org/show_bug.cgi?id=7660
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fix

Description Arthur D. 2012-02-09 12:42:48 UTC
After login to xfce the plugin xfce4-time-out is automatically started.
It gives a lot of assertion errors which go to log file .xsession-errors
This produces my hard drive to constantly do write operations.

Reproducible: Always

Steps to Reproduce:
1. emerge xfce-extra/xfce4-time-out-plugin
2. Add it to panel
3. Logout and login back to xfce
Actual Results:  
A lot of assertion errors in the file .xsession-errors which constantly grows:
(xfce4-time-out-plugin:10828): Gtk-CRITICAL **: IA__gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed

Expected Results:  
No errors produced

I wrote a patch to fix the problem which I'll upload now.
Comment 1 Arthur D. 2012-02-09 12:44:41 UTC
Created attachment 301381 [details, diff]
Fix

The patch to fix the errors produced by time-out plugin
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-02-10 13:29:08 UTC
We only include upstreamized patches, so you should open a bug at http://bugzilla.xfce.org/ and then add the link to that bug here, to the "See Also: " field.
Comment 3 Arthur D. 2012-02-11 13:25:57 UTC
Done
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-02-15 04:57:01 UTC
(In reply to comment #3)
> Done

Thanks!

+*xfce4-time-out-plugin-1.0.0-r1 (15 Feb 2012)
+
+  15 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +xfce4-time-out-plugin-1.0.0-r1.ebuild,
+  +files/xfce4-time-out-plugin-1.0.0-assertion_percentage_failed.patch:
+  Fix assertion "percentage" failure wrt #402859 by Arthur Demchenkov