maltejur / discord-screenaudio

A custom discord client that supports streaming with audio on Linux.
1.09k stars 35 forks source link

Application (Flatpack) does not launch on Mint 20.x #47

Open ronlaws86 opened 1 year ago

ronlaws86 commented 1 year ago
ron@ron-desktop:~$ /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=discord-screenaudio de.shorsh.discord-screenaudio
Gtk-Message: 18:33:42.727: Failed to load module "xapp-gtk3-module"
Qt: Session management error: None of the authentication protocols specified are supported
[default] QLayout: Attempting to add QLayout "" to StreamDialog "", which already has a layout
ron@ron-desktop:~$ 
maltejur commented 1 year ago

This could be https://github.com/Soundux/rohrkabel#%EF%B8%8F-problematic-distributions. Does the PPA mentioned there fix the issue?

ronlaws86 commented 1 year ago

Testing on Mint 21 as well and it seems to hang with the same output in terminal, though it's not returning the prompt this time without ctrl-c, i'm making an assumption that a window is supposed to open? (sorry i did a fulll distro clean install since that bug report so can't confirm if the PPA will work, but Mint 21 is ubuntu 21 lts base i believe? )

maltejur commented 1 year ago

i'm making an assumption that a window is supposed to open?

Yes that should indeed happen. Does it work any better when you directly build from source and don't use the flatpak? If it doesn't, you could still try out the PPA on 21. I myself still had problems on that version which could be fixed by installing the PPA.

ronlaws86 commented 1 year ago

Ah, confirmed yea. Compiling from source seems to open fine without issue, so this seems to be an issue with the particular flatpak version without ppa

maltejur commented 1 year ago

And the flatpak works with the PPA?