Hi,
I tried 1.4.2-1 from Debian Unstable. It did crash with similar message
I initially posted on Debian bug tracker. But after I deleted
.config/sonata folder and configured sonata the way I like, I have not
managed to crash it again. I compared my old sonatarc file with the new
one generated with 1.4.2 and here is the diff:
33c33
< info_song_more = True
---
> info_song_more = False
42c42
< withdrawn = True
---
> withdrawn = False
52d51
< info_album_expanded = True
57c56
< minimize = True
---
> minimize = False
64,65c63,64
< y = 392
< x = 87
---
> y = 368
> x = 108
74,75c73,74
< info_tab_pos = 4
< current_tab_pos = 0
---
> info_tab_pos = None
> current_tab_pos = None
77c76
< playlists_tab_pos = 2
---
> playlists_tab_pos = None
82,83c81,82
< library_tab_pos = 1
< streams_tab_pos = 3
---
> library_tab_pos = None
> streams_tab_pos = None
So I guess we can close that bug?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]