ubuntu25.04完美安装typora免费版教程

ubuntu25.04完美安装typora免费版教程

以下是在 Ubuntu 25.04 上完美安装 Typora 的教程,包含可执行权限设置、sandbox 赋权、桌面快捷方式创建以及设置桌面快捷方式可信任的步骤:

1.下载软件

目前 typroa.io 网站已经无法打开,可以从百度网盘下载0.11.18免费版,我已分享。

链接: pan.baidu.com/s/1L2chOyLt... 提取码: 97cc

下载后解压缩即可

执行时提示 sandbox等错误

此时先解决sandbox问题

2.解决chrome-sandbox 授权问题

在运行typora的时候,提示sandbox权限不够,直接授权即可。

bash 复制代码
FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_AnotheUExhKn/chrome-sandbox is owned by root and has mode 4755.
bash 复制代码
sudo chown root /home/livingbody/typora/chrome-sandbox
sudo chmod 4755 /home/livingbody/typora/chrome-sandbox

3.解决桌面快捷方式权限不够问题

bash 复制代码
Untrusted Desktop File
This .desktop file is not trusted, it can not be launched. To enablelaunching, right-click, then:
Enable "Allow Launching"

设置桌面快捷方式可信任(解决双击启动问题):

bash 复制代码
gio set ~/Desktop/typora.desktop metadata::trusted true
相关推荐
勇哥java实战分享1 天前
第一次用 Ollama 跑视觉模型:Qwen2.5-VL 7B 给了我一个意外惊喜
后端
码事漫谈1 天前
从后端开发者到Agent工程师:一份系统性的学习指南
后端
码事漫谈1 天前
后端开发如何将创新转化为专利?案例、流程与实操指南
后端
小坏讲微服务1 天前
SpringCloud零基础学全栈,实战企业级项目完整使用
后端·spring·spring cloud
humors2211 天前
服务端开发案例(不定期更新)
java·数据库·后端·mysql·mybatis·excel
Easonmax1 天前
用 Rust 打造可复现的 ASCII 艺术渲染器:从像素到字符的完整工程实践
开发语言·后端·rust
百锦再1 天前
选择Rust的理由:从内存管理到抛弃抽象
android·java·开发语言·后端·python·rust·go
小羊失眠啦.1 天前
深入解析Rust的所有权系统:告别空指针和数据竞争
开发语言·后端·rust
q***71851 天前
Spring Boot 集成 MyBatis 全面讲解
spring boot·后端·mybatis
大象席地抽烟1 天前
使用 Ollama 本地模型与 Spring AI Alibaba
后端