** Changed in: backintime
       Status: New => Fix Committed

-- 
backintime-kde4 startup crash
https://bugs.launchpad.net/bugs/501285
You received this bug notification because you are a member of Back In
Time Team, which is subscribed to Back In Time.

Status in Back In Time: Fix Committed

Bug description:

p...@ocean:~$ backintime-kde4 
INFO: Update to config version 4: other snapshot locations
INFO: Random tag for profile 1: 169                       

Back In Time
Version: 0.9.99beta6

Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime-kde4 --license' for details.

Traceback (most recent call last):
  File "/usr/share/backintime/kde4/app.py", line 1024, in <module>
    main_window = MainWindow( cfg, app_instance, kapp, kaboutdata )
  File "/usr/share/backintime/kde4/app.py", line 293, in __init__  
    if not cfg.can_backup():                                       
  File "/usr/share/backintime/common/config.py", line 533, in can_backup
    if not os.path.isdir( self.get_snapshots_full_path( profile_id ) ): 
  File "/usr/share/backintime/common/config.py", line 225, in 
get_snapshots_full_path
    return os.path.join( self.get_snapshots_path( profile_id ), 'backintime', 
machine, user, profile_id ) 
  File "/usr/lib/python2.6/posixpath.py", line 65, in join                      
                          
    if b.startswith('/'):                                                       
                          
AttributeError: 'NoneType' object has no attribute 'startswith'                 
                          
p...@plinux011:~$ backintime
INFO: Update to config version 4: other snapshot locations
INFO: Random tag for profile 1: 228                       

Back In Time
Version: 0.9.99beta6

Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.

p...@ocean:~$ backintime --help
INFO: Update to config version 4: other snapshot locations
INFO: Random tag for profile 1: 899                       

Back In Time
Version: 0.9.99beta6

Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.

Options
--profile <profile name>
        Select profile (use it before other options)
-b | --backup
        Take a snapshot (and exit)
--backup-job
        Used for cron job: take a snapshot (and exit)
--snapshots-path
        Show the path where is saves the snapshots (and exit)
--snapshots-list
        Show the list of snapshots IDs (and exit)
--snapshots-list-path
        Show the paths to snapshots (and exit)
--last-snapshot
        Show the ID of the last snapshot (and exit)
--last-snapshot-path
        Show the path to the last snapshot (and exit)
-v | --version
        Show version (and exit)
--license
        Show license (and exit)
-h | --help
        Show this help (and exit)

p...@ocean:~$ backintime --backup-job
INFO: Update to config version 4: other snapshot locations
INFO: Random tag for profile 1: 310

Back In Time
Version: 0.9.99beta6

Back In Time comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; type `backintime --license' for details.

INFO: The application needs to change the backup format. Start the GUI to 
proceed. (As long as you do not you will not be able to make new snapshots!)
WARNING: Backup not performed



_______________________________________________
Mailing list: https://launchpad.net/~bit-team
Post to     : bit-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~bit-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to