答案1
图标存储在文件夹中的压缩文件中/usr/share/libreoffice/share/config
例如
2256 -rw-r--r-- 1 2308309 Aug 4 15:01 images_galaxy.zip
488 -rw-r--r-- 1 496912 Aug 4 15:01 images_sifr.zip
7268 -rw-r--r-- 1 7440250 Aug 4 15:01 images_tango.zip
您可以看到的图标取决于您选择的图标主题。
此类主题或风格的包名称为
libreoffice-style-...
通过以下方式列出系统中可安装或已安装的样式
$ dpkg -l libreoffice-style* | awk '/libreoffice-style-/ {print $2}'
libreoffice-style-andromeda
libreoffice-style-breeze
libreoffice-style-crystal
libreoffice-style-default
libreoffice-style-galaxy
libreoffice-style-hicontrast
libreoffice-style-human
libreoffice-style-oxygen
libreoffice-style-sifr
libreoffice-style-tango