Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2020 13:21:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250902] www/googler: drop or make conditional xclip dependency
Message-ID:  <bug-250902-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250902

            Bug ID: 250902
           Summary: www/googler: drop or make conditional xclip dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: nivit@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(nivit@FreeBSD.org)
          Assignee: nivit@FreeBSD.org

I'm on Wayland, so use wl-copy instead of xclip. googler supports more tool=
s:

     if shutil.which('xsel') is not None:
         copier_params =3D ['xsel', '-b', '-i']
     elif shutil.which('xclip') is not None:
         copier_params =3D ['xclip', '-selection', 'clipboard']
     elif shutil.which('wl-copy') is not None:
         copier_params =3D ['wl-copy']
     elif shutil.which('termux-clipboard-set') is not None:
         copier_params =3D ['termux-clipboard-set']

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250902-7788>