Closed mgorfer closed 1 year ago
This is a timing problem - Solaar requests the name before the device is ready and doesn't update it later.
Can I do something to fix it on my side?
It is not an issue for me. I just thought that maybe the Mac Version of this mouse still is not in the system, or something like that.
Please close this issue if this is okay like this from your side.
PR #2140 should fix your issue. Please download and run Solaar as ./bin/solaar -ddd
and see whether your issue is fixed. Post the output.
To clone and use Solar from its GitHub repository
git clone https://github.com/pwr-Solaar/Solaar.git
cd Solaar
Run Solaar as bin/solaar from this directory.
To run PR #2140, first clone Solaar if you have not already done so and cd to the clone directory. The first time you download the pull request, fetch it into a new branch and checkout that branch, as in:
git fetch origin pull/2140/head:pull_2140
git checkout pull_2140
To download a new version of the pull request, fetch it and then set your pull branch to the new fetch, as in:
git checkout pull_2140
git fetch origin pull/2140/head
git reset --hard FETCH_HEAD
I am very sorry for my delayed response. Using solaar 1.1.10, I can now see the name of my mouse on the left side.
There is a new issue, though (probably a totally different issue?)
The name of the mouse now is
MX Master 3S Ma[]
, while the name on the right side is MX Master 3S For Mac
.
Should I open a new issue for this, or is this a configuration error on my side?
Please open a new issue and provide the output of solaar -ddd show
.
Information
Solaar version: solaar 1.1.9
Distribution: Manjaro Linux
Kernel version: Linux 6.4.14-1-MANJARO x86_64 GNU/Linux
Output of
solaar show
:~/.config/solaar/config.yaml
(or~/.config/solaar/config.json
if~/.config/solaar/config.yaml
not present):Describe the bug In the Solaar GUI, my MX Master 3S for Mac has a missing name in the device list on the left side. On the right side, the correct name is shown, though (see screenshot).
To Reproduce Steps to reproduce the behavior:
Screenshots
Additional context Add any other context about the problem here.