
This is why Dropbox is launching a video collaboration tool called Replay - to make it easier to request and receive feedback from a central place without having to download files or send replies through third-party channels, such as email or Google Docs.

The problem is that a combination of large files, low bandwidth, and different formats can make it difficult to share video content with peers and managers. Video gagaĪs a cloud storage platform, Dropbox has always been used to store large videos, but the company said it saw a 50% increase in the number of video-editing files added between 20. Asana launched video-messaging on its platform back in June, while last month Cisco launched an asynchronous video platform called Vidcast. Elsewhere, enterprise video unicorn Loom recently launched an SDK that lets any company add video messaging to itsx apps. I don't think there's really a clean option here - in the end I decided to just live with the icon, even though it's the only icon in my system tray that isn't monochrome, so it keeps catching my attention.Such videos have been a major trend across the technological landscape. if a file is added, or there are connection problems that mean files aren't being synced). The downside of this approach is you don't have access to the icon at all any more, and don't get notifications (e.g. To do this, go to "System Settings" > "Autostart", select "Dropbox", click the "Properties." button, and in the "Application" tab change the value of the "Command" field from dropbox start -i to DISPLAY= dropbox start -i (with a space after the = but not before). Unfortunately, Dropbox actually creates a bunch of processes and takes a while to start up, so you probably still need to add a couple of hundred PIDs to the hiddenItems line, but at least you can narrow down the range a bit.Īlternatively, you could disable the Dropbox icon altogether by clearing the DISPLAY environment variable when starting it. As a workaround for the problem in the accepted answer, you could force Dropbox to open with a specific PID by running it with sudo echo 10000 > /proc/sys/kernel/ns_last_pid dropbox start -i, which will cause the next process to have PID 10001 (based on ).
