ffalarms 0.2.1 and atd-over-fso (now works on SHR-testing)
Łukasz Pankowski
lukpank at o2.pl
Mon Mar 30 00:09:53 CEST 2009
The Digital Pioneer <digitalpioneer at gmail.com> writes:
> Interesting... Here we are:
>
> root @ freerunner [~] # neon --engine x11
> Bye bye, thx to use Neon
> root @ freerunner [~] # neon --engine x11-16
> Segmentation fault
So x11-16 engine is broken in SHR-unstable, ffalarms does not have
--engine option (this problem shows it should).
For now you can apply the following patch to
/usr/lib/python2.6/site-packages/ffalarms/ffalarms.py to disable
x11-16 engine:
Index: ffalarms.py
===================================================================
--- ffalarms.py (revision 20)
+++ ffalarms.py (working copy)
@@ -653,7 +653,7 @@
if actions or show_list:
sys.exit()
- if ecore.evas.engine_type_supported_get('software_x11_16'):
+ if 0 and ecore.evas.engine_type_supported_get('software_x11_16'):
engine = ecore.evas.SoftwareX11_16
else:
engine = ecore.evas.SoftwareX11
More information about the community
mailing list