当我将鼠标悬停在 chrome 中的选项卡上并滚动鼠标滚轮时,选项卡正在改变焦点。这个功能对我来说真的很烦人,我想把它关掉。有任何想法吗?
PS 我通常关闭打开的选项卡的方法是将指针悬停在该选项卡上并单击滚轮(也称为中间按钮)。此功能是一种约定,可在许多应用程序中使用。
我正在尝试在 virtualenv 中使用 pip 安装一个包:
pip install fuse-python
但输出是
Downloading/unpacking fuse-python
Downloading fuse-python-0.2.tar.gz (53kB): 53kB downloaded
Running setup.py (path:/home/nicu/dev/bacula/ve/build/fuse-python/setup.py) egg_info for package fuse-python
Usage: pkg-config [-?] [--version] [--modversion]
[--atleast-pkgconfig-version=VERSION] [--libs] [--static]
[--short-errors] [--libs-only-l] [--libs-only-other] [--libs-only-L]
[--cflags] [--cflags-only-I] [--cflags-only-other] [--variable=NAME]
[--define-variable=NAME=VALUE] [--exists] [--print-variables]
[--uninstalled] [--atleast-version=VERSION] [--exact-version=VERSION]
[--max-version=VERSION] [--list-all] [--debug] [--print-errors]
[--silence-errors] [--errors-to-stdout] [--print-provides]
[--print-requires] [--print-requires-private] [-?|--help] [--usage]
pkg-config could not find fuse:
you might need to adjust PKG_CONFIG_PATH or your
FUSE installation is very old (older than 2.1-pre1)
Traceback (most recent …Run Code Online (Sandbox Code Playgroud)