Skip to content

[Bug]: No thumbnail windows when sharing screen #2204

@bss-markus-schulze

Description

@bss-markus-schulze

Can you reproduce this bug in the website/PWA?

Not applicable

Describe the bug

I have set the config to enable the thumbnail when screensharing , but nothing happens.

What package are you using?

rpm

Version

2.7.5

Reproduction steps

Start t4l
create a meeting
click share -> Screen/Window
pick display from picker window (or switch to windows and pick an ap, doesn't matter)
click share

Expected Behavior

A popup windows should appear showing the content I'm currently sharing

Debug

ELECTRON_ENABLE_LOGGING=true teams-for-linux --logConfig='{}'

I need to provide that later.

Additional context

My config.json does look like this:
{ "spellCheckerLanguages": [ "de-DE" ], "notificationMethod": "electron", "auth.intune.enabled": "true", "awayOnSystemIdle": "true", "enableIncomingCallToast": "true", "onNewWindowOpenMeetupJoinUrlInApp": "true", "media.video.menuEnabled": "true", "screenSharing": { "thumbnail": { "enabled": true, "alwaysOnTop": true } }, "logConfig": { "transports": { "file": { "level": "debug", "maxSize": 1000000, "format": "{processType} [{h}:{i}:{s}.{ms}] {text}" } } }, "graphApi": { "enabled": true }, "disableGpu": false }

The app is started like this:
/opt/teams-for-linux/teams-for-linux --ozone-platform=wayland %U

I'm running Fedora 42 on Gnome / Wayland.
Everything else in t4l works very well, I do not have any other problems.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions