View Single Post
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#478
Originally Posted by gasper_k View Post
Feature request: silent mode command line parameter (-q for quiet?). Running a sync with this parameter would mean: don't report any errors in GUI.
The following patch to /usr/bin/erminig prevents the errors showing when doing a sync of a single or all profiles when triggered from the command line:

Code:
103c103,106
< 		error_win.display(e.title(), e.description())
---
> 		if data:
> 			error_win.display(e.title(), e.description())
> 		else:
> 			print e.title(), e.description()
Works for me. Further testing, including in the GUI synchronisation when Google is uncontactable is appreciated.

Is anyone working on the other bugs, this one's scratched my itch. I'll give lorelei a poke to see if he's still maintaining it; if not, we can cast about for someone to add the final spit & polish and push it through to Extras.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 

The Following 2 Users Say Thank You to Jaffa For This Useful Post: