It is not possible to insert an image into the greeting text #2646

Open
opened 2026-02-20 22:10:12 -05:00 by deekerman · 0 comments
Owner

Originally created by @Alterak on GitHub (Jan 28, 2023).

Description

In the mumble configuration file, I want to insert an image. I'm trying to add an image by the link and also a local file that lies in the directory /home/mumble/img/test.png
I added links to the tag it turned out like this

Скриншот 28-01-2023 195801

welcometext="<br>
<h3>Test Link Image</h3> <br>
<img src="https://www.cookieserv.com/img/offers/game/5.png" alt="test link img"> <br>
<h3>Test Local Image</h3> <br>
<img src="/home/mumble/img/test.png" alt="test local img"> <br>
"

But the images don't appear, instead there is an empty space... this can be seen in the screenshot

Скриншот 28-01-2023 195725

I've tried different images, different sizes, as well as different extensions and .png and .jpg and .gif but nothing works. Help solve this problem? Is this a server or client error?
In older versions, the image on the link worked, but the local file did not work. I can't say in which versions it was, I don't remember.

My operating system is Debian 11.
Server version - 1.3.4-1
The client version is 1.517, I also tried release 1.4.287

Steps to reproduce

  1. Open the Mumble server configuration file
  2. Insert a link to the image in the greeting text
  3. The image does not appear in the client.

Mumble version

1.3.4-1

Mumble component

Server

OS

Linux

Reproducible?

Yes

Additional information

No response

Relevant log output

No response

Screenshots

No response

Originally created by @Alterak on GitHub (Jan 28, 2023). ### Description In the mumble configuration file, I want to insert an image. I'm trying to add an image by the link and also a local file that lies in the directory /home/mumble/img/test.png I added links to the <img> tag it turned out like this ![Скриншот 28-01-2023 195801](https://user-images.githubusercontent.com/11453567/215279246-55940c4e-ea27-42e5-b420-564135b34bf9.jpg) ``` welcometext="<br> <h3>Test Link Image</h3> <br> <img src="https://www.cookieserv.com/img/offers/game/5.png" alt="test link img"> <br> <h3>Test Local Image</h3> <br> <img src="/home/mumble/img/test.png" alt="test local img"> <br> " ``` But the images don't appear, instead there is an empty space... this can be seen in the screenshot ![Скриншот 28-01-2023 195725](https://user-images.githubusercontent.com/11453567/215279253-1c4231e1-fe96-4531-9e61-e9ce7b274b31.jpg) I've tried different images, different sizes, as well as different extensions and .png and .jpg and .gif but nothing works. Help solve this problem? Is this a server or client error? In older versions, the image on the link worked, but the local file did not work. I can't say in which versions it was, I don't remember. My operating system is Debian 11. Server version - 1.3.4-1 The client version is 1.517, I also tried release 1.4.287 ### Steps to reproduce 1. Open the Mumble server configuration file 2. Insert a link to the image in the greeting text 3. The image does not appear in the client. ### Mumble version 1.3.4-1 ### Mumble component Server ### OS Linux ### Reproducible? Yes ### Additional information _No response_ ### Relevant log output _No response_ ### Screenshots _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mumble-mumble-voip#2646
No description provided.