Can not Sign In plex-desktop installed via flatpak

Server Version#: Doesn’t matter here.
Player Version#: 1.90.1.118-a4bc1429

Hi there

I just installed the plex-desktop client on my Arch Linux machine via flatpak. Unfortunatly if I try to login, nothing happens. No browser window opens, no login screen appears nothing. Sometimes it even displays


How can I fix this? Is there a way to manually add the login token ? I just want to be able to Sign In. Thanks for your feedback.

I’m having exactly the same issue. Also on Arch flatpak, same version.

Sounds like the flatplak has no internet access.

Maybe running flatpak run --share=network tv.plex.PlexDesktop will solve it.

Unfortunately this doesn’t solve the issue.

I am running Qtile as a tiling window manager. My guess is that it tries to open a browser windows to login, but it is unable to find the default browser and just does nothing. Is there a way to login without the gui? Maybe a config file where the login token is stored ? I want to just use my plex client…

I found the solution, this is my documentation:

  1. Install XDG Desktop Portal with sudo pacman -S xdg-desktop-portal
  2. Install XDG Desktop Portal Backend, sudo pacman -S xdg-desktop-portal-gtk
  3. And if using a tiling windows manager, force desktop environment with:
~/.config/systemd/user/xdg-desktop-portal.service.d/override.conf
[Service]
Environment="XDG_CURRENT_DESKTOP=KDE"
  1. sudo systemctl deamon-reload
  2. Done

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.