-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I am encountering an issue with Dialect
, both when installed via AUR (dialect-git) and Flatpak on my Archlinux Gnome Wayland desktop environment. When running dialect -n
from terminal and attempting to translate from the primary selection, the following error occurs:
Traceback (most recent call last):
File "/app/share/dialect/dialect/window.py", line 532, in on_paste
text = clipboard.read_text_finish(result)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gi.repository.GLib.GError: g-io-error-quark: Cannot read from empty clipboard. (1)
Steps to Reproduce:
- Install Dialect via AUR (dialect-git) or Flatpak.
- In GNOME Text Editor, select a word and ensure
wl-paste --primary
can paste the content. - With the flatpak version, run
LANG=C flatpak run app.drey.Dialect -n
Dialect
window poped up with empty input and the above error message.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working