parcelcat
parcelcat
I see the same thing in Visual Studio Code in GNOME 3.32.2 about half the time the application is launched. I have the menu bar hidden in Visual Studio Code....
BlackHole does show a few radio stations on the homescreen, but the homescreen options are limited to radios for certain categories/genres and top artists. There is no way to play...
This bug also affects HiDPI displays where the desktop environment's scaling factor is configured (e.g. to 200%). Setting `QT_SCALE_FACTOR=1` eliminates the issue.
This bug has been resolved for at least several months on a GNOME Shell environment.
The [Mega Android app](https://github.com/meganz/android) is under the [Mega Limited Code Review Licence](https://github.com/meganz/android/blob/master/LICENCE.md), which does not allow you to build derivative apps from the source code. > Other than in respect...
See: #885, #1007 ~~I do think it's a SafetyNet issue, but I'm not sure.~~ As I wrote in #1007: ~~The app temporarily worked for some time in 2020, but eBay...
@Axolord ~~I'm glad it's working for you, but the latest version of the eBay app (6.24.0.2) is still not working for me using microG version 0.2.21.212158 with Magisk 23.0 (with...
Confirmed on Android 10 and 11. On Android 11, I was using Pandora 2102.1.1 and microG 0.2.18.204714. Stack trace in device log: ``` FATAL EXCEPTION: main Process: com.pandora.android, PID: 28018...
The problem is that microG does not implement the [CastDevice](https://developers.google.com/android/reference/com/google/android/gms/cast/CastDevice) class found in Google Play Services. The CastDevice class needs to be implemented and added to https://github.com/microg/GmsCore/tree/master/play-services-cast/src/main/java/com/google/android/gms/cast inside microG's com.google.android.gms.cast...
This may have been fixed in ae8516a3397eb5d2c3edaef1330c0fec641ae142. Looking forward to testing this in the next release. Thanks, @mar-v-in!