I tried change the Thumbnails size and sometimes make the thumbnail correctly but when go back to my desired size, some other random books cover thumbnailes are corrupted. Is so random, even when before covers were fine, and then are corrupted when close and open the library again. Is not an only zip files, is every zip file.
Corrupted thumbnails in the Library
Thank you, let's hope that in the next version they are fixed. Regards.
Hi, I try removing "thumb bg colour" and a similar error occurs, next I removed "bg colour" and MC open fine. Yes :). Thank you. Now I have this new errors, I can't open any file: This one is when I try Open > browse some file and try open one zip file with images into it. 03:40:11 [MainThread] ERROR: ! Callback <bound method FileHandler._listed_contents of <mcomix.file_handler.FileHandler object at 0x7fc91120d6d0>> failed: cannot unpack non-iterable NoneType object Next I try open the library and...
MComix 2.0 only works with Root
For the time being, I hard code the path for that file to ~/.config/drakon/ To do that open the file drakon/scripts/app_settings.tcl In proc p.path { app } { global env set name $app.settings set home $env(HOME) set path [ file join $home $name ] return $path } add this line set config ".config/drakon/" and change set path [ file join $home $name ] to -> set path [ file join $home $config $name ] The result must be proc p.path { app } { global env set name $app.settings set home $env(HOME) set config...
For the time being, I hard code the path for that file to ~/.config/drakon/ To do that open the file drakon/scripts/app_settings.tcl In proc p.path { app } { global env set name $app.settings set home $env(HOME) set path [ file join $home $name ] return $path } add this line set config ".config/drakon/" and change set path [ file join $home $name ] to -> set path [ file join $home $config $name ] The result must be proc p.path { app } { global env set name $app.settings set home $env(HOME) set config...
For the time being, I hard code the path for that file to ~/.config/drakon/ To do that open the file drakon/scripts/app_settings.tcl In proc p.path { app } { global env set name $app.settings set home $env(HOME) set path [ file join $home $name ] return $path } add this line set config ".config/drakon/" and change set path [ file join $home $name ] to -> set path [ file join $home $config $name ] Note that you need to manually create the folder ~/.config/drakon/ because the script not make the directory....