Opensuse 13.1 back in time won't open

Asked by Brian Bigger

I installed back in time through yast. When i click on it for a few seconds I see an icon blinking but the application doesn't load. I am not sure where to look for any log files for this application.

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Germar
Solved:
Last query:
Last reply:
Revision history for this message
Germar (germar) said :
#1

Please run 'backintime-gnome' (or 'backintime-kde4' if you're on KDE) in Terminal and post the output in here.

Revision history for this message
Brian Bigger (brianebigger) said :
#2

Back In Time
Version: 1.0.20

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 1199, in <module>
    main_window = MainWindow( cfg, app_instance, kapp, kaboutdata )
  File "/usr/share/backintime/kde4/app.py", line 259, in __init__
    self.list_files_view_model.removeColumns( 3, 2 )
TypeError: KDirModel.removeColumns() is a private method

Revision history for this message
Best Germar (germar) said :
#3

This is caused by recent changes in KDE. We fixed this in BackInTime 1.0.28. I'm not sure about Opensuses packages but if there is please update to latest version.
If there is no 1.0.28 for Opensuse you can comment out line 259 'self.list_files_view_model.removeColumns( 3, 2 )' in /usr/share/backintime/kde4/app.py by adding # at start. This will fix it for now.

Revision history for this message
Brian Bigger (brianebigger) said :
#4

Works like a charm! Thanks.

Revision history for this message
Brian Bigger (brianebigger) said :
#5

Thanks Germar, that solved my question.