Skip to content

Commit

Permalink
remove outdated message: we have clipboard support for Wayland using …
Browse files Browse the repository at this point in the history
…the Gtk backend
  • Loading branch information
totaam committed Jan 8, 2025
1 parent ede9966 commit 8d046ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xpra/client/mixins/clipboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from xpra.net import compression
from xpra.scripts.config import FALSE_OPTIONS, TRUE_OPTIONS
from xpra.util.objects import typedict
from xpra.util.system import is_Wayland
from xpra.log import Logger

log = Logger("clipboard")
Expand Down Expand Up @@ -153,8 +152,6 @@ def process_ui_capabilities(self, caps: typedict) -> None:
ch = self.make_clipboard_helper()
if not ch:
log.warn("Warning: no clipboard support")
if is_Wayland():
log.warn(" (wayland display)")
self.clipboard_helper = ch
self.clipboard_enabled = ch is not None
log("clipboard helper=%s", ch)
Expand Down

0 comments on commit 8d046ff

Please sign in to comment.