baptx

Results 74 comments of baptx
trafficstars

@bserem I also had the similar issue with drmFreeDevice message (https://github.com/robertbasic/pugdebug/issues/210) and the wrong /home/robert path. I could not get the binary file to work, which also looks very big...

> Checkout the solution in [#1943 (comment)](https://github.com/anbox/anbox/issues/1943#issuecomment-972905105) @Fuseteam Thanks! This fixed the error I got on Debian 11 when running the command `/snap/bin/anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity`: "[daemon.cpp:61@Run] [org.freedesktop.DBus.Error.ServiceUnknown] The name...

@Fuseteam When I don't need Anbox, I shut it down with the command `sudo snap stop anbox` which also shuts down the systemd service anbox-session-manager (which is nice). But if...

@Fuseteam I still need to start manually the service anbox-session-manager even when using` snap disable anbox` and `snap enable anbox`. You said it is a difference between deb and snap...

I also had this issue and used the workaround by adding -l 0.0.0.0 when starting frida-server. Does someone know why it does not work without this parameter? A fix would...

@mykola-mokhnach maybe it is better to keep this issue open to give more visibility in case people are interested to contribute?

@mykola-mokhnach if Qt apps are supported, I guess it would be easier to support desktop Linux apps and even alternative mobile operating systems using Qt like SailfishOS (since Qt is...

The changes of @oussamahammami did not work for me, but I got it working by doing `./configure`, `make`, `make install`. With the command `stun` (a STUN client), I noticed that...

In fact the issue seems to be related to this one: https://github.com/jimmywarting/StreamSaver.js/issues/58 It could be useful to mention in README.md that several kilobytes of data have to be downloaded first...

> > So we could for example read text while it is typed by someone and downloaded. > > I have manage to do it with a code editor, it...