| Summary: | app-misc/solaar-0.9.2: Logitech Unifying receiver isn't detected | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pavel Volkov <ao> |
| Component: | Current packages | Assignee: | Tim Harder <radhermit> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| URL: | https://github.com/pwr/Solaar/issues/137 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | UI screenshot | ||
|
Description
Pavel Volkov
2013-12-15 08:37:22 UTC
This seems like a bug you should report upstream instead, for example: https://github.com/pwr/Solaar/issues/137 Ok, I added a comment there. I enabled CONFIG_HIDRAW in kernel and the mouse and reeceiver are detected now. There are still some issues: 1. The icon in system tray looks like a sheet of paper with a red cross. 2. The icon near the mouse name also looks like that. 3. Nothing happens when I select a device in main window and there's no way to add new devices. Attaching screenhot. 4. When "About" button is clicked, the About box appears behind the main window (which stays "always on top"). Created attachment 365560 [details]
UI screenshot
Exceptions in terminal when starting solaar:
Traceback (most recent call last):
File "/usr/lib64/python3.3/site-packages/solaar/ui/window.py", line 390, in _device_selected
_update_info_panel(device, full=True)
File "/usr/lib64/python3.3/site-packages/solaar/ui/window.py", line 695, in _update_info_panel
_info._icon.set_from_icon_name(icon_name, _DEVICE_ICON_SIZE)
File "/usr/lib64/python3.3/site-packages/gi/types.py", line 113, in function
return info.invoke(*args, **kwargs)
TypeError: Argument 1 does not allow None as a value
(In reply to Pavel Volkov from comment #3) > I enabled CONFIG_HIDRAW in kernel and the mouse and receiver are detected > now. I'll add a check for that to the ebuild. > There are still some issues: > > 1. The icon in system tray looks like a sheet of paper with a red cross. > 2. The icon near the mouse name also looks like that. > 3. Nothing happens when I select a device in main window and there's no way > to add new devices. Attaching screenhot. > 4. When "About" button is clicked, the About box appears behind the main > window (which stays "always on top"). All these seem like upstream UI issues and are unrelated to the original bug so I'm closing this as fixed. As a guess, do you have dev-python/pygobject:3 installed? I fixed that dep in 0.9.2-r1 as well. Yes, I had pygobject. I had to install x11-themes/gnome-themes-standard and activate a theme in KDE's System Settings -> Application Appearance. Now every issue is fixed. Maybe you can add dep and a notice about having to select a theme. |