Ubuntu VNC Session启动chromium和firefox报错

问题描述

VNC客户端连接到Ubuntu Server后,启动chromium和firefox时报错:

shell 复制代码
$ chromium
[348564:348564:1117/102143.085649:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY
[348564:348564:1117/102143.085732:ERROR:env.cc(258)] The platform failed to initialize.  Exiting.
shell 复制代码
$ firefox
Client is not authorized to connect to ServerError: cannot open display: :1

解决办法

在VNC客户端连接到Ubuntu Server后,执行以下命令允许任意客户端访问:

shell 复制代码
$ xhost +

然后再启动chromium和firefox,就不会报错了。

相关推荐
Parrot 安全小子27 分钟前
shell编程--永久环境变量和字符串显位
linux·运维·服务器
努力学习的小廉1 小时前
初识Linux—— 基本指令(上)
linux·服务器
q_972 小时前
k8s搭建1.23版本
linux·云原生·容器·kubernetes
致奋斗的我们2 小时前
RHCE的学习(21)
linux·学习·shell·redhat·rhce·rhcsa
我言秋日胜春朝★2 小时前
【Linux】环境变量
linux·运维·服务器
Mr_Xuhhh2 小时前
Linux之进程概念(2)
linux·运维·chrome
一点见解2 小时前
oracle19c开机自启动
linux·运维
No8g攻城狮2 小时前
【异常解决】Linux shell报错:-bash: [: ==: 期待一元表达式 解决方法
linux·运维·bash
柒月VII3 小时前
【Ansible常用命令+模块+Playbook+Roles】
linux·服务器·ansible
Aimyon_363 小时前
⾃动化运维利器 Ansible-最佳实战
linux·运维·ansible