У вашего броузера проблема в совместимости с HTML5
Fix KeyRing Manjaro:
sudo mv /usr/bin/gnome-keyring-daemon /usr/bin/gnome-keyring-daemon-old
sudo killall gnome-keyring-daemon
______________________________________________________________________
Fix for Teamviewer Daemon:
sudo systemctl start teamviewerd
sudo systemctl enable teamviewerd
( if it needs to be restarted )
sudo systemctl --system daemon-reload
_______________________________________________________________________
Commands for System Clock.
(Veiw Crrent status) timedatectl status
(enable ntp) sudo pacman -S ntp
sudo timedatectl set-ntp true
(List Timezones) timedatectl list-timezones
(set Timezone "Example") sudo timedatectl set-timezone America/New_York
(Manually set system Time "Example") sudo timedatectl set-time "2013-08-11 23:56:16"
Note: To Fix Clock errors when dual booting, Select Local time when installing Manjaro
( This is done by default if using GUI install) Then Open Terminal and Set the TimeZone as UTC. Using the followng command.
sudo timedatectl set-timezone UTC
There is a bug that causes the System time and the Local time to be reversed. Setting
The TimeZone to UTC Results in Correct time Being diplayed on the Desktop.