On Fri, 02 May 2014 13:20:19 +0100, Wolfgang Bauer <[email protected]> wrote:

Am Freitag, 2. Mai 2014, 13:54:08 schrieb Wolfgang Bauer:
Am Freitag, 2. Mai 2014, 04:55:35 schrieb Carl Fletcher:
> Thanks - Yes. I figured that out.
> But now the application crashed out on selecting the destination dir.
> I managed to get it to select and start once but then the process never
> actually moved on from 0%
>
> FYI: I tried on the same machine with Kubuntu 14.04 and had the same
> application behavior issues
> Currently Mint 13 Mate on my Netbook is processing what I need with devede

AFAIK devede has problems with KDE's gtk2-oxygen theme.
Try to change the GTK2 theme to something else and it should not crash.

PS: I tried it myself again now (I don't use devede), and while it doesn't crash with a different theme, unfortunately it doesn't work either, I see what
you describe. (the process never actually moved on from 0%)

Following output appears in the terminal:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/devede_main.py", line 475, in
on_main_go_clicked
    if conversor.create_disc():
  File "/usr/lib/python2.7/site-packages/devede_convert.py", line 365, in
create_disc
    filefolder2=os.path.join(filefolder,self.filename)
  File "/usr/lib64/python2.7/posixpath.py", line 77, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

Should be fixed with this upstream commit:
https://github.com/rastersoft/Devede/commit/84c04a533ee2dbd314d4e1cdbcb43b24be51cf44

With this patch it works fine here.
So I guess it's time for yet another bug report... ;-)

Btw, you can apply the fix yourself. Just open the file /usr/lib/python2.7/site- packages/devede_convert.py in a text editor (as root) and add the following
after line 353, which should read "filefolder=wdir.get_current_folder()":
                if filefolder is None:
                 filefolder="/tmp"

Kind regards,
Wolfgang


_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Thanks
Solved
But in the process I ended up using DVDStyler in Mint 13. As devede in Mint produced a duff .iso
DVDStyler in openSUSE just ran and ran and ran....forever (Hyperbole)
Mint processed it quickly in the end, even on my netbook.

_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an