omarchy icon indicating copy to clipboard operation
omarchy copied to clipboard

Unable to dismiss "sharing your screen message , in google meet".

Open Manujdixit opened this issue 3 months ago • 13 comments

System details

Omarchy 3.0.1

What's wrong?

This popup opens as a popup , but i am unable to dismiss or move it. It just rests in center of screen.. and if do ctrl+w on that screen share stops.

Manujdixit avatar Sep 22 '25 01:09 Manujdixit

Today I couldn't even share my screen. I had to open files in the browser and share the tab ¯(ツ)

For now, the simplest workaround I’ve found is using Firefox instead of Google Chrome or Chromium: everything works fine there. Later I’ll try to figure out how to fix the situation with Chromium and Google Chrome so they work as intended. Most likely the problem is with Wayland and PipeWire here seem to be some gaps in how it’s working.

ablzh avatar Sep 22 '25 01:09 ablzh

Interesting... I restart my computer and everything worked in Chromium and Google Chrome too. Specs: IdeaPad 5 Pro 14ACN6, AMD Ryzen 7 5800U, OS: Omarchy v3.0.1

ablzh avatar Sep 22 '25 03:09 ablzh

same issue with the popup that keeps reappearing.

dradrien avatar Sep 23 '25 13:09 dradrien

Same here, eventually it works after selecting my shared screen a few times.

ferrao avatar Sep 24 '25 17:09 ferrao

Same issue. Unable to dismiss the popup

pradeep-gox avatar Sep 28 '25 17:09 pradeep-gox

same issue here 👋

mikailbayram avatar Oct 06 '25 11:10 mikailbayram

I had the same and could solve it by permanently allowing Allow a restore token. I documented it here in case others have the same: https://www.ssp.sh/brain/screen-sharing-on-wayland-hyprland-with-chrome/

sspaeti avatar Oct 07 '25 08:10 sspaeti

@sspaeti thank you for sharing this

unfortunately it is not working on my end, but I found another workaround for now

doing alt + f11 (going full width) on the tile where the browser is pushes the "sharing you screen" message behind the browser

mikailbayram avatar Oct 07 '25 09:10 mikailbayram

I had this same issue. While the Hide button behavior is controlled by Chromium, the positioning can be fixed with Hyprland window rules.

Add to ~/.local/share/omarchy/default/hypr/apps/browser.conf:

# Screen sharing indicator (Google Meet, etc)
windowrule = tag +screen-share-indicator, initialTitle:^.*is sharing your screen\.$
windowrule = noborder, tag:screen-share-indicator
windowrule = move 100%-w-20 100%-w-20, tag:screen-share-indicator

Then run hyprctl reload. This positions the indicator 20px from the right and bottom edges.

dazzatronus avatar Oct 13 '25 06:10 dazzatronus

Thanks for sharing

Manujdixit avatar Oct 13 '25 08:10 Manujdixit

This remains an inssue for me even after adding this --

Screen sharing indicator (Google Meet, etc)

windowrule = tag +screen-share-indicator, initialTitle:^.*is sharing your screen.$ windowrule = noborder, tag:screen-share-indicator windowrule = move 100%-w-20 100%-w-20, tag:screen-share-indicator

and even "preserving the token".

Anything else I should try?

Victornovikov avatar Nov 14 '25 19:11 Victornovikov

Super + mouse right button allows to drag this window away. I still don't understand why 'hide' button/link does not work though.

michal1024 avatar Nov 24 '25 17:11 michal1024

I had this same issue. While the Hide button behavior is controlled by Chromium, the positioning can be fixed with Hyprland window rules.

Add to ~/.local/share/omarchy/default/hypr/apps/browser.conf:

# Screen sharing indicator (Google Meet, etc)
windowrule = tag +screen-share-indicator, initialTitle:^.*is sharing your screen\.$
windowrule = noborder, tag:screen-share-indicator
windowrule = move 100%-w-20 100%-w-20, tag:screen-share-indicator

Then run hyprctl reload. This positions the indicator 20px from the right and bottom edges.

Thank you, save my time, but i need change initialTitle, but my system in pt_br and need ajust my language

aislandener avatar Nov 28 '25 13:11 aislandener