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
相关推荐
敢敢のwings2 分钟前
智元 GO-2 与 AgiBot-World 深度解读
开发语言·后端·golang
考虑考虑21 分钟前
Java三元表达式注意
java·后端·java ee
stark张宇1 小时前
Go语言runtime全景图:从编译到GC,带你彻底吃透Go的底层血脉
后端·go
IT_陈寒1 小时前
Redis的DEL命令居然没删干净数据?这个坑我爬了半天
前端·人工智能·后端
罗超驿2 小时前
SpringMVC 请求参数接收详解|单个参数、多参数、对象参数、@RequestParam参数重命名
java·后端·postman·javaee
__zRainy__2 小时前
Node系列 · ORM:Sequelize 简介
数据库·后端·node.js
AskHarries3 小时前
OpenClaw 如何查看历史对话和响应时间?
后端
n8n3 小时前
Spring Boot 3.2+ 新特性、Spring AI 核心架构与 API Key 安全管理技术文档
后端
fireworks993 小时前
接口鉴权(401与403)
java·后端
n8n3 小时前
Java 21 虚拟线程(Virtual Threads)
后端