摘要: appimage自身支持直接压缩和解压 --appimage-extract extracts the contents from the embedded filesystem image, then exits. This is useful if you are using an AppIma 阅读全文
posted @ 2021-02-25 11:54 汪淼焱 阅读(8132) 评论(0) 推荐(3)
摘要: 从默认仓库中安装的话将带给你的是旧版本 Thunderbird。 如果要安装最新版本的 Mozilla Thunderbird,可以使用 Mozilla 团队维护的 PPA。 $ sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa $ su 阅读全文
posted @ 2021-02-25 11:43 汪淼焱 阅读(324) 评论(0) 推荐(0)
摘要: .desktop 文件基本上就是一个包含程序信息的纯文本文件,通常根据是自己可见还是所有用户可见的不同而放在 ~/.local/share/applications 或者 /usr/share/applications/ 目录中。 [Desktop Entry] Name=firefox-56 Ge 阅读全文
posted @ 2021-02-25 11:28 汪淼焱 阅读(259) 评论(0) 推荐(1)