<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
El jue, 12-01-2012 a las 01:22 +0100, Juanjo escribió:<BR>
<BLOCKQUOTE TYPE=CITE>
    El jue, 12-01-2012 a las 01:18 +0100, Juanjo escribió:<BR>
    <BLOCKQUOTE TYPE=CITE>
        Hola ahora tengo el siguiente problema al intentar ejecutar el programa de copias de seguridad Back in Time desde Aplicaciones --> Herramientas de Sistema se abre pero se cierra inmediatamente. <BR>
        Desde la linea de comando ejecutando backintime-gnome me muestra lo siguiente:<BR>
        <BR>
        Back In Time<BR>
        Version: 0.9.26<BR>
        <BR>
        Back In Time comes with ABSOLUTELY NO WARRANTY.<BR>
        This is free software, and you are welcome to redistribute it<BR>
        under certain conditions; type `backintime-gnome --license' for details.<BR>
        <BR>
        Traceback (most recent call last):<BR>
          File "/usr/share/backintime/gnome/app.py", line 1056, in <module><BR>
            main_window = MainWindow( cfg, app_instance )<BR>
          File "/usr/share/backintime/gnome/app.py", line 281, in __init__<BR>
            self.update_all( True )<BR>
          File "/usr/share/backintime/gnome/app.py", line 388, in update_all<BR>
            self.update_folder_view( 1, selected_file, show_snapshots )<BR>
          File "/usr/share/backintime/gnome/app.py", line 1000, in update_folder_view<BR>
            new_iter = self.store_folder_view.append( [ item[0], rel_path, item[3], item[5], item[1], item[2], item[4] ] )<BR>
        TypeError: value is of wrong type for this column<BR>
        <BR>
        Se que sigue haciendo copias porque hoy ha realizado una, igual que todos los días.<BR>
        <BR>
        ¿Qué puede estar pasando? <BR>
        Como sabéis existe este mismo programa para root y este si que funciona.<BR>
        Si alguien lo tiene instalado me puede decir si las líneas que indica el mensaje son distintas.<BR>
        Gracias.<BR>
        <BR>
        <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Un saludo. 
<PRE>
Juanjo
</PRE>
Ubuntu 10.04
</TD>
</TR>
</TABLE>
    </BLOCKQUOTE>
    <BR>
    He probado ahora mismo que desde la sesión de invitado si que funciona.<BR>
</BLOCKQUOTE>
<BR>
Ya esta solucionado por a alguien le interesa:<BR>
<BR>
<A HREF="https://bugs.launchpad.net/backintime/+bug/409130">https://bugs.launchpad.net/backintime/+bug/409130</A><BR>
<BR>
Solución #5<BR>
Modificar la linea 212 del archivo /usr/share/baclintime/app.py<BR>
<BR>
en  lugar de:<BR>
<BR>
self.store_folder_view = gtk.ListStore( str, str, str, int, str, str, int )<BR>
<BR>
cambiar a:<BR>
<BR>
self.store_folder_view = gtk.ListStore( str, str, str, int, str, str, float )<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Un saludo. 
<PRE>
Juanjo
</PRE>
Ubuntu 10.04
</TD>
</TR>
</TABLE>
</BODY>
</HTML>