Files
tldr/pages.zh/linux/xdg-settings.md

24 lines
601 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# xdg-settings
> 管理 XDG 兼容桌面环境的设置。
> 更多信息:<https://portland.freedesktop.org/doc/xdg-settings.html>。
- 打印默认的网页浏览器:
`xdg-settings get {{default-web-browser}}`
- 将默认网页浏览器设置为 Firefox
`xdg-settings set {{default-web-browser}} {{firefox.desktop}}`
- 将默认邮件 URL 方案处理程序设置为 Evolution
`xdg-settings set {{default-url-scheme-handler}} {{mailto}} {{evolution.desktop}}`
- 设置默认 PDF 文档查看器:
`xdg-settings set {{pdf-viewer.desktop}}`
- 显示帮助:
`xdg-settings --help`