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
相关推荐
2601_9638699514 小时前
【计算机毕业设计】基于 Spring Boot+Vue的手工体验馆管理系统的设计与实现
java·spring boot·后端
江畔柳前堤20 小时前
roLabelImg 详细安装教程
开发语言·人工智能·后端·云原生
陈随易1 天前
moon,apt和yum之外linux系统命令安装新选择
前端·后端·程序员
码事漫谈1 天前
当单库日增 4.5TB,异构实时同步还能稳得住吗?
后端
IT_陈寒1 天前
SpringBoot自动配置的坑,这次真踩疼我了
前端·人工智能·后端
shengjk11 天前
AI Engineering 五代演进史:Prompt、RAG、Agent 到 Graph 的架构革命
后端
子兮曰1 天前
AI 浏览器 Agent 的安全困局:当自动化工具可以偷走你的登录态
前端·人工智能·后端
妙码生花1 天前
从 PHP 到 AI + Golang,程序员自救转型手记(四十八):菜单规则管理实现
前端·后端·ai编程
XuCoder1 天前
Redis 持久化:RDB 与 AOF
后端
Conan在掘金1 天前
鸿蒙 7.0 智能体框架 2.0:意图即服务根因——从 InsightIntentExecutor 到 HMAF 2.0 Skill 演进
后端