mrbloggins Posted June 10, 2010 Share Posted June 10, 2010 When trying to save a comment with an image I get "Denied: Text message too long" in the text window plus the image does not display, can anyone help with a solution? I'm running Mumble 1.2.2 on fedora 12 Linux. Link to comment Share on other sites More sharing options...
Administrators hacst Posted June 11, 2010 Administrators Share Posted June 11, 2010 Sorry about that stupid error message, this is our backend/protocol shining through :oops: Images are put into the comments encoded as "text". In 1.2.0 this made the text length limitations apply to them and hence the message. Later we introduced a separate limit but the message stayed.If you are not in control of the server you have to make the image smaller to fit the limit. However if you are in control of the server you can also increase said limit. Look for the following in your murmur.ini, the second on is the one you want to adjust (of course uncomment it first^^):# Maximum length of text messages in characters. 0 for no limit. #textmessagelength=5000 # Maximum length of text messages in characters, with image data. 0 for no limit. #imagemessagelength=131072Be sure to restart murmur after modifying the ini.edit: Nearly forgot. You cannot set an imagemessagelength with an 1.2.0 server since we added this feature later. I'm not really sure whether it was in 1.2.1 or 1.2.2 though so just watch our for the variable in your ini. Link to comment Share on other sites More sharing options...
mrbloggins Posted June 11, 2010 Author Share Posted June 11, 2010 Thanks for the quick response, I made the image smaller not I only see a "default" type image instead of my own Link to comment Share on other sites More sharing options...
Administrators hacst Posted June 11, 2010 Administrators Share Posted June 11, 2010 We have no "default" type image for comments. Are you talking about avatars? Because these are set with "Self->Change Avatar".If that isn't what you meant then the best thing would be to provide a screenshot (or a more precise description). Link to comment Share on other sites More sharing options...
mrbloggins Posted June 11, 2010 Author Share Posted June 11, 2010 ok so now I think I understand, avatar goes for image of user but what is the purpose of the ability to apply other images to comments then,which still don't display. also is it the avatar that gets displayed in mumble-overlay?mumble.png.zip Link to comment Share on other sites More sharing options...
Administrators hacst Posted June 11, 2010 Administrators Share Posted June 11, 2010 Ah. I see. That's a linux thing. We needed to add functionality to Qt (the framework we use to build the Mumble GUI) to handle this functionality (namely data uri support for QTextDocuments,more here). This is contained in the current Qt release but your distro apparently ships with an outdated Qt hence this feature is not working.(this problem isn't present on windows since there we ship our own Qt binaries) Link to comment Share on other sites More sharing options...
mrbloggins Posted June 11, 2010 Author Share Posted June 11, 2010 Thanks dd0t, I'll be watching for updates to qt for fedora 12, I've got other questions but I'll address them in the appropriate posts. :D Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now