superpupervlad

Results 11 comments of superpupervlad

[Not important issue] All descriptions of widgets, layouts and extensions [(for example)](http://docs.qtile.org/en/v0.15.1/manual/ref/widgets.html#libqtile.widget.Image) in brackets " or '. While other [descriptions](http://docs.qtile.org/en/latest/manual/commands/index.html#keys) not.

I solved issue with `Ctrl-A`, `Ctrl-C` with dual layout ``` widget.KeyboardLayout( configured_keyboards=['us', 'ru,us'] ) ``` In `us` mode I have us layout (with working shorcuts), in `ru,us` layout I have...

According to [this](https://stackoverflow.com/questions/30927064/maven-how-do-i-activate-a-profile-from-command-line) you need to build with profile flag: `mvn package -P uberjar` BTW if you have `java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x4e20a985) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in...

You've got this behavior because optimus-manager did not launch correcty (just installed). Check daemon status `systemctl status optimus-manager.service` and then reboot. If you will have problems check [FAQ](https://github.com/Askannz/optimus-manager/wiki/FAQ,-common-issues,-troubleshooting). After correct...

If your systemd fusuma config not working you can check logs with `journalctl -u fusuma (or your name for service)` And if you have this error in logs ``` appmatcher...

@Yanndroid I tried it with Siri Remote 3 gen and it fails at writing magic byte: ``` Traceback (most recent call last): File "/home/vlad/Temp/SiriRemote-Linux/./main.py", line 80, in SiriRemote(mac, Callback()) File...

@Yanndroid Here is the output from new branch: Output ``` Service 00001800-0000-1000-8000-00805f9b34fb Characteristic 00002a00-0000-1000-8000-00805f9b34fb 0x2 0x3 Characteristic 00002a01-0000-1000-8000-00805f9b34fb 0x4 0x5 Characteristic 00002a04-0000-1000-8000-00805f9b34fb 0x6 0x7 Characteristic 00002aa6-0000-1000-8000-00805f9b34fb 0x8 0x9 Service 00001801-0000-1000-8000-00805f9b34fb...

@Yanndroid The problem was on my side. My bt agent works in `NoInputNoOutput` mode and when linux tries to pair with remote it fails and all `enable_notifications` doesn't work. So...

@Yanndroid > It's weird that you need the L.15-L.21 in bt.py Some corrections: Without `for svc in self.__peripheral.services:` (all other lines don't matter) it only prints touchpad coordinates but not...

@Yanndroid At first I thought that I broke my bluetooth again because nothing happens after I ran the script. But after some debug I add this line to the end...