George Ioakeimidis

Results 10 comments of George Ioakeimidis

Also could solve #108 Just put `gammy -nwd` in startup apps

Hey, what version are you using? Could you tell more info about the OS and the Desktop Environment?

Had same question. My workaround is directly use adbkit instead of adbkit-monkey ``` js var adb = require('adbkit'); var client = adb.createClient(); client.shell(device.id,"monkey -p com.package 1"); ```

Same here :) Antergos Linux ( x86_64 Linux 4.12.6-1-ARCH ) and Nexus 5X ( Android 7.1.2 ) Nitroshare linux version 0.3.3 from AUR and android 0.4.0.24 (25) Last Updated: Aug...

Thank you :) I can wait a while.

Any news? **aur/xfce4-dockbarx-plugin 0.5-1** still same issue. **EDIT:** Search around i found that panel loads from /usr/share/xfce4/panel/plugins/ folder Edited dockbarx.desktop and set line "X-XFCE-Unique=true" to false Reloaded xfce panel (xfce4-panel...

Same here on Arch Linux 😞 I can add it to panel but can't click it. Also Panel Item > Properties not working

You can find info about the os in files `/etc/os-release` and `/etc/lsb-release`. You can do: `source file` so you can use it as variable. For example `${DISTRIB_ID}`