[Ring] Android Crash; Windows Update; Gnome Tray

2018-04-08 Thread Nathan Royce
Update, thanks to borschty in the gnome/gtk IRC channels who was able
to figure out that my .config/dconf/user file was corrupt and by
simply removing that file and letting it get recreated, Ring is now
able to minimize to the system tray.
Whoo Hoo! Thanks borschty.

So that's 1 down for the minimize to system tray.



[Ring] Android Crash; Windows Update; Gnome Tray

2018-04-08 Thread Nathan Royce
There doesn't seem to have been any work done with windows/uwp for
months still...

I just updated android and gnome, and gnome still doesn't
close/minimize to the KDE system tray.

Android 4.4 v20180406 stacktrace:
*
D/RingApplication( 6900): onServiceConnected: cx.ring.service.DRingService
D/RingApplication( 6900): bootstrapDaemon: At least one camera
available. Initializing video...
E/RingApplication( 6900): Uncaught Exception detected in thread
E/RingApplication( 6900):
android.content.res.Resources$NotFoundException: File
res/drawable/ic_contact_picture_box_default.xml from drawable resource
ID #0x7f080079. If the resource you are trying to use is a vector
resource, you may be referencing it in an unsupported way. See
AppCompatDelegate.setCompatVectorFromResourcesEnabled() for more info.
E/RingApplication( 6900): at
android.content.res.Resources.loadDrawable(Resources.java:2136)
E/RingApplication( 6900): at
android.content.res.Resources.getDrawable(Resources.java:715)
E/RingApplication( 6900): at android.support.v4.content.a.a(Unknown Source)
E/RingApplication( 6900): at
cx.ring.contacts.AvatarFactory.createDefaultAvatar(Unknown Source)
E/RingApplication( 6900): at
cx.ring.contacts.AvatarFactory.getAvatar(Unknown Source)
E/RingApplication( 6900): at
cx.ring.contacts.AvatarFactory.getAvatar(Unknown Source)
E/RingApplication( 6900): at
cx.ring.contacts.AvatarFactory.getAvatar(Unknown Source)
E/RingApplication( 6900): at
cx.ring.navigation.RingNavigationFragment.updateUserView(Unknown
Source)
E/RingApplication( 6900): at
cx.ring.navigation.RingNavigationFragment.lambda$showViewModel$4$RingNavigationFragment(Unknown
Source)
E/RingApplication( 6900): at
cx.ring.navigation.RingNavigationFragment$$Lambda$4.run(Unknown
Source)
E/RingApplication( 6900): at android.os.Handler.handleCallback(Handler.java:733)
E/RingApplication( 6900): at android.os.Handler.dispatchMessage(Handler.java:95)
E/RingApplication( 6900): at android.os.Looper.loop(Looper.java:136)
E/RingApplication( 6900): at
android.app.ActivityThread.main(ActivityThread.java:5103)
E/RingApplication( 6900): at
java.lang.reflect.Method.invokeNative(Native Method)
E/RingApplication( 6900): at java.lang.reflect.Method.invoke(Method.java:515)
E/RingApplication( 6900): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
E/RingApplication( 6900): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:606)
E/RingApplication( 6900): at dalvik.system.NativeStart.main(Native Method)
E/RingApplication( 6900): Caused by:
org.xmlpull.v1.XmlPullParserException: Binary XML file line #2:
invalid drawable tag vector
E/RingApplication( 6900): at
android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:933)
E/RingApplication( 6900): at
android.graphics.drawable.Drawable.createFromXml(Drawable.java:877)
E/RingApplication( 6900): at
android.content.res.Resources.loadDrawable(Resources.java:2132)
E/RingApplication( 6900): ... 18 more
*