When trying to set picture to be used instead of avatar it fails with message saying it can't convert to 96x96 png even if the file is already a 96x96 png.
Perhaps that explains why it wasn't consistent. Even though it is not a bug in itself the error message could be more useful. If it indicated the source of the error for instance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1531831
Originator: NO
this is a matter of library dependency, rather than a bug.
it uses the command convert, the convert tool is part of imagemagick.
Logged In: YES
user_id=190513
Originator: YES
Perhaps that explains why it wasn't consistent. Even though it is not a bug in itself the error message could be more useful. If it indicated the source of the error for instance.
Logged In: YES
user_id=1531831
Originator: NO
though not in a form of message box , in the command line
there is a prompt for the source of error
something like "sh: convert command not found"
but i agree, a gui error prompt would be more clear :)
Logged In: YES
user_id=93778
Originator: NO
ImageMagick is actually listed as a dependency in the rpm spec file. guess you did not use an rpm for installation, or you ignored the dependencies.
I can't consider that a bug. the rpm dependencies are there for a reason, and using rpms is the only sane way to manage s/w on your system these days.
:)
best rgds,
-Greg