Skip to content

SMTC initialization and identity tweaks#2

Open
badmannersteam wants to merge 1 commit intotoasterofbread:mainfrom
badmannersteam:dev
Open

SMTC initialization and identity tweaks#2
badmannersteam wants to merge 1 commit intotoasterofbread:mainfrom
badmannersteam:dev

Conversation

@badmannersteam
Copy link
Copy Markdown

  • Added condition to call winrt::init_apartment() or not on init step of SMTC.
    Looks like calling this is not required in every case, because it may be already done in AWT code.
    This should also fix the Unable to click any link on Windows spmp#401.
    The root issue is https://bugs.openjdk.org/browse/JDK-8270269.

  • Added identity setup to SMTC - setting AUMID to current process and SMTC DisplayUpdater.
    This is required for correct app title and icon in windows action center.
    To make this fully operational you also required to create a link in start menu programs section with the same AUMID, that can be done by some MSI installers/calls to win api/special software.
    More info here.

  • Removed unused MediaSessionLinux class and updated JNA dependency

@badmannersteam badmannersteam force-pushed the dev branch 2 times, most recently from 57d321a to 6a4e32c Compare March 23, 2025 00:12
- Added identity setup to SMTC - setting AUMID to current process and SMTC DisplayUpdater
- Removed unused MediaSessionLinux class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant