dummys

Results 27 comments of dummys

hey, same error here Archlinux python 3.7

as a starter it seems that FHEM has already implemented it (as I read they, where helped by homeconnect dev) url: https://github.com/sw-home/FHEM-HomeConnect/blob/master/FHEM/48_HomeConnect.pm

Hello, I found other problem, now the loader is working successfully on an elf binary.

Hey Robin, thanks to help me have this PR merged :D

@ikelos @mewmew what need to be done to have this PR merged ? As I see that the plugin is still not valid against Python3

ok the only way I have made it work is modifying the file: `/usr/lib/node_modules/dexcalibur/dexcalibur.js` and add: `#!/usr/bin/env node --max-old-space-size=16384` to the shebang. I needed to use this otherwise dexcalibur launch...

same problem here with Archlinux under AwesomeWM. My problem is when I use it from awesome like: ```lua awful.key({ altkey }, "p", function() os.execute("/bin/bash -c 'flameshot gui -p ~/screenshots'") end),...

> @dummys just as a heads up, when you put things in single quote, bash will not expand them. So `'~'` will not get translated to `'${HOME}'`. In your case...

yup, but how to debug our issue then ? Is there some debug mode to have some logs ? Because in my case it just freeze the screen.