Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402859 - xfce-extra/xfce4-time-out-plugin-1.0.0: assertion fail every second after session start
Summary: xfce-extra/xfce4-time-out-plugin-1.0.0: assertion fail every second after ses...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-09 12:42 UTC by Arthur D.
Modified: 2012-02-15 04:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix (xfce4-time-out-plugin-1.0.0-fix_assertion.patch,567 bytes, patch)
2012-02-09 12:44 UTC, Arthur D.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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