-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Kubuntu 22.04.3, Open-Video-Downloader-2.5.2.AppImage does not run. #74
Comments
Oh weird. Can you also try version 2.5.0? |
Exactly the same issue with 2.5.2 for Pop!_OS 22.04. |
I see, thanks for testing. Then this is probably related to the Wayland detection. Maybe @Cl00e9ment can help debug this? for now can you try to find out if you are using Wayland? https://unix.stackexchange.com/questions/202891/how-to-know-whether-wayland-or-x11-is-being-used |
As Aiden-Shannon - And I am not using Wayland, but X11. Also, I took a look at Kubuntu/Plasma System Monitor. For 2.5.0.AppImage: 2.5.2.AppImage: Perhaps even more processes, but nothing that is clearly relatable to Open Video Downloader, for me. |
It's probably an issue related to the Electron version bump. I don't see how the Wayland detection could be related. I'll test that later this day. |
Can reproduce on my environment (GNOME + Wayland). Running via The culprit is |
Seems like an issue with mkdirp. I downgraded it to a not so old version (see #75). |
Downgraded mkdirp to fix an UnhandledPromiseRejectionWarning (closes #74)
Should built into this release: https://github.com/StefanLobbenmeier/youtube-dl-gui/releases/tag/v2.5.3 Hoping that works - on mobile right now |
Looks like that didn’t work - will try again tonight |
Just ran the release again, that worked. @SnowballV can you confirm that fixes it for you? I do not have a Linux machine to test yet. |
@StefanLobbenmeier, |
Probably because it's now running natively under Wayland (Wayland support is still experimental in Chromium). The problem is that when running with the compatibility layer XWayland, the UI is blurry with fractional scaling. There isn't a perfect solution. If the glitch happen only for less than a second, it's not a big deal I guess. |
Indeed, it's not a big deal. |
Yes! Thank you, I was indeed not aware of this bug. |
Describe the bug
On Kubuntu 22.04.3, Open-Video-Downloader-2.5.2.AppImage does not run.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect Open-Video-Downloader-2.5.2.AppImage to run on Kubuntu 22.04.3, just like Open-Video-Downloader-2.4.10.AppImage does.
Additional info (please complete the following information):
The text was updated successfully, but these errors were encountered: