DiscordOverlayLinux
DiscordOverlayLinux copied to clipboard
A QT/X11 based Discord overlay
Startup: `2020-05-19 20:15:23,901 WARNING Chose screen 'DVI-D-0' as fallback because 'None' could not be matched` Crash: ``` js: Uncaught (in promise) Error: Unable to generate an invite for null. Does...
I tried to install the overlay but sadly it doesn't work, in terminal I have an error it is "ERROR: Could not find a version that satisfies the requirement PyQtWebEngine...
Fixed for the newer xdg versions.
I tried downloading the overlay but I got this ``` ERROR: Could not find a version that satisfies the requirement PyQtWebEngine (from versions: none) ERROR: No matching distribution found for...
I have my compositor set to apply a blur to all windows excluding a specific list. Since the WM_CLASS x property is not set, I can't exclude the overlay from...
There seem to be issues when trying to install on Ubuntu etc. I don't think pip is grabbing the correct dependencies _Originally posted by @alx365 in https://github.com/trigg/DiscordOverlayLinux/issues/30#issuecomment-645836821_ when trying to...
I just get a black overlay on KUbuntu 20.04 LTS. There should probably be an easier way to get back to the configuration screen or maybe there is and I...
I am using Debian 10.5 with Gnome and X11 and it installed just fine with no errors but it's not working. I can give more info if I need to.
This is how I installed dependencies and the project on Kubuntu 16.04: ``` sudo apt install python3-pip ``` ``` sudo -H pip3 install --upgrade pip ``` ``` sudo -H pip3...