我已经添加了Vysor应用程序到我的码头,我想改变图标。
发布于 2018-05-02 11:08:28
您应该在您的.desktop目录中找到一个与webapp相关联的~/.local/share/applications/文件。使用文本编辑器打开文件,并将Icon=...行更改为
.desktop
~/.local/share/applications/
Icon=...
Icon=/full/path/to/your/preferred/image
https://askubuntu.com/questions/1031032
相似问题