如何在 Linux Ubuntu 上安装和配置最新版本的“solaar”来管理我的 Logitech 无线鼠标或键盘?

Gab*_*les 12 mouse keyboard logitech solaar

我知道我能做到:

sudo apt update
sudo apt install solaar
Run Code Online (Sandbox Code Playgroud)

在 Ubuntu 上安装第 3 方工具solaar,这样我就可以使用它来将新的 Logitech 设备(例如键盘和鼠标)与我的统一 Logitech 接收器配对和取消配对,这样我就可以看到许多这些设备的电池状态,但solaar版本安装的版本非常旧,无法正确显示在我的主屏幕的右上角,而且总体上似乎有问题。

如何安装最新版本并将其配置为无需特殊权限即可工作,并在每次重新启动后自动启动?

最新版本不允许solaar我更改设置,例如鼠标中的 DPI 灵敏度设置吗?我如何更改该设置?

hey*_*ema 17

安装/维护/升级 Solaar 的简单方法是使用 PPA。

\n

添加存储库...

\n

请参阅https://launchpad.net/~solaar-unifying/+archive/ubuntu/stable

\n
sudo add-apt-repository ppa:solaar-unifying/stable\nsudo apt-get update\n
Run Code Online (Sandbox Code Playgroud)\n

安装太阳能...

\n

注意:首先删除所有手动安装的内容Solaar

\n
sudo apt install solaar\n
Run Code Online (Sandbox Code Playgroud)\n

注意:如果您已经使用 PPA 或 Synaptic 安装了 Solaar,Software Updater则可用于升级它。

\n

如果您不希望在启动时看到弹出窗口...

\n

请参阅https://pwr-solaar.github.io/Solaar/

\n

Solar\xe2\x80\x99s GUI 可以通过多种方式启动

\n
--window=show (the default) starts with its main window visible,\n--window=hide starts with its main window hidden,\n--window=only does not use the system tray, and starts with main window visible.\n
Run Code Online (Sandbox Code Playgroud)\n

有关 Solar\xe2\x80\x99s 命令行界面的更多信息,请使用帮助选项...

\n
solaar --help\n
Run Code Online (Sandbox Code Playgroud)\n