
For example, when users share files or folders with each other, the recipient will receive an email notification from the sender.Īfter we gained a better understanding of “Hide My Email,” we took a look at the existing user flows within our product and realized that this feature might cause several problems in the core experience. The complexity came from the “ Hide My Email” feature inherent in “Sign in with Apple.” It allows the user to obscure their personal email address when signing up for an app, using a unique, randomly generated email address created by Apple.Īn example of a hidden email created with Apple’s Hide My Email is a tool for collaboration, and we often surface our users’ email addresses throughout our products.

After backing up the old dropbox libGL, of course.Apple made it simple for developers to integrate the “Sign in with Apple” feature with their apps, but the scope of the project increased after we further investigated an additional feature that was bundled with “Sign in with Apple.”

What it does is force dropbox to use the libGL installed on your system after nvidia overwrites it, by placing a symbolic link to the nvidia libGL in place of the one dropbox was installed with. Hopefully this helps, this worked for me. (so basically: ln -sf /usr/lib/nvidia-/libGL.so.1 ~/.dropbox-dist//libGL.so.1

the version number may change, and may have to be modified when you type it into the terminal $ cd ~/.dropbox-dist/dropbox-lnx.x86_64-3.4.6/Ĥ) backup your's dropbox OpenGL library: $ mv libGL.so.1 libGL.so.1_backupĥ) make symbolic link to nvidia's OpenGL library.: $ ln -sf /usr/lib/nvidia-331/libGL.so.1 libGL.so.1 with dropbox 3.4.6 this is in the home directory. Take note of libGL.so.1 inside this folderģ) find dropbox system library. Ģ) find your nvidia system folder: in my systems it's /usr/lib/nvidia-331 (if you using another version of nvidia driver, for instance nvidia-340, your directory should be /usr/lib/nvidia-340). This workaround works for me on kubuntu 14.04. This happens because nvidia driver overrode OpenGL library (libGL.so).

(Are you using nvidia drivers? from, slightly updated)
