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
相关推荐
掘金者阿豪21 分钟前
微信小程序虚拟支付与广告转化回传实战记录
后端
ping某1 小时前
专栏-null 和 undefined 到底是什么?
前端·javascript·后端
神奇小汤圆1 小时前
别再只会用ArrayList了!Java集合框架的性能天花板到底在哪?
后端
神奇小汤圆2 小时前
Dubbo 的 SPI 和 JDK 的 SPI 有什么区别?
后端
叫我少年2 小时前
C# 字符串基础
后端
道友可好2 小时前
从今天开始:你的第一个 Harness Engineering 实践
前端·人工智能·后端
其实是白羊3 小时前
CoderTools 1.5.3:让 AI 帮你看懂代码调用链路
后端·ai编程·vibecoding
妙码生花3 小时前
从 PHP 到 AI + Golang,程序员自救转型手记(二):目录结构、初始化 GIT、设计并开发配置系统
前端·后端·go
千寻girling3 小时前
一份不可多得的《微服务》教程
后端·面试·github
用户6362300571673 小时前
NestJS实战-文章专栏功能模块
后端