我正在尝试追踪某个 CSS 文件以 text/html 而不是 text/css 返回的问题。
file -mime install.css 返回一些不太有用的信息:
install.css: text/x-c; charset=us-ascii
因此我被鼓励改用 xdg-mime:
[box]# xdg-mime query filetype install.css
xprop: unable to open display ''
usage: xprop [-options ...] [[format [dformat]] atom] ...
我错过了什么?
答案1
我通过 ssh 登录。通过 noMachine 登录并在该会话中的终端上发出命令有效。不知道为什么它会通过 ssh 失败。