-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Paste In URL Field Not Working on Linux Wayland #137
Comments
As a workaround, commenting the custom paste handler in mainframe.py#L407 works :) self._url_list = self._create_textctrl(
wx.TE_MULTILINE | wx.TE_DONTWRAP, # self._on_urllist_edit
) No adverse effect that I can see. (vim ~/.local/lib/python3.11/site-packages/youtube_dl_gui/mainframe.py +407) |
From where you install wxPython:
|
I install Fedora Workstation 38 and follow your workaround sudo dnf install python3-wxpython4
pip install yt-dlg and Fedora38.mp4You can share more information to reproduce the error ? |
Wayland Primary Selection / ClipboardIt's about how Fedora 38 with KDE and Wayland implement Clipboard and Primary Selection
Doing the test, work with the settings
Open GDK_BACKEND=x11 yt-dlg You can watch the following demo video using Fedora38-Wayland-Clipboard-Primary_Selection.mp4 |
@eddy-geek Can test the Install from GitHubpython3 -m pip install -U git+https://github.com/oleksis/youtube-dl-gui#egg=yt-dlg Install from TestPyPIpython3 -m pip install -U --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ yt-dlg |
Video demo: Fedora38-Wayland-Clipboard-Primary_Selection-Fix.mp4 |
What is the purpose of your issue?
What operating system do you use ?
Fedora 38, Linux 6.2.15-300.fc38.x86_64
Wayland, KDE Plasma 5.27.4, Qt 5.15.9
Python 3.11.3
wxPython 4.2.0
yt-dlg 1.8.5 from pip
List of actions to perform to reproduce the problem:
Similar symptoms to #122 but I checked paste works with the basic wxpython sample given in wxWidgets/Phoenix#1391
So yt-dlg is doing something weird (maybe #123 regressed this particular environment? I am surprised there is a need for the custom
_paste_from_clipboard
code at all...)The text was updated successfully, but these errors were encountered: