Wachid Adi Nugroho

Results 28 comments of Wachid Adi Nugroho

Honestly i don't know the dpi value which is equivalent to hidpi so just set the value as you like. ``` # Remove ro.sf.lcd_density properly if exist grep ro.sf.lcd_density /var/lib/waydroid/waydroid_base.prop...

``` DISTRO=hirsute [[ ! -f /usr/bin/curl ]] && sudo apt install -y curl sudo curl https://repo.waydro.id/waydroid.gpg -o /usr/share/keyrings/waydroid.gpg echo "deb [signed-by=${_}] https://repo.waydro.id/ ${DISTRO} main" | \ sudo tee /etc/apt/sources.list.d/waydroid.list sudo...

> Failed to start Clipboard manager service Install PyClip python module and wayland clipboard package https://github.com/spyoungtech/pyclip ```bash pip install pyclip sudo apt install wl-clipboard ``` fyi even with issue you...

It was fixed by this commit https://github.com/waydroid/android_hardware_waydroid/commit/bd08147281db83fd6cb854b39ea33ce243713807 yesterday and then new vendor images was build yesterday too (in 20220419 build version). You can update to the new image use `waydroid...

If waydroid was works before but now this is happen maybe because python update on your system eg. update from 3.9 to 3.10 so you must to rebuild the module...

Sorry late response, i've been inactive in long time To use lua-discordRPC wrapper you guys need mpv build with luajit instead of lua like the default, anyways what is distro...

Since that distro also based on Arch Linux i think this gist note relevant [Build mpv package with luajit support for Arch Linux](https://gist.github.com/cniw/05fc23a9ed26a2555b0f6060ae2902cb)

Current script didn't works with stable mpv 0.32.0, i mention it [here](https://github.com/cniw/mpv-discordRPC/releases/tag/v1.4.1-UNKNOWN) mpv package from repo was builted with `lua52` while if you use `lua-discordRPC` backend it wouldn't works because...

https://github.com/cniw/mpv-discordRPC/blob/6b49467cd644e2d72d7e2d836f052742cbca13e3/mpv_discordRPC.conf#L6-L10 @Mmedic23 sorry, slow response. You can change the value to `periodic_timer=1`, the `mpv_discordRPC.conf` file is in the `script-opts` folder. Should be understood that this only affects your local rpc...