[GH-ISSUE #5155] [BUG]: Desktop Assistant + menu missing Area Capture / open programs on Ubuntu 24.04 X11 – no screen permission popup #4940

Closed
opened 2026-06-05 14:51:01 -04:00 by yindo · 1 comment
Owner

Originally created by @Games1505 on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5155

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

Desktop Assistant + menu missing Area Capture / open programs on Ubuntu 24.04 X11 – no screen permission popup

Ubuntu 24.04 LTS, X11 (echo $XDG_SESSION_TYPE)
v1.11.1 AppImage (official installer used)

menu - only Attach Files + MEETINGS

Image

No popup on click +, no portal errors in ELECTRON_ENABLE_LOGGING=1 --enable-logging terminal
All packages installed (xdg-desktop-portal-gtk, etc.), AppArmor enforced
Logs snippet showing clean startup but no capture attempt

Are there known steps to reproduce?

No response

Originally created by @Games1505 on GitHub (Mar 5, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5155 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? Desktop Assistant + menu missing Area Capture / open programs on Ubuntu 24.04 X11 – no screen permission popup Ubuntu 24.04 LTS, X11 (echo $XDG_SESSION_TYPE) v1.11.1 AppImage (official installer used) menu - only Attach Files + MEETINGS <img width="4384" height="2466" alt="Image" src="https://github.com/user-attachments/assets/8a191c6a-d343-4e9d-9bbf-e9db8ca1f0fc" /> No popup on click +, no portal errors in ELECTRON_ENABLE_LOGGING=1 --enable-logging terminal All packages installed (xdg-desktop-portal-gtk, etc.), AppArmor enforced Logs snippet showing clean startup but no capture attempt ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-06-05 14:51:01 -04:00
yindo closed this issue 2026-06-05 14:51:01 -04:00
Author
Owner

@timothycarambat commented on GitHub (Mar 5, 2026):

This is known because of how displaySources does not work on Linux and crashes the whole app. @angelplusultra has some code that we may merge in future to patch this, but given the scattering of how UI's work on linux it may be spotty.

We also didnt want to force users to install a bunch of packages to get it to work since the solutions all seemed to be requiring the end user to have some pkgs on machine to have everything work. This impacted Wayland/KDE & Ubuntu specifically

<!-- gh-comment-id:4007697009 --> @timothycarambat commented on GitHub (Mar 5, 2026): This is known because of how `displaySources` does not work on Linux and crashes the whole app. @angelplusultra has some code that we may merge in future to patch this, but given the scattering of how UI's work on linux it may be spotty. We also didnt want to force users to install a bunch of packages to get it to work since the solutions all seemed to be requiring the end user to have some pkgs on machine to have everything work. This impacted Wayland/KDE & Ubuntu specifically
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4940