[Bug 250902] www/googler: drop or make conditional xclip dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 6 13:21:05 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250902

            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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(nivit at FreeBSD.org)
          Assignee: nivit at FreeBSD.org

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

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

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


More information about the freebsd-ports-bugs mailing list